GLOBUS SESSION UPDATE
DESCRIPTION
Update your current CLI auth session by authenticating with specific identities.
This command starts an authentication flow with Globus Auth similarly to 'globus login' but specifies which identities, domains, or policies to update the session with. Globus Auth will interpret domains or policies to determine which of your identities (if any) meet the requirements.
After successful authentication, the user’s CLI auth session will be updated with any new identities and current Auth Times.
Identity values may be identity IDs, identity usernames, or domains. Domains are mutually exclusive with IDs and usernames. When usernames or IDs are used, they must be in your identity set.
OPTIONS
- --no-local-server
-
Manual authorization by copying and pasting an auth code. This option is implied if the CLI detects you are using a remote connection.
-
--policy
TEXT,TEXT,…
-
Comma separated list of authentication policy UUIDs
- --all
-
Add every identity in your identity set to your session
- -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.