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

# buttons version

> CLI reference for buttons version

## buttons version

Print build version, commit, and date

### Synopsis

Print the build version, commit SHA, build date, Go toolchain,
and OS/architecture that this buttons binary was built with.

**Examples:**

```bash theme={null}
buttons version
buttons version --json
buttons --version        # terse, Cobra-builtin flag form
```

```
buttons version [flags]
```

### Options

```
  -h, --help   help for version
```

### Options inherited from parent commands

```
      --json       output in JSON format
      --no-input   disable all interactive prompts
      --summary    show a read-only plan/snapshot instead of mutating
```

### SEE ALSO

* [buttons](buttons.md)	 - Deterministic workflow engine for agents
