Create Environment
Run the below command to create environment
For Odin 1.x.x:
Example:
Expected output:
For Odin 2.0 and above:
provisioningType: This specifies the type of env. example- dev, load, prod, etc.
accounts: This specifies the cloud account where the resources will be provisioned, user may provide multiple comma separated accounts. Currently supported accounts:
staging
staging_gcp
load
load_gcp
prod
hulk_nonprod_gcp
hulk_prod_gcp
hulk-prod
auth-nv
auth-bom
prod_gcp
Example
Expected output:
envName
must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?')
Last updated