open-vault/website/content/docs/commands/version.mdx
Chris Capurso 5e6437ab70
Add build_date to CLI and API docs (#15268)
* update version cmd docs

* update status cmd docs

* update version-history cmd docs

* update sys/seal-status docs

* update sys/version-history docs
2022-05-03 16:37:55 -04:00

22 lines
388 B
Plaintext

---
layout: docs
page_title: version - Command
description: The "version" command prints the version of Vault.
---
# version
The `version` command prints the Vault version:
```shell-session
$ vault version
Vault v1.2.3
```
It can also be printed by adding the flags `--version` or `-v` to the `vault` command:
```shell-session
$ vault -v
Vault v1.2.3, built 2022-05-03T08:34:11Z
```