unbounce / iidy

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

[WIP] create a publish-cfn-template command #36

Closed pauloancheta closed 6 years ago

pauloancheta commented 6 years ago

upload a cfn-template to an s3 bucket.

First upload of file and following naming conventions:

iidy publish-cfn-template --s3-bucket=s3://your-company-production/your-app

For succeeding uploads given that template in stack args is s3://your-company-production/your-app:

iidy publish-cfn-template

When not following the nameing conventions:

iidy publish-cfn-template --s3-bucket=s3://your-company-production/your-app --cfn-template=./my-custom-template.yaml
iidy publish-cfn-template --cfn-template=./my-custom-template.yaml