Skip to main content
Remove stored authentication credentials from your local machine for the specified profile. This does not revoke the session on the server, but clears the local access token.

Usage

basecut logout [flags]

Flags

Optional

FlagDefaultDescription
--profile <name>defaultThe name of the profile to log out from.
--allfalseRemove ALL stored profiles (confirmation required).

Examples

Logout Default Profile

basecut logout

Logout All Profiles

basecut logout --all

Success Output

 Logged out from profile 'default'

Next Steps