Skip to content

feat: archive template versions to hide them from the ui #10179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update golden files
  • Loading branch information
Emyrk committed Oct 10, 2023
commit a01f79716af1bb4d2da3f737e54c47594ed953a1
3 changes: 2 additions & 1 deletion cli/testdata/coder_templates_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ USAGE:
$ coder templates push my-template

SUBCOMMANDS:
archive Archive unused failed template versions from a given template(s)
archive Archive unused or failed template versions from a given
template(s)
create Create a template from the current directory or as specified by
flag
delete Delete templates
Expand Down
2 changes: 1 addition & 1 deletion cli/testdata/coder_templates_archive_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coder v0.0.0-devel
USAGE:
coder templates archive [flags] [template-name...]

Archive unused failed template versions from a given template(s)
Archive unused or failed template versions from a given template(s)

OPTIONS:
--all bool
Expand Down