summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorJeff Pollard <jeff.pollard@gmail.com>2012-03-25 21:13:48 -0700
committerJeff Pollard <jeff.pollard@gmail.com>2012-03-25 21:15:24 -0700
commitfd75aa61bd0bec2943b90b9c96545da805753635 (patch)
tree9905521ea40e11dec5f3605a566f5d738bf2e99b /man/bundle-install.ronn
parentbc2e590b1f5acb341949641d7b853d8c02c9b650 (diff)
downloadbundler-fd75aa61bd0bec2943b90b9c96545da805753635.tar.gz
Add docs for the --no-cache option
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index cbddd09d4a..9d169af5dd 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -10,6 +10,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--binstubs[=DIRECTORY]]
[--standalone[=GROUP1[ GROUP2...]]]
[--quiet]
+ [--no-cache]
## DESCRIPTION
@@ -81,6 +82,11 @@ update process below under [CONSERVATIVE UPDATING][].
`bundle` directory and installs the bundle there. It also generates
a `bundle/bundler/setup.rb` file to replace Bundler's own setup.
+* `--no-cache`:
+ Do not update the cache in `vendor/cache` with the newly bundled gems. This
+ does not remove any existing cached gems, only stops the newly bundled gems
+ from being cached during the install.
+
## DEPLOYMENT MODE
Bundler's defaults are optimized for development. To switch to