aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
757 stars 69 forks source link

Add node style options to keep original formatting #329

Closed ericzbeard closed 3 months ago

ericzbeard commented 3 months ago

Fixes #319 Fixes #327

To maintain original double quotes around values that require them, you can now add --node-style original to the deploy, pkg, and fmt commands.

ericzbeard commented 3 months ago

@r-heimann

r-heimann commented 3 months ago

Thank you very much, but a quick question: Is there no pipeline to create build artifacts, which i could use to test the PR? Or would i have to compile it myself?

For example, in the PCSX2 repository every PR automatically creates build artifacts which a user can use to test the PR: https://github.com/PCSX2/pcsx2/actions/runs/8381184011?pr=10953

ericzbeard commented 3 months ago

I'll get a release out today.

ericzbeard commented 3 months ago

@r-heimann, the PR has been merged, so until a release comes out you can install from main. go install github.com/aws-cloudformation/rain/cmd/rain@main