open-vault/website/pages/docs/commands/list.mdx
Jeff Escalante df34412570 New Website! (#8154)
* new documentation website

* ci job adjustment

* update to latest version on downloads page

* remove transition-period scripts

* add netlify toml file

* fix docs patch

* fix ci config?

* revert go.mod changes

* a couple last markdown formatting fixes
2020-01-17 16:18:09 -08:00

27 lines
582 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/index.html)
included on all commands.