18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
|
---
|
||
|
layout: docs
|
||
|
page_title: version - Command
|
||
|
description: The "print" command prints the Vault token currently in use.
|
||
|
---
|
||
|
|
||
|
# print
|
||
|
|
||
|
The `print` command prints the Vault token currently in use. The only available subcommand is `token`.
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
Print the current token.
|
||
|
|
||
|
```shell-session
|
||
|
$ vault print token
|
||
|
hvs.CAESICaie3Dm0_Hx001QuMabo1IXnyKkx_FuE14MH7zir_bqGh4KHGh2cy5wQnJsZzZ6WG82b29HUlI3eFdEQ0NPQzQ
|
||
|
```
|