You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and manage variables using CLI. Here are the aspects to manage:
Creating a variable
Command
ks variable create <project_id><options>
Options
--name/-n: Name of the variable
--value/-v: Value of the variable
--note/-d: (Optional) Description of the variable
--environment/-e: (Optional) Environment under which the variable should belong to. Defaults to the default environment of the project.
Updating a variable
Command
ks environment update <variable_id><options>
Options
Specifying any of these options will update only that specific property of the environment. At least one option needs to be specified for this command to run.
Description
Create and manage variables using CLI. Here are the aspects to manage:
Creating a variable
Command
Options
--name/-n
: Name of the variable--value/-v
: Value of the variable--note/-d
: (Optional) Description of the variable--environment/-e
: (Optional) Environment under which the variable should belong to. Defaults to the default environment of the project.Updating a variable
Command
Options
Specifying any of these options will update only that specific property of the environment. At least one option needs to be specified for this command to run.
--name/-n
: (Optional) Name of the variable--note/-d
: (Optional) Description of the variableUpdating the environment of a variable
Command
Creating a new revision of the variable
Command
Rolling back to an older revision
Command
Listing all variables
Command
Options
--page
: (Optional) The page index--size
: (Optional) Size of the pageDeleting a variable
Command
Read a variable
Command
The text was updated successfully, but these errors were encountered: