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
@@ -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
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user