Zuplo
Zuplo CLI

Zuplo CLI: Variable Update

Updates an existing variable for a branch
TerminalCode
zuplo variable update --name <name> --value <value> --branch <branch> [options]

Examples

Update a variable on the main branch

TerminalCode
zuplo variable update --name API_KEY --value new-secret-key --branch main

Explicitly specify the account and project

TerminalCode
zuplo variable update --name BASE_URL --value https://api.prod.example.com --branch production --account my-account --project my-project

Options

--name

The name of the variable to update

Type: string

--value

The value of the variable to update

Type: string

--branch

The branch where the variable exists

Type: string

--project

The project name

Type: string

--account

The account name

Type: string

Global options

The following global options are available for all commands:

Additional resources

Last modified on