open-vault/website/source/docs/commands/list.html.md
RJ Spiker fca7cb3794 website: update sidebar_title in front matter to use <code> (#5636)
* website: replace deprecated <tt> with <code> in front matter sidebar_title

* website: wrap front matter sidebar_title in <code> for commands pages
2018-10-29 15:58:37 -04:00

28 lines
627 B
Markdown

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