rwx vaults vars list

List vars in a vault.

Usage

rwx vaults vars list [flags]

Description

Lists the name and value of every var in the vault. Vars are not sensitive, so values are returned in full — unlike rwx vaults secrets list, which returns names and descriptions only.

NAME            VALUE
deploy-region   us-east-1
node-version    22

To list vars in a vault other than default, pass --vault.

Options

--vault <name>

The name of the vault to list vars 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.