Skip to content

Commit

Permalink
Merge pull request rubygems#1796 from Fluxx/add_docs_for_no_cache
Browse files Browse the repository at this point in the history
Add docs for the --no-cache option
  • Loading branch information
André Arko committed Mar 26, 2012
2 parents bc2e590 + fd75aa6 commit b3e9c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/bundle-install.ronn
Expand Up @@ -10,6 +10,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--binstubs[=DIRECTORY]]
[--standalone[=GROUP1[ GROUP2...]]]
[--quiet]
[--no-cache]

## DESCRIPTION

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3e9c1a

Please sign in to comment.