From c7be3b2b8933b0412a47e6b91e02cdea60a24187 Mon Sep 17 00:00:00 2001 From: Roman Pertl Date: Mon, 8 Apr 2024 14:50:33 +0000 Subject: [PATCH] feat: adding puppet --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index d8bc985..ff8f961 100644 --- a/index.md +++ b/index.md @@ -324,6 +324,7 @@ color by default via `NO_COLOR`. | [Mercurial](https://www.mercurial-scm.org/) | `hg --color=never` (or [Docs for .hgrc](https://www.mercurial-scm.org/wiki/ColorExtension)) | | [Midnight Commander](https://midnight-commander.org/) | `mc --nocolor` | | [Packer](https://www.packer.io/) | `export PACKER_NO_COLOR=true` | +| [Puppet](https://www.puppet.com/) | `puppet agent --color false` ([Docs](https://www.puppet.com/docs/puppet/8/configuration#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` |