mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
feat: cli: allow editing template metadata (#2159)
This PR adds a CLI command template edit which allows updating the following metadata fields of a template: - Description - Max TTL - Min Autostart Interval
This commit is contained in:
@ -26,6 +26,7 @@ func templates() *cobra.Command {
|
||||
}
|
||||
cmd.AddCommand(
|
||||
templateCreate(),
|
||||
templateEdit(),
|
||||
templateInit(),
|
||||
templateList(),
|
||||
templatePlan(),
|
||||
|
Reference in New Issue
Block a user