Skip to content

Commit 04f798b

Browse files
make gen
1 parent 463fd91 commit 04f798b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/env-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| `--git-clone-depth` | `ENVBUILDER_GIT_CLONE_DEPTH` | | The depth to use when cloning the Git repository. |
2929
| `--git-clone-single-branch` | `ENVBUILDER_GIT_CLONE_SINGLE_BRANCH` | | Clone only a single branch of the Git repository. |
3030
| `--git-clone-thinpack` | `ENVBUILDER_GIT_CLONE_THINPACK` | `true` | Git clone with thin pack compatibility enabled, ensuring that even when thin pack compatibility is activated,it will not be turned on for the domain dev.zaure.com. |
31+
| `--git-clone-submodules` | `ENVBUILDER_GIT_CLONE_SUBMODULES` | | Recursively clone Git submodules after cloning the repository. |
3132
| `--git-username` | `ENVBUILDER_GIT_USERNAME` | | The username to use for Git authentication. This is optional. |
3233
| `--git-password` | `ENVBUILDER_GIT_PASSWORD` | | The password to use for Git authentication. This is optional. |
3334
| `--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. |

options/testdata/options.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ OPTIONS:
9999
--git-clone-single-branch bool, $ENVBUILDER_GIT_CLONE_SINGLE_BRANCH
100100
Clone only a single branch of the Git repository.
101101

102+
--git-clone-submodules bool, $ENVBUILDER_GIT_CLONE_SUBMODULES
103+
Recursively clone Git submodules after cloning the repository.
104+
102105
--git-clone-thinpack bool, $ENVBUILDER_GIT_CLONE_THINPACK (default: true)
103106
Git clone with thin pack compatibility enabled, ensuring that even
104107
when thin pack compatibility is activated,it will not be turned on for

0 commit comments

Comments
 (0)