mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-27 00:58:51 -04:00
594 B
594 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | list - Command | docs-commands-list | The "list" command lists data from Vault at the given path. This can be used to list keys in a, given secret engine. |
list
The list command lists data from Vault at the given path. This can be used to
list keys in a, given secret engine.
Examples
List values under the "my-app" folder of the generic secret engine:
$ vault list secret/my-app/
Usage
There are no flags beyond the standard set of flags included on all commands.