auth0 flows vault connections list
List your existing vault connections. To create one, run: auth0 flows vault connections create.
Usage
auth0 flows vault connections list [flags]
Examples
auth0 flows vault connections list
auth0 flows vault connections ls --number 100
auth0 flows vault connections ls --json
Flags
--csv Output in csv format.
--json Output in json format.
--json-compact Output in compact json format.
-n, --number int Number of connections to retrieve. Fetched across pages. (default 100)
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 flows vault connections create - Create a new vault connection
- auth0 flows vault connections delete - Delete a vault connection
- auth0 flows vault connections list - List your vault connections
- auth0 flows vault connections show - Show a vault connection
- auth0 flows vault connections update - Update a vault connection