Skip to content
Prev Previous commit
Next Next commit
make gen update-golden-files
  • Loading branch information
ammario committed May 16, 2023
commit 2ce59d9f63b6b1a6065455d161fe9ae904ae54cc
3 changes: 3 additions & 0 deletions cli/testdata/coder_templates_push_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions docs/cli/templates_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

| | |
Expand Down