mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-29 18:19:24 -04:00
543 B
543 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | policy list - Command | docs-commands-policy-list | The "policy list" command Lists the names of the policies that are installed on the Vault server. |
policy list
The policy list command Lists the names of the policies that are installed on
the Vault server.
Examples
List the available policies:
$ vault policy list
default
root
Usage
There are no flags beyond the standard set of flags included on all commands.