open-vault/website/pages/docs/commands/list.mdx
Jeff Escalante 4f87851926 [website] Link Cleaning (#8205)
* update dependencies

* remove hard-coded vaultproject.io on local links

* remove 'index.html' from internal links

* remove '.html' at end of internal links

* manual review cleanup

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-01-22 12:05:41 -08:00

27 lines
571 B
Plaintext

---
layout: docs
page_title: list - Command
sidebar_title: <code>list</code>
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)
included on all commands.