diff --git a/cmd/api_key.go b/cmd/api_key.go index f0b3212..4bb38a8 100644 --- a/cmd/api_key.go +++ b/cmd/api_key.go @@ -9,6 +9,9 @@ import ( "github.com/rockset/rockset-go-client/option" ) +// TODO when implementing create apikey: +// the role should have auto-completion for the list of roles the user has access to + func newListAPIKeysCmd() *cobra.Command { cmd := cobra.Command{ Use: "apikeys [USER]",