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
+3
View File
@@ -10,6 +10,9 @@ Push a new template version from the current directory or as specified by flag
Always prompt all parameters. Does not pull parameter values from
active template version.
--create bool (default: false)
Create the template if it does not exist.
-d, --directory string (default: .)
Specify the directory to create from, use '-' to read tar from stdin.