change cli name to nmctl

This commit is contained in:
Matthew R. Kasun 2023-01-03 10:36:58 -05:00
parent 90daeddeaf
commit 66723bf0e4

View file

@ -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