nsc version
Outputs the compiled version of Namespace.
version displays the current version of the nsc CLI.
Usage
nsc version [--build_info] [--short]Example
$ nsc version
version v0.0.484 (commit 0a4368985)
commit date 2026-02-13T10:30:00Z
architecture linux/amd64Available Commands
- check - Checks whether the current binary is up to date
- ensure - Ensures the current binary is at least a given version, updating if needed
- update - Updates the current binary to the latest version
Options
--build_info
Output all build info.
--short
Only print the version number, omitting the commit hash, commit date, and architecture.