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 | - |
--log |
-l |
Specifies log level, available options: panic, fatal, error, warn, info, debug, trace | info |
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
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