Skip to main content
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

CommandDescription
auth loginSign in through the browser and select an organization
auth logoutRemove the active profile and clear its stored tokens
auth statusShow the active profile, email, and organization
auth switchSwitch the active organization within the current profile
auth listList every saved profile on this machine

Typical workflow

Sign in on a new machine and confirm the result:
talkvalue auth login
talkvalue auth status
The first command opens a browser to the verification page, prompts for an organization, and saves a profile to your system keyring. The second prints the profile, email, and organization that the next command will run against. Move between organizations without re-authenticating:
talkvalue auth switch "Acme Inc."
If your shell already has a 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.