Merge pull request #706 from lsviben/init-ref-name

add `init` --ref-name flag
This commit is contained in:
Philippe Scorsolini 2024-02-14 17:20:57 +00:00 committed by GitHub
commit 8e7fb4de09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -633,7 +633,8 @@ personalize the template.
| Short flag | Long flag | Description |
| ------------ | ----------------------- | ------------------------------ |
| `-d` | `--directory` | The directory to create and load the template files into. Uses the current directory by default. |
| `-r` | `--run-init-script` | Run the init.sh script without prompting, if it exists. |
| `-r` | `--run-init-script` | Run the init.sh script without prompting, if it exists. |
| `-b` | `--ref-name` | The branch or tag to clone from the template repository. |
<!-- vale Crossplane.Spelling = YES -->
{{< /table >}}