aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-config.1
diff options
context:
space:
mode:
authorTomoki Aonuma <uasi@uasi.jp>2019-07-10 23:19:14 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit502ad4d39103f91bea96be5c8247057dd39f21e2 (patch)
treed4a096a8e2ad10b55563d2137b77f840a57e0034 /man/bundle-config.1
parent3b61019a89c366e50db908ccf25a9156bc500a5f (diff)
downloadruby-502ad4d39103f91bea96be5c8247057dd39f21e2.tar.gz
[bundler/bundler] Document upcoming changes to remembered options
https://github.com/bundler/bundler/commit/a1c97fd7c3
Diffstat (limited to 'man/bundle-config.1')
-rw-r--r--man/bundle-config.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bundle-config.1 b/man/bundle-config.1
index e4942b9370..c415763cbc 100644
--- a/man/bundle-config.1
+++ b/man/bundle-config.1
@@ -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)\.
+Flags passed to \fBbundle install\fR or the Bundler runtime, such as \fB\-\-path foo\fR or \fB\-\-without production\fR, are remembered between commands and saved to your local application\'s configuration (normally, \fB\./\.bundle/config\fR)\.
+.
+.P
+However, this will be changed in bundler 3, so it\'s better not to rely on this behavior\. If these options must be remembered, it\'s better to set them using \fBbundle config\fR (e\.g\., \fBbundle config set path foo\fR)\.
.
.P
The options that can be configured are: