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
Added `infrahubctl repository init` command to allow the initialization of an Infrahub repository using [infrahub-template](https://github.com/opsmill/infrahub-template).
*`DIRECTORY`: Directory path for the new project. [required]
64
+
65
+
**Options**:
66
+
67
+
*`--template TEXT`: Template to use for the new repository. Can be a local path or a git repository URL. [default: https://github.com/opsmill/infrahub-template.git]
68
+
*`--data PATH`: Path to YAML file containing answers to CLI prompt.
69
+
*`--vcs-ref TEXT`: VCS reference to use for the template. Defaults to HEAD. [default: HEAD]
70
+
*`--trust / --no-trust`: Trust the template repository. If set, the template will be cloned without verification. [default: no-trust]
0 commit comments