diff --git a/cli/templateedit.go b/cli/templateedit.go deleted file mode 100644 index 12e4ccabb7d08..0000000000000 --- a/cli/templateedit.go +++ /dev/null @@ -1,12 +0,0 @@ -package cli - -import "github.com/spf13/cobra" - -func templateEdit() *cobra.Command { - return &cobra.Command{ - Use: "edit", - RunE: func(cmd *cobra.Command, args []string) error { - return nil - }, - } -} diff --git a/cli/templates.go b/cli/templates.go index 5341df1d1cc3a..de1a9bcc1478d 100644 --- a/cli/templates.go +++ b/cli/templates.go @@ -25,7 +25,6 @@ func templates() *cobra.Command { } cmd.AddCommand( templateCreate(), - templateEdit(), templateInit(), templateList(), templatePlan(),