talkvalue auth groups every command that touches credentials or profile state. Sign in once through the browser, then use the same install across multiple organizations and machines.
Subcommands
| Command | Description |
|---|---|
auth login | Sign in through the browser and select an organization |
auth logout | Remove the active profile and clear its stored tokens |
auth status | Show the active profile, email, and organization |
auth switch | Switch the active organization within the current profile |
auth list | List every saved profile on this machine |
Typical workflow
Sign in on a new machine and confirm the result:TALKVALUE_TOKEN set, every auth subcommand still runs against that token. The saved profiles are bypassed entirely. See Authentication for the full credential precedence rules.
Related
- Authentication. Interactive browser sign-in vs CI tokens.
- Environment variables.
TALKVALUE_TOKEN,TALKVALUE_PROFILE. - Global flags.
--profileto target a specific profile per command.
