environment
This command allows you to manage your current Environment.
Commands
Command | Description |
---|---|
create | this command creates a new environment for the Qala CLI. |
current | this command retrieves the current environment for the Qala CLI. |
set | this command sets the current environment for the Qala CLI. |
update | this command updates the current environment for the Qala CLI. |
create
this command creates a new environment for the Qala CLI.
Options:
Option | Description |
---|---|
disableSchemaValidation | Disable schema validation. |
n / name | The name of the environment. |
r / region | The region of the environment. |
t / type | The type of the environment. |
Examples:
environment create -n <NAME> -r <REGION> -t <TYPE> --disableSchemaValidation
current
this command retrieves the current environment for the Qala CLI.
Examples:
environment current
set
this command sets the current environment for the Qala CLI.
Options:
Option | Description |
---|---|
e / environmentId | The id of the environment. |
Examples:
environment set -e <ENVIRONMENT_ID>
update
this command updates the current environment for the Qala CLI.
Options:
Option | Description |
---|---|
disableSchemaValidation | Disable schema validation. |
Examples:
environment update --disableSchemaValidation