rwx vaults set-secrets
Set secrets in a vault.
When passing an array of secrets, this command is not atomic. It is possible for some secrets to be set successfully while others could fail due to validation errors.
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.