From fd75aa61bd0bec2943b90b9c96545da805753635 Mon Sep 17 00:00:00 2001 From: Jeff Pollard Date: Sun, 25 Mar 2012 21:13:48 -0700 Subject: Add docs for the --no-cache option --- man/bundle-install.ronn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/bundle-install.ronn') 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 -- cgit v1.2.1