NAME
gdcloud auth revoke - Revoke the authentication credentials of an account from GDCH.
SYNOPSIS
gdcloud auth revoke ACCOUNT [flags]
DESCRIPTION
Revoke the authentication credentials of an account from GDCH. If no account is specified, this command revokes credentials for the currently active account, effectively signing out of that account. You can revoke credentials when you want to prevent gdcloud and other CLI tools from using the specified account. You do not need to revoke credentials to switch between accounts.
EXAMPLES
To revoke credentials for the currently active account, run:
gdcloud auth revoke
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.