Bladeren bron

change cli name to nmctl

Matthew R. Kasun 2 jaren geleden
bovenliggende
commit
66723bf0e4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      cli/cmd/root.go

+ 1 - 1
cli/cmd/root.go

@@ -20,7 +20,7 @@ import (
 
 // rootCmd represents the base command when called without any subcommands
 var rootCmd = &cobra.Command{
-	Use:   "netmaker",
+	Use:   "nmctl",
 	Short: "CLI for interacting with Netmaker Server",
 	Long:  `CLI for interacting with Netmaker Server`,
 	// Uncomment the following line if your bare application