From 1b80aebd6b91fff49b320907471f5eea647359b7 Mon Sep 17 00:00:00 2001 From: Martin Englund Date: Fri, 20 Oct 2023 10:40:20 -0700 Subject: [PATCH] add reminder --- cmd/api_key.go | 3 +++ 1 file changed, 3 insertions(+) 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]",