diff options
author | Ashish Sehra <asehra@gmail.com> | 2017-08-30 12:43:45 +0530 |
---|---|---|
committer | Ashish Sehra <asehra@gmail.com> | 2017-08-30 12:43:45 +0530 |
commit | 7b61ebd45b15ee71f4000b3bae97e56f4540ea71 (patch) | |
tree | 6e1754d26ac15d03a39aa88f17def032db4d3c8d | |
parent | 46b4b2f23c3d50314bed694fc634380798ba0721 (diff) | |
download | bundler-7b61ebd45b15ee71f4000b3bae97e56f4540ea71.tar.gz |
Add documentation for packaging with `--no-install`
-rw-r--r-- | man/bundle-package.ronn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn index 512b037f51..78bbd88c4b 100644 --- a/man/bundle-package.ronn +++ b/man/bundle-package.ronn @@ -65,3 +65,8 @@ machine and check in the gems. For instance, you can run `bundle package` on an identical staging box during your staging process, and check in the `vendor/cache` before deploying to production. + +By default, [bundle package(1)][bundle-package] fetches and also +installs the gems to the default location. To package the +dependencies to `vendor/cache` without installing them to the +local install location, you can run `bundle package --no-install`. |