diff --git a/cli/templateedit.go b/cli/templateedit.go new file mode 100644 index 0000000000000..7ec0305593280 --- /dev/null +++ b/cli/templateedit.go @@ -0,0 +1,61 @@ +package cli + +import ( + "fmt" + "time" + + "github.com/spf13/cobra" + "golang.org/x/xerrors" + + "github.com/coder/coder/cli/cliui" + "github.com/coder/coder/codersdk" +) + +func templateEdit() *cobra.Command { + var ( + description string + maxTTL time.Duration + minAutostartInterval time.Duration + ) + + cmd := &cobra.Command{ + Use: "edit