Skip to content

Commit

Permalink
Adding Terraform -no-color option
Browse files Browse the repository at this point in the history
  • Loading branch information
n8felton committed Sep 27, 2023
1 parent 1f79395 commit 56f1081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ color by default via `NO_COLOR`.
| [Radare](https://www.radare.org/r/) | `radare2 -e scr.color=0` |
| [RSpec](http://rspec.info/) | `export SPEC_OPTS=--no-color` |
| [Ruby (tests)](https://www.ruby-lang.org/) | `export RUBY_TESTOPTS=--color=never` |
| [Terraform](https://www.terraform.io/) | `terraform [main command] -no-color` ([Docs](https://developer.hashicorp.com/terraform/cli/commands/plan#no-color) \| [Open Issue](https://github.com/hashicorp/terraform/issues/23708)) |
| [The Silver Searcher](https://geoff.greer.fm/ag/) | `ag --nocolor` ([Rejected `NO_COLOR` Request](https://github.com/ggreer/the_silver_searcher/pull/1207)) |
| [Thor](http://whatisthor.com/) | `export THOR_SHELL=Basic` ([Docs](http://www.rubydoc.info/github/wycats/thor/Thor%2FBase.shell)) |
| [util-linux](https://github.com/karelzak/util-linux) | `touch /etc/terminal-colors.d/disable` ([Docs](http://man7.org/linux/man-pages/man5/terminal-colors.d.5.html)) |
Expand Down

0 comments on commit 56f1081

Please sign in to comment.