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 environments using CLI. Here are the aspects to manage:
Creating an environment
Command
ks environment create <project_id><options>
Options
--name/-n: Name of the environment
--description/-d: (Optional) Description of the environment
--isDefault: (Optional) If this is the default environment of the project
Updating an environment
Command
ks environment update <environment_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.
--name/-n: (Optional) Name of the environment
--description/-d: (Optional) Description of the environment
--isDefault: (Optional) If this is the default environment of the project
Listing all environments
Command
ks environment list <project_id><options>
Options
--page: (Optional) The page index
--size: (Optional) Size of the page
Deleting an environment
Command
ks environment delete <environment_id>
Read an environment
Command
ks environment read<environment_id>
The text was updated successfully, but these errors were encountered:
Description
Create and manage environments using CLI. Here are the aspects to manage:
Creating an environment
Command
Options
--name/-n
: Name of the environment--description/-d
: (Optional) Description of the environment--isDefault
: (Optional) If this is the default environment of the projectUpdating an environment
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 environment--description/-d
: (Optional) Description of the environment--isDefault
: (Optional) If this is the default environment of the projectListing all environments
Command
Options
--page
: (Optional) The page index--size
: (Optional) Size of the pageDeleting an environment
Command
Read an environment
Command
The text was updated successfully, but these errors were encountered: