Skip to main content
Print the version of @talkvalue/cli that is currently on your PATH, plus the Node runtime and platform it is running under. The command is local and offline. It does not contact npm. Use talkvalue update when you want to compare against the latest published version.

Synopsis

Options

This command takes no flags beyond the global flags. Output respects --format / --json.

Examples

1. Quick version check

Prints the installed version, the Node version, and the platform string.

2. Capture the version for a bug report

Drop this into a support request, or paste it alongside an issue when reporting a CLI bug to support@trytalkvalue.com.

3. Branch on the CLI version

Useful in shared scripts that have to run on developer laptops with mixed CLI versions.

Response

platform follows Node’s process.platform: darwin, linux, win32. nodeVersion is the Node runtime that launched the CLI, not the version embedded in the published binary.

See also