Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to not minify the Cloudformation json template #450

Open
kenden opened this issue Feb 28, 2017 · 2 comments
Open

Add option to not minify the Cloudformation json template #450

kenden opened this issue Feb 28, 2017 · 2 comments

Comments

@kenden
Copy link
Contributor

kenden commented Feb 28, 2017

In the AWS console, when selecting a cloudformation stack created by Senza and looking at the template, it appears minified.
I would be nice to be able to read it. Sometimes having a quick look at the template to check an option is helpful.

Could we have an option to senza create?
Something like

senza create --json-not-minified myapp.yaml 1 0.1-SNAPSHOT

And some help for this option:

--json-not-minified        Do not minify the Cloudformation json template submitted to AWS. Let it readable.

@hjacobs
Copy link
Contributor

hjacobs commented Feb 28, 2017

Is copying the JSON and piping it through jq not an option?

@kenden
Copy link
Contributor Author

kenden commented Feb 28, 2017

It is, just a bit less lazy. After doing this enough times, we started wishing for a --json-not-minified option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants