Unverified Commit 30a049d1 authored by Adam Reese's avatar Adam Reese
Browse files

ref(cmd): remove deprecated command

Showing with 0 additions and 8 deletions
+0 -8
......@@ -117,9 +117,6 @@ func newRootCmd(args []string) *cobra.Command {
// Hidden documentation generator command: 'helm docs'
newDocsCmd(out),
// Deprecated
markDeprecated(newRepoUpdateCmd(out), "use 'helm repo update'\n"),
)
flags.Parse(args)
......@@ -145,11 +142,6 @@ func main() {
}
}
func markDeprecated(cmd *cobra.Command, notice string) *cobra.Command {
cmd.Deprecated = notice
return cmd
}
func setupConnection() error {
if settings.TillerHost == "" {
config, client, err := getKubeClient(settings.KubeContext)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment