Reference
crab logout
Remove stored authentication credentials.
Synopsis
crab logout [OPTIONS] [<PROVIDER>]Description
crab logout removes stored credentials for a cloud provider. After logging
out, operations requiring authentication will fail until you log in again.
For conceptual background, see Logging Out.
Arguments
| Argument | Required | Description |
|---|---|---|
PROVIDER | No | Provider to log out from. If omitted, logs out from all. |
Options
| Option | Default | Description |
|---|---|---|
--profile | default | Named profile to clear |
Examples
Logout from all providers
crab logoutLogout from a specific provider
crab logout awsRelated Commands
crab login— authenticate.crab auth status— check auth state.