Reference
codingassist auth
Manage local credentials.
codingassist auth login # interactive OAuth via browser
codingassist auth status # show the active profile + scopes
codingassist auth logout # remove credentials from the keychainHow tokens are stored
The CLI uses your OS keychain (Keychain on macOS, Credential Manager on Windows, libsecret on Linux). Tokens never touch disk in plaintext.
Profiles
codingassist auth login --profile work
codingassist --profile work review 42Related
Was this page helpful?