> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc version

Outputs the compiled version of Namespace.

`version` displays the current version of the `nsc` CLI.

## Usage

```bash theme={null}
nsc version [--build_info] [--short]
```

### Example

```bash theme={null}
nsc version
```

```text nocopy Output theme={null}
version v0.0.484 (commit 0a4368985)
  commit date 2026-02-13T10:30:00Z
  architecture linux/amd64
```

## Available Commands

* **[check](/docs/reference/cli/version-check)** - Checks whether the current binary is up to date
* **[ensure](/docs/reference/cli/version-ensure)** - Ensures the current binary is at least a given version, updating if needed
* **[update](/docs/reference/cli/version-update)** - Updates the current binary to the latest version

## Options

<h3 id="--build_info">
  \--build\_info
</h3>

Output all build info.

<h3 id="--short">
  \--short
</h3>

Only print the version number, omitting the commit hash, commit date, and architecture.
