open-vault/website/content/docs/commands/list.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

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