GLOBUS UPDATE
DESCRIPTION
Update the Globus CLI to its latest version.
The *globus update* command checks if a more recent version of the Globus CLI is available on PyPi, and if so asks for user consent to update to the most recent version available.
OPTIONS
- --yes
-
Automatically say "yes" to all prompts
- -v, --verbose
-
Control level of output, make it more verbose.
- --quiet
-
Suppress non-essential output. This is higher precedence than
--verbose
. - -h, --help
-
Show this message and exit.
EXIT STATUS
0 on success.
1 if an error occurred.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.