package cli import ( "fmt" "os" "path/filepath" "time" "github.com/spf13/cobra" "golang.org/x/xerrors" "github.com/coder/coder/coderd/database" "github.com/coder/coder/codersdk" "github.com/coder/coder/provisionersdk" ) func templateUpdate() *cobra.Command { return &cobra.Command{ Use: "update