diff options
author | Tomoki Aonuma <[email protected]> | 2019-07-10 23:19:14 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <[email protected]> | 2019-08-16 14:30:23 +0900 |
commit | 502ad4d39103f91bea96be5c8247057dd39f21e2 () | |
tree | d4a096a8e2ad10b55563d2137b77f840a57e0034 /man/bundle-config.1 | |
parent | 3b61019a89c366e50db908ccf25a9156bc500a5f (diff) |
[bundler/bundler] Document upcoming changes to remembered options
https://.com/bundler/bundler/commit/a1c97fd7c3
Notes: Merged: https://.com/ruby/ruby/pull/2366
-rw-r--r-- | man/bundle-config.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -60,7 +60,10 @@ Executing bundle with the \fBBUNDLE_IGNORE_CONFIG\fR environment variable set wi Executing \fBbundle config set disable_multisource true\fR upgrades the warning about the Gemfile containing multiple primary sources to an error\. Executing \fBbundle config unset disable_multisource\fR downgrades this error to a warning\. . .SH "REMEMBERING OPTIONS" -Flags passed to \fBbundle install\fR or the Bundler runtime, such as \fB\-\-path foo\fR or \fB\-\-without production\fR, are not remembered between commands\. If these options must be remembered, they must be set using \fBbundle config\fR (e\.g\., \fBbundle config set path foo\fR)\. . .P The options that can be configured are: |