mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-16 00:01:13 +01:00
* website: replace deprecated <tt> with <code> in front matter sidebar_title * website: wrap front matter sidebar_title in <code> for commands pages
627 B
627 B
layout, page_title, sidebar_title, sidebar_current, description
| layout | page_title | sidebar_title | sidebar_current | description |
|---|---|---|---|---|
| docs | list - Command | <code>list</code> | docs-commands-list | The "list" command lists data from Vault at the given path. This can be used to list keys in a, given secrets engine. |
list
The list command lists data from Vault at the given path. This can be used to
list keys in a, given secrets engine.
Examples
List values under the "my-app" folder of the KV secrets engine:
$ vault list secret/my-app/
Usage
There are no flags beyond the standard set of flags included on all commands.