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
+9
View File
@@ -12,6 +12,15 @@ coder templates push [flags] [template]
## Options
### --activate
| | |
| ------- | ----------------- |
| Type | <code>bool</code> |
| Default | <code>true</code> |
Whether the new template will be marked active.
### --always-prompt
| | |