rwx vaults secrets list
List secrets in a vault.
Usage
rwx vaults secrets list [flags]
Description
Lists the name and description of every secret in the vault. Secret values are never returned — use this to discover which secrets exist so you can reference them with ${{ secrets.name }}. To read a value, look it up in the RWX UI under Vaults.
NAME DESCRIPTION
npm-token publishing token for the public registry
sentry-dsn
To list secrets in a vault other than default, pass --vault.
Options
--vault <name>
The name of the vault to list secrets from. Defaults to default.
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.