getOperate variables
list command is used to list all variables in the remote workspace.
getOperate variable add
command allows you to add a new variable to the remote workspace.
Argument | Description |
---|---|
remote_path | The path of the variable in the remote workspace. |
Option | Parameters | Description |
---|---|---|
--value | <value> | The value of the variable. |
--secret | None | (Optional) Specifies whether the variable is a secret. If provided, the value will be encrypted in the remote workspace. |
--description | <description> | (Optional) A description of the variable. |
--account | <account> | (Optional) The account associated with the variable. |
--oauth | None | (Optional) Specifies whether the variable requires OAuth authentication. |
Argument | Description |
---|---|
file_path | The path to the variable file to push. |
remote_path | The path of the variable in the remote workspace. |
Option | Parameters | Description |
---|---|---|
--plain-secrets | None | (Optional) Specifies whether to push secrets as plain text. If provided, secrets will not be encrypted in the remote workspace. |