Skip to content

Commit

Permalink
add description for token cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bthuillier committed Sep 23, 2024
1 parent a325544 commit 6ec76c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion cmd/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ec76c7

Please sign in to comment.