unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Generated command from `create-changeset` missing profile and region #142

Closed rymndhng closed 6 years ago

rymndhng commented 6 years ago

The values region and profile should be carried through to the exec-changeset command.

The current output looks like this:

Your new stack is now in REVIEW_IN_PROGRESS state. To create the resources run the following
  iidy exec-changeset --stack-name your-stack iam/stack-args.yml sturdy-rat

It would be preferrable pass through the region and profile of the previous command if possible:

iidy --region REGION --profile PROFILE exec-changeset --stack-name your-stack iam/stack-args.yml sturdy-rat