You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/env-variables.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
|`--git-clone-single-branch`|`ENVBUILDER_GIT_CLONE_SINGLE_BRANCH`|| Clone only a single branch of the Git repository. |
28
28
|`--git-username`|`ENVBUILDER_GIT_USERNAME`|| The username to use for Git authentication. This is optional. |
29
29
|`--git-password`|`ENVBUILDER_GIT_PASSWORD`|| The password to use for Git authentication. This is optional. |
30
-
|`--git-ssh-private-key-path`|`ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH`|| Path to an SSH private key to be used for Git authentication. |
30
+
|`--git-ssh-private-key-path`|`ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH`|| Path to an SSH private key to be used for Git authentication. If this is set, then GIT_SSH_PRIVATE_KEY_BASE64 cannot be set. |
31
+
|`--git-ssh-private-key-base64`|`ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64`|| Base64 encoded SSH private key to be used for Git authentication. If this is set, then GIT_SSH_PRIVATE_KEY_PATH cannot be set. |
31
32
|`--git-http-proxy-url`|`ENVBUILDER_GIT_HTTP_PROXY_URL`|| The URL for the HTTP proxy. This is optional. |
32
33
|`--workspace-folder`|`ENVBUILDER_WORKSPACE_FOLDER`|| The path to the workspace folder that will be built. This is optional. |
33
34
|`--ssl-cert-base64`|`ENVBUILDER_SSL_CERT_BASE64`|| The content of an SSL cert file. This is useful for self-signed certificates. |
0 commit comments