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:

$ vault list identity/entity/id

Usage

There are no flags beyond the standard set of flags included on all commands.

Last updated