feat(cli): add --create flag to templates push (#8454)

This commit is contained in:
Marcin Tojek
2023-07-13 12:58:34 +02:00
committed by GitHub
parent 5432c3f5ea
commit 3727e02bbf
4 changed files with 95 additions and 8 deletions
+9
View File
@@ -29,6 +29,15 @@ Whether the new template will be marked active.
Always prompt all parameters. Does not pull parameter values from active template version.
### --create
| | |
| ------- | ------------------ |
| Type | <code>bool</code> |
| Default | <code>false</code> |
Create the template if it does not exist.
### -d, --directory
| | |