We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1856e5d commit 7359592Copy full SHA for 7359592
1 file changed
pkg/commands/commands.go
@@ -1081,6 +1081,7 @@ func Define( // nolint:revive // function-length
1081
shellcompleteCmdRoot,
1082
}
1083
cmds = append(cmds, authCommands...)
1084
+ cmds = append(cmds, authtokenCommands...)
1085
cmds = append(cmds, []argparser.Command{
1086
apisecurityRoot,
1087
discoveredoperationsRoot,
@@ -1093,9 +1094,6 @@ func Define( // nolint:revive // function-length
1093
1094
operationsUpdate,
1095
operationsDelete,
1096
operationsAddTags,
- }...)
1097
- cmds = append(cmds, authtokenCommands...)
1098
- cmds = append(cmds, []argparser.Command{
1099
computeCmdRoot,
1100
computeACLCmdRoot,
1101
computeACLCreate,
0 commit comments