package cli import ( "fmt" "os" "time" "github.com/briandowns/spinner" "github.com/spf13/cobra" "golang.org/x/xerrors" "github.com/coder/coder/cli/cliui" "github.com/coder/coder/codersdk" "github.com/coder/coder/provisionersdk" ) func templateUpdate() *cobra.Command { var ( directory string provisioner string ) cmd := &cobra.Command{ Use: "update