a83160617e
* Docs: Add version command * adding to
25 lines
422 B
Markdown
25 lines
422 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "version - Command"
|
|
sidebar_title: "<code>version</code>"
|
|
sidebar_current: "docs-commands-version"
|
|
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
|
|
```
|