Skip to main content

environment

This command allows you to manage your current Environment.

Commands

CommandDescription
createthis command creates a new environment for the Qala CLI.
currentthis command retrieves the current environment for the Qala CLI.
setthis command sets the current environment for the Qala CLI.
updatethis command updates the current environment for the Qala CLI.

create

this command creates a new environment for the Qala CLI.

Options:

OptionDescription
disableSchemaValidationDisable schema validation.
n / nameThe name of the environment.
r / regionThe region of the environment.
t / typeThe 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:

OptionDescription
e / environmentIdThe id of the environment.

Examples:

environment set -e <ENVIRONMENT_ID>

update

this command updates the current environment for the Qala CLI.

Options:

OptionDescription
disableSchemaValidationDisable schema validation.

Examples:

environment update --disableSchemaValidation