open-vault/website/content/docs/commands/list.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

26 lines
547 B
Plaintext

---
layout: docs
page_title: list - Command
description: |-
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:
```shell-session
$ vault list secret/my-app/
```
## Usage
There are no flags beyond the [standard set of flags](/docs/commands)
included on all commands.