feat(cli): support non-active template version pushes (#7488)

So that we can push template updates for testing without impacting
normal users of the template.

---------

Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
Co-authored-by: Muhammad Atif Ali <matifali@live.com>
Co-authored-by: Atif Ali <atif@coder.com>
This commit is contained in:
goodspark
2023-06-03 22:39:00 +00:00
committed by GitHub
co-authored by Ammar Bandukwala Muhammad Atif Ali Atif Ali
parent 1f8e817da7
commit e2613c91a7
4 changed files with 68 additions and 5 deletions
+3
View File
@@ -3,6 +3,9 @@ Usage: coder templates push [flags] [template]
Push a new template version from the current directory or as specified by flag
Options
--activate bool (default: true)
Whether the new template will be marked active.
--always-prompt bool
Always prompt all parameters. Does not pull parameter values from
active template version.