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
- Fix processing of relationshhip during nodes retrieval using the Sync Client, when prefecthing related_nodes. ([#461](https://github.com/opsmill/infrahub-sdk-python/issues/461))
25
+
- Fix schema loading to ignore non-YAML files in folders. ([#462](https://github.com/opsmill/infrahub-sdk-python/issues/462))
26
+
- Fix ignored node variable in filters(). ([#469](https://github.com/opsmill/infrahub-sdk-python/issues/469))
27
+
- Fix use of parallel with filters for Infrahub Client Sync.
28
+
- Avoid sending empty list to infrahub if no valids schemas are found.
- Update InfrahubNode creation to include __typename, display_label, and kind from a RelatedNode ([#455](https://github.com/opsmill/infrahub-sdk-python/issues/455))
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