mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
co-authored by
Ammar Bandukwala
Muhammad Atif Ali
Atif Ali
parent
1f8e817da7
commit
e2613c91a7
@@ -3,6 +3,9 @@ Usage: coder templates push [flags] [template]
|
||||
Push a new template version from the current directory or as specified by flag
|
||||
|
||||
[1mOptions[0m
|
||||
--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.
|
||||
|
||||
Reference in New Issue
Block a user