Skip to content

Commit 0e48def

Browse files
committed
Add man pages for credential helpers
1 parent e9cb2af commit 0e48def

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bundler/lib/bundler/man/bundle-config.1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ The following is a list of all configuration keys and their purpose\. You can le
113113
.IP "\(bu" 4
114114
\fBconsole\fR (\fBBUNDLE_CONSOLE\fR): The console that \fBbundle console\fR starts\. Defaults to \fBirb\fR\.
115115
.IP "\(bu" 4
116+
\fBcredential\-helper\fR (\fBBUNDLE_CREDENTIAL_HELPER\fR): The path to a credential helper to use for fetching credentials from a remote gem server\.
117+
.IP "\(bu" 4
116118
\fBdefault_install_uses_path\fR (\fBBUNDLE_DEFAULT_INSTALL_USES_PATH\fR): Whether a \fBbundle install\fR without an explicit \fB\-\-path\fR argument defaults to installing gems in \fB\.bundle\fR\.
117119
.IP "\(bu" 4
118120
\fBdeployment\fR (\fBBUNDLE_DEPLOYMENT\fR): Disallow changes to the \fBGemfile\fR\. When the \fBGemfile\fR is changed and the lockfile has not been updated, running Bundler commands will be blocked\.

bundler/lib/bundler/man/bundle-config.1.ronn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
161161
`bundle install`.
162162
* `console` (`BUNDLE_CONSOLE`):
163163
The console that `bundle console` starts. Defaults to `irb`.
164+
* `credential-helper` (`BUNDLE_CREDENTIAL_HELPER`):
165+
The path to a credential helper to use for fetching credentials from a
166+
remote gem server.
164167
* `default_install_uses_path` (`BUNDLE_DEFAULT_INSTALL_USES_PATH`):
165168
Whether a `bundle install` without an explicit `--path` argument defaults
166169
to installing gems in `.bundle`.

0 commit comments

Comments
 (0)