vltmn / fastsite

Node JS tool to deploy static websites to S3 with a cloudfront deployment
MIT License
0 stars 2 forks source link

Do not update or create cloudformation stacks automatically #10

Closed vltmn closed 4 years ago

vltmn commented 4 years ago

Make the user having to confirm if you want to update a cloudformation stack, so no automatic updates occur. Make sure the user has to confirm when creating a new cloudformation stack so nothing unnecessary is created

vltmn commented 4 years ago

Use prompts to get the user to confirm the update if it is needed. Add possibility to supply CLI option to always confirm

vltmn commented 4 years ago

Solved by #14