Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
org | string | Organization name or ID to switch to. When omitted, the CLI prompts you to pick from the list. |
Examples
1. Pick interactively
✓ Switched to Acme Inc. on stderr and the JSON envelope on stdout.
2. Switch by name or ID
3. Combine with profile selection
--profile flag to switch the organization on a non-active profile without making it active first.
Response
orgId and orgName. Subsequent commands run against the new organization until you switch again.
If the active profile has no refresh token, the command fails and asks you to run auth login.
See also
talkvalue auth login. Pick an organization during sign-in.talkvalue auth status. Confirm which organization is active.talkvalue auth list. See every saved profile and its organization.- Authentication. Multi-profile and multi-org workflow.
