rwx vaults set-secrets

Set secrets in a vault.

Usage

rwx vaults set-secrets [flags] [SECRETNAME=secretvalue]

Arguments

[SECRETNAME=secretvalue]

One or more secrets to set, specified as NAME=value pairs. Can be specified multiple times.

Options

--vault <name>

The name of the vault to set the secrets in. Defaults to default.

--file <path>

The path to a file in dotenv format to read the secrets from.

Global Options

--output <format>

Output format: text or json. Defaults to text.

--access-token <token>

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