ggshield auth logout
#
DescriptionRemove authentication for a GitGuardian instance.
ggshield auth logout [OPTIONS]
A successful logout results in the deletion of personal access token stored in the configuration.
By default, the token will be revoked unless --no-revoke
option is specified.
If not specified, ggshield will logout from the default instance. The --all
option can be used if you want to logout from all your GitGuardian instances.
#
Options--instance
: URL of the instance to logout from. Default is GitGuardian SaaS URL: https://dashboard.gitguardian.com.--no-revoke
: Whether the token should be revoked on logout before being removed from the configuration.--all
: remove authentication for all instances.
#
ggshield global options-h
,--help
: display detailed help
#
Examples# Remove authentication$ ggshield auth logout
# Remove the authentication without going through the process of revoking the used personal access token$ ggshield auth logout --no-revoke
# Remove authentication for a self-hosted GitGuardian instance$ ggshield auth logout --instance https://dashboard.gitguardian.mycorp.local