diff --git a/cmd/apikey.go b/cmd/apikey.go index 7b9a02d3..cb1df532 100644 --- a/cmd/apikey.go +++ b/cmd/apikey.go @@ -82,6 +82,7 @@ Examples: agentuity apikey ls --project-id agentuity apikey ls --mask`, Run: func(cmd *cobra.Command, args []string) { + fmt.Println("HEY! I'M NEW") logger := env.NewLogger(cmd) apiUrl, _, _ := util.GetURLs(logger) ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGINT, syscall.SIGTERM)