open-vault/website/content/docs/commands/list.mdx
Ashlee M Boyer f3df55ad58
docs: Migrate link formats (#18696)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* Updating docs-content-check-legacy-links-format hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 16:12:15 -08:00

26 lines
571 B
Plaintext

---
layout: docs
page_title: list - Command
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 (wrapper command for
HTTP LIST). This can be used to list keys in a given secrets engine.
## Examples
List available entities by their identifiers:
```shell-session
$ vault list identity/entity/id
```
## Usage
There are no flags beyond the [standard set of flags](/vault/docs/commands)
included on all commands.