cloudposse-archives / tfmask

Terraform utility to mask select output from `terraform plan` and `terraform apply`
https://cloudposse.com/accelerate
Apache License 2.0
202 stars 27 forks source link

Add -no-color flag to readme cmds #18

Closed eversC closed 4 years ago

eversC commented 4 years ago

I hate to admit it but not having the -no-color flag has caught me out a couple of times.

osterman commented 4 years ago

@eversC agree.... any chance you can update https://github.com/cloudposse/tfmask/blob/master/README.yaml instead? =)

osterman commented 4 years ago

Just one thing... The README.md is generated from the README.yaml. Make all your changes to the README.yaml, then rebuild.

Please rebuild the README.md by running the following commands:

make init
make readme

There might be a lot of changes in the README.md as a result. That's okay!

Sorry for the inconvenience!

eversC commented 4 years ago

Nice, I wasn't aware of the build_harness! Had me stumped for a while as I didn't have gomplate on my path

osterman commented 4 years ago

Hrmm... it should install it automatically if it's not discovered (as packages/install/gomplate is a dependency). You're not the first to say it, just I can't reproduce it! =)