mirror of https://github.com/crossplane/docs.git
Merge pull request #706 from lsviben/init-ref-name
add `init` --ref-name flag
This commit is contained in:
commit
8e7fb4de09
|
@ -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 >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue