4f87851926
* 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>
27 lines
571 B
Plaintext
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.
|