stackup
stackup copied to clipboard
a simple CLI and Ruby API for AWS CloudFormation
need support for --profile option where multiple profiles are configured
I created a change set with type IMPORT, using the AWS CLI. When applying this change set with stackup, the final state of the stack is `IMPORT_COMPLETE`. This is a...
Hi Guys, Currently `stackup up` supports the use of an S3 source, but `stackup diff` does not. Would it be possible to add support for S3 when running the `diff`...
Hi Team, I have been using stackup and it's been worked very well, now I have a requirement to create cloudformation stackset, wondering does stackup also support creating stackset?
My team has some projects which involve deploying about 10 stacks in parallel to the same AWS account and region. If we deploy multiple of these projects at once we...
I'm currently using stackup to build stacks across account. To do this I'm using both an assumed role (cross-account), and a service role which is passed to Cloudformation to perform...
Using stackup 1.2.0 If I do `change-set create` against a stack that doesn't exist, a stack is created in the `REVIEW_IN_PROGRESS` state, as expected. If I then try to create...
We are using the change-set feature to help diff the impact of our cloudformation changes, and it is working really well. We have just run into an edge condition when...
Hi, Is there any cli parameter to enable the trace of the stackup process? I am using the dockerised version and it is throwing the error "no credentials provided". Passing...
Hi! We noticed it doesn't work under all circumstances, we haven't figured out why exactly. But when I had a look at what aws cloudformation deploy does, I noticed that...