summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-03-19 20:20:56 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2012-03-19 20:21:03 +0100
commit01b377d1575a65db48a57251644c74c7878ecfe1 (patch)
treeb5d385afe6c0d3973ff0bccadbfa2d1414bb8546 /man
parentd376a1a7d738f57fd3bd6091f1b72e6e7aca3727 (diff)
downloadbundler-01b377d1575a65db48a57251644c74c7878ecfe1.tar.gz
Add support to --local, --global and --delete in bundle config.
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index cff3591e0d..fc00b4eacd 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -23,6 +23,14 @@ Executing `bundle config <name> <value>` will set that configuration to the
value specified for all bundles executed as the current user. The configuration
will be stored in `~/.bundle/config`.
+Executing `bundle config --global <name> <value>` works the same as above.
+
+Executing `bundle config --local <name> <value>` will set that configuration to
+the local application. The configuration will be stored in `app/.bundle/config`.
+
+Executing `bundle config --delete <name>` will delete the configuration in both
+local and global sources.
+
## BUILD OPTIONS
You can use `bundle config` to give bundler the flags to pass to the gem