Skip to content
Prev Previous commit
Next Next commit
update golden files
  • Loading branch information
mafredri committed Jul 6, 2023
commit 960e5d1bbe56ab4f3e4c94c9dfd99ce4c54ed02c
5 changes: 5 additions & 0 deletions cli/testdata/coder_templates_create_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Create a template from the current directory or as specified by flag
Specify an inactivity TTL for workspaces created from this template.
This licensed feature's default is 0h (off).

-m, --message string
Specify a message describing the changes in this version of the
template. Messages longer than 72 characters will be displayed as
truncated.

--private bool
Disable the default behavior of granting template access to the
'everyone' group. The template permissions must be updated to allow
Expand Down
5 changes: 5 additions & 0 deletions cli/testdata/coder_templates_push_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Push a new template version from the current directory or as specified by flag
Ignore warnings about not having a .terraform.lock.hcl file present in
the template.

-m, --message string
Specify a message describing the changes in this version of the
template. Messages longer than 72 characters will be displayed as
truncated.

--name string
Specify a name for the new template version. It will be automatically
generated if not provided.
Expand Down