@@ -308,6 +308,10 @@ NOTE: If autorelease is enabled, new releases will be generated for automerged d
308308*--commit / --no-commit*::
309309 Whether to commit the rendered template changes.
310310
311+ *--template-version* TEXT::
312+ The component template version (Git tree-ish) to use.
313+ If not provided, the currently active template version will be used.
314+
311315*--automerge-patch / --no-automerge-patch*::
312316 Enable automerging of patch-level dependency PRs.
313317
@@ -440,6 +444,10 @@ However, labels added by previous runs can't be removed since we've got no easy
440444 Regex to select which dependencies to sync.
441445 If the option isn't given, all dependencies listed in the provided YAML are synced.
442446
447+ *--template-version* TEXT::
448+ The component template version (Git tree-ish) to use.
449+ If not provided, the currently active template version will be used.
450+
443451== Inventory Components / Packages / Show
444452
445453*-f, --values*::
@@ -549,6 +557,10 @@ However, labels added by previous runs can't be removed since we've got no easy
549557*--commit / --no-commit*::
550558 Whether to commit the rendered template changes.
551559
560+ *--template-version* TEXT::
561+ The component template version (Git tree-ish) to use.
562+ If not provided, the currently active template version will be used.
563+
552564== Package Compile
553565
554566*-f, --values* FILE::
@@ -638,3 +650,7 @@ However, labels added by previous runs can't be removed since we've got no easy
638650*--filter* REGEX::
639651 Regex to select which dependencies to sync.
640652 If the option isn't given, all dependencies listed in the provided YAML are synced.
653+
654+ *--template-version* TEXT::
655+ The component template version (Git tree-ish) to use.
656+ If not provided, the currently active template version will be used.
0 commit comments