open-vault/website/pages/docs/commands/version.mdx
Jeff Escalante df34412570 New Website! (#8154)
* new documentation website

* ci job adjustment

* update to latest version on downloads page

* remove transition-period scripts

* add netlify toml file

* fix docs patch

* fix ci config?

* revert go.mod changes

* a couple last markdown formatting fixes
2020-01-17 16:18:09 -08:00

23 lines
370 B
Plaintext

---
layout: docs
page_title: version - Command
sidebar_title: <code>version</code>
description: The "version" command prints the version of Vault.
---
# version
The `version` command prints the Vault version:
```
$ vault version
Vault v1.2.3
```
It can also be printed by adding the flags `--version` or `-v` to the `vault` command:
```
$ vault -v
Vault v1.2.3
```