mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
422 B
422 B
layout, page_title, sidebar_title, sidebar_current, description
layout | page_title | sidebar_title | sidebar_current | description |
---|---|---|---|---|
docs | version - Command | <code>version</code> | docs-commands-version | 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