diff options
author | Antonio Scandurra <as_cii@hotmail.it> | 2014-03-18 08:31:46 +0100 |
---|---|---|
committer | Antonio Scandurra <as_cii@hotmail.it> | 2014-03-18 08:36:23 +0100 |
commit | f1d84bf874ee4ac7bd3bf2fc47a5a7cb5cf32e70 (patch) | |
tree | 2cef345a46b15962f8fa534035f24a3108fc4688 /man/bundle-install.ronn | |
parent | 4d29adeee6e000e309674ee38ce3c027cec3534d (diff) | |
download | bundler-f1d84bf874ee4ac7bd3bf2fc47a5a7cb5cf32e70.tar.gz |
Add missing switches documentation for bundle-install(1)
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r-- | man/bundle-install.ronn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 92a1923e60..b51d2fecd5 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -14,6 +14,11 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile [--retry=TRIES] [--no-cache] [--quiet] + [--clean] + [--frozen] + [--full-index] + [--no-prune] + [--shebang] ## DESCRIPTION @@ -105,6 +110,18 @@ update process below under [CONSERVATIVE UPDATING][]. Do not print progress information to stdout. Instead, communicate the success of the install operation via exit status code. +* `--clean`: + Run bundle clean automatically after install. + +* `--frozen`: + Do not allow the Gemfile.lock to be updated after this install. + +* `--full-index`: + Use the rubygems modern index instead of the API endpoint. + +* `--no-prune`: + Don't remove stale gems from the cache. + ## DEPLOYMENT MODE Bundler's defaults are optimized for development. To switch to |