You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example of the scenario we want to support:
$ cloud users list
Error: Server responded 401. Did you run "cloud login" yet?
Currently the "cloud login" string is hard-coded into the error message so there's no way to know programmatically whether its referencing an actual command or not. It might be nice to build an abstraction for these links so they can be checked.
The text was updated successfully, but these errors were encountered:
Here is an example of the scenario we want to support:
Currently the "cloud login" string is hard-coded into the error message so there's no way to know programmatically whether its referencing an actual command or not. It might be nice to build an abstraction for these links so they can be checked.
The text was updated successfully, but these errors were encountered: