@talkvalue/cli. Install it globally with the package manager of your choice and the talkvalue binary becomes available in any terminal.
Prerequisites
- Node.js 24 or newer. Check with
node --version. - A TalkValue account with at least one organization
- npm, pnpm, yarn, or bun on your
$PATH
Install
Verify the install
Open a new terminal so your shell picks up the global bin, then run:The installed version prints back. If the command is not found, your package manager’s global
bin directory is not on $PATH. Add it and reopen the terminal.Update
The CLI checks npm for new releases in the background and prints a banner when one is available. To check on demand:talkvalue update reports your current version, the latest published version, and the exact install command for your detected package manager (npm, pnpm, yarn, or bun). Re-run that command to upgrade in place.
Platform notes
- macOS: the recommended path is Homebrew-managed Node plus
npm install -g. The CLI uses your system keychain to store auth tokens. - Linux: install Node via your distro or
nvm, thennpm install -g. The CLI useslibsecretfor keyring access on most distros. - Windows: use PowerShell or Windows Terminal. The CLI uses the Windows Credential Manager for token storage.
- WSL: install inside the Linux side. The CLI behaves identically to native Linux.
CI and Docker
Skiptalkvalue auth login in non-interactive environments and pass an API token instead:
Uninstall
Related
- Quickstart. Run your first command in 60 seconds.
- Authentication. Sign in interactively or with a token.
- Environment variables. Full env reference.
