Stack-Policy Functionality Now Supported
Pre-release
Pre-release
- Qaz now supports setting stack update policies using a new keyword in config:
policy
.
Example:
stacks:
stackname:
# stack policy - url or raw json can be specified here
policy: https://s3-eu-west-1.amazonaws.com/daidokoro-dev/policies/stack.json
--
- set-policy Command added for updating stack policy based on config value.
$ qaz set-policy --help
Set Stack Policies based on configured value
Usage:
qaz set-policy [flags]
Examples:
qaz set-policy <stack name> -c <config.yml>
Flags:
-c, --config string path to config file (default "config.yml")
Global Flags:
--debug Run in debug mode...
-p, --profile string configured aws profile (default "default")
--
- tail Command removed.
- New Config Reader backend provides better exception handling and stability.