aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick Metcalfe <git@patrickmetcalfe.com>2015-04-28 17:08:07 -0500
committerPatrick Metcalfe <git@patrickmetcalfe.com>2015-04-28 17:08:07 -0500
commit56801bc8fb74c801ecb0a02628852a282e122901 (patch)
treee22e8b1a6b4eb869afdb0373bc7895ea591f008f /man
parent9191d8ffe8f3dc242222f02a6db07e5ea766c524 (diff)
downloadbundler-56801bc8fb74c801ecb0a02628852a282e122901.tar.gz
[ci skip] add ignore messages documentation
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index c0657c5e..111dcec6 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -112,6 +112,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `disable_multisource` (`BUNDLE_DISABLE_MULTISOURCE`): When set, Gemfiles
containing multiple sources will produce errors instead of warnings. Use
`bundle config --delete disable_multisource` to unset.
+* `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`): When set, no post install
+ messages will be printed. They can also be silenced on a per-gem basis using
+ the dot notation.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.