summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-08-12 14:18:37 +0000
committerThe Bundler Bot <bot@bundler.io>2017-08-12 14:18:37 +0000
commit76b251b03dc7ffea7e45bd3c6ea2c75ebf5c523d (patch)
treea06b933bec92f4eba2ada03e2e829602d67686b9 /man
parent66facbb67665f30e97db2b2c4c9c127399e9a935 (diff)
parentc9c4f23e46673ac953b34774934447c779b25e0b (diff)
downloadbundler-76b251b03dc7ffea7e45bd3c6ea2c75ebf5c523d.tar.gz
Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddins
Allow to add username and password to a remote during a deployment This is my first PR to bundler, so if something is out of place let me know and I'll do my best to correct it. The issue I'm trying to fix is allowing to change a remote on a frozen bundler for the same remote adding username and password. In our dev boxes we have configured bundle to store the username and password for a given domain, but on our qa boxes we don't want to do that for various reasons. As far as I can tell this should not have any negative side effects as we are keeping the same remote but only adding some auth to it
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 8e5e776a98..32cc640f60 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -121,6 +121,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `allow_bundler_dependency_conflicts` (`BUNDLE_ALLOW_BUNDLER_DEPENDENCY_CONFLICTS`):
Allow resolving to specifications that have dependencies on `bundler` that
are incompatible with the running Bundler version.
+* `allow_deployment_source_credential_changes` (`BUNDLE_ALLOW_DEPLOYMENT_SOURCE_CREDENTIAL_CHANGES`):
+ When in deployment mode, allow changing the credentials to a gem's source.
+ Ex: `https://some.host.com/gems/path/` -> `https://user_name:password@some.host.com/gems/path`
* `allow_offline_install` (`BUNDLE_ALLOW_OFFLINE_INSTALL`):
Allow Bundler to use cached data when installing without network access.
* `auto_install` (`BUNDLE_AUTO_INSTALL`):