Plan changes to a stack
Runs "terraform plan" on the specified stack, displaying the output on stderr. To get accurate results, be sure to include the exact arguments you would specify to "terracanary apply" (e.g. input stacks).
terracanary plan (-s <stack>:<version> | -S <stack>) [<flags>...] [-- <terraform-args>...]
-h, --help help for plan
-I, --input-stack stringArray Name of unversioned stack to provide state from as input; may repeat for multiple input stacks
-i, --input-stack-version stringArray Stack version (as <stack>:<version>[:<alias>]) to provide state from as input; may repeat for multiple input stacks
-S, --stack string Name of unversioned stack to operate on
-s, --stack-version string Stack version to operate on as <stack>:<version>
- terracanary - Deployment orchestration using terraform