summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-28 18:30:49 -0700
committerAndre Arko <andre@arko.net>2015-04-28 18:30:49 -0700
commitfffb25544d55a65519dab45828b4b6cb4539fa00 (patch)
treee22e8b1a6b4eb869afdb0373bc7895ea591f008f
parent9191d8ffe8f3dc242222f02a6db07e5ea766c524 (diff)
parent56801bc8fb74c801ecb0a02628852a282e122901 (diff)
downloadbundler-fffb25544d55a65519dab45828b4b6cb4539fa00.tar.gz
Merge pull request #3601 from pducks32/ignore-messages-documentation
add ignore messages documentation
-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 c0657c5ec7..111dcec61e 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.