Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

terracanary_plan.md

File metadata and controls

27 lines (18 loc) · 1.03 KB

terracanary plan

Plan changes to a stack

Synopsis

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>...]

Options

  -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>

SEE ALSO

  • terracanary - Deployment orchestration using terraform
Auto generated by spf13/cobra on 12-Apr-2018