Zuplo
Zuplo CLI

Zuplo CLI: Variable Update

Updates an existing variable for a branch
TerminalCode
zuplo variable update --help
zuplo variable update

Options

--name

The name of the variable to update

TerminalCode
zuplo variable update --name <value>
Type: string

--value

The value of the variable to update

TerminalCode
zuplo variable update --value <value>
Type: string

--branch

The branch where the variable exists

TerminalCode
zuplo variable update --branch <value>
Type: string

--project

The project name

TerminalCode
zuplo variable update --project <value>
Type: string

--account

The account name

TerminalCode
zuplo variable update --account <value>
Type: string

Global options

The following global options are available for all commands:

Additional resources

Last modified on