summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-05-16 22:23:11 +1000
committerColby Swandale <colby@taplaboratories.com>2017-05-16 22:23:18 +1000
commit474996bd826f173e00cbcd1729068997b7477f5e (patch)
treec362b64f50a6ee8e698e58d7446ddcf224c9a1ed
parent2bbf8d7dc019eb0cd658a1d505d9cbfe015a066a (diff)
downloadbundler-474996bd826f173e00cbcd1729068997b7477f5e.tar.gz
document stderr config
-rw-r--r--man/bundle-config.ronn2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index afae3e0888..d91d3f9292 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -222,6 +222,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `gem.push_key` (`BUNDLE_GEM__PUSH_KEY`):
Sets the `--key` parameter for `gem push` when using the `rake release`
command with a private gemstash server.
+* `stderr` (`BUNDLE_STDERR`)
+ Print Bundler errors to stderr
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.