open-vault/website/content/docs/commands/version.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

22 lines
360 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
```