Closed akx closed 6 months ago
I assume that valohai.local
will be replaced by app.valohai.com
in production. Is that correct? If so, should we care about on-prem installations (i.e., should we tell users that they might want to replace app.valohai.com
with their own org url)?
I assume that
valohai.local
will be replaced byapp.valohai.com
in production. Is that correct? If so, should we care about on-prem installations (i.e., should we tell users that they might want to replaceapp.valohai.com
with their own org url)?
By default the CLI is pointing to app.valohai.com
, but user can use --valohai-host
to override it with whatever host they use. Iirc, it was also mentioned in the academy š¤
Should we care about on-prem installations?
Yes, the messaging will use whichever host the user specifies (updated the "screenshot" to reflect that I actually pointed the CLI to my local install).
Instead of telling the user to run a command to log in with the token they generate, we ask for it interactively.
Fixes #307.
In lieu of a screenshot...