Logging In and Out

Authenticate the Globe CLI with your account using globe login, and securely log out with globe logout to manage CLI access.

globe login

Authenticates the Globe CLI with your Globe account, storing a secure token locally.

Usage

globe login [flags]

Flags

  • --help: Display help information
  • --verbose: Display verbose output
  • --token: Use API token for CLI authentication

globe logout

Removes the locally stored authentication token, logging you out of the Globe CLI.

Usage

globe logout [flags]

Flags

  • --help: Display help information
  • --verbose: Display verbose output

Related Topics