diff --git a/README.md b/README.md index 2969b27..ff151d7 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ Available Commands: delete Delete resource of a given kind and name get Get resource of a given kind help Help about any command + login Login user using username password to get a JWT token + token Manage Admin and Application Instance Token version Display the version of conduktor Flags: diff --git a/cmd/token.go b/cmd/token.go index 4324042..c443900 100644 --- a/cmd/token.go +++ b/cmd/token.go @@ -11,7 +11,8 @@ var applicationInstanceNameForList *string var applicationInstanceNameForCreate *string var tokenCmd = &cobra.Command{ - Use: "token", + Use: "token", + Short: "Manage Admin and Application Instance tokens", Run: func(cmd *cobra.Command, args []string) { cmd.Help() os.Exit(1)