Log out of KeeperHub
Remove stored credentials for the current host. The token is deleted from the system keyring and cleared from the hosts config file.
See also: kh auth login, kh auth status
kh auth logout [flags]
# Log out of the default host
kh auth logout
# Log out of a specific host
kh auth logout --host staging.keeperhub.io
-h, --help help for logout
-H, --host string KeeperHub host (default: app.keeperhub.com)
--jq string Filter JSON output with a jq expression
--json Output as JSON
--no-color Disable color output
-y, --yes Skip confirmation prompts
- kh auth - Authenticate with KeeperHub