mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-05 00:57:35 -04:00
636 B
636 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | policy read - Command | docs-commands-policy-read | The "policy read" command prints the contents and metadata of the Vault policy named NAME. If the policy does not exist, an error is returned. |
policy read
The policy read command prints the contents and metadata of the Vault policy
named NAME. If the policy does not exist, an error is returned.
Examples
Read the policy named "my-policy":
$ vault policy read my-policy
Usage
There are no flags beyond the standard set of flags included on all commands.