rwx vaults list

List vaults.

Usage

rwx vaults list [flags]

Description

Lists every vault your access token can reach, with its lock status and the repository permissions configured on it. Use this to discover vault names before passing --vault to rwx vaults secrets list or rwx vaults vars list.

NAME              LOCK STATUS  REPOSITORY PERMISSIONS
default           unlocked
production        locked       rwx-cloud/example:main

Global options

--format <format>

Output format: text or json. Defaults to text.

--json

Output JSON data to stdout. Equivalent to --format json.

--access-token <token>

The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.