Commands
Common flags for every command:
Flag | Short | Description | Default |
---|---|---|---|
--env |
-e |
Specifies environment specific configuration | - |
--path |
-p |
Specifies directory that contains Deployment.yaml file | - |
apply
Applies deployment to the infrastructure.
- Copy files from source address
- Copy files from common configuration
- Copy files from environment specific configuration (if
--env
flag provided) - Scan and replace any config map values
- Upload complete package to target address
Flag | Short | Description | Default |
---|---|---|---|
--dry |
-d |
Dry run, do not upload files. Will output location of prepared deployment. Those files won't be used in future command calls. | - |
config
Applies config to local files, without downloading files from source
- Copy files from common configuration
- Copy files from environment specific configuration (if
--env
flag provided) - Scan and replace any config map values