autoci logout
Sign out of your AutoCI account and remove stored credentials.
Synopsis
autoci logout [flags]
Description
The logout
command signs you out of AutoCI and removes all stored authentication credentials from your system.
Options
--profile <name>
- Log out from a specific profile only
Examples
Basic logout
autoci logout
This will:
- Remove your stored authentication token for the current profile
- Clear any cached session data
- Confirm successful logout
Logout from a specific profile
autoci logout --profile account-2
This removes credentials only for the specified profile, leaving other accounts intact.
What gets removed
When you logout, the following are removed:
- Authentication tokens
- Cached user information
- Session data
- Saved preferences tied to your account
Note
After logout, you’ll need to run autoci login
again to use AutoCI features that require authentication.
Related Commands
autoci login
- Authenticate with AutoCIautoci profile
- Manage configuration profiles