We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e4724 commit d7fd922Copy full SHA for d7fd922
pkg/cmd/profile/list/list.go
@@ -68,7 +68,7 @@ func runListCmd(opts *AddOptions) error {
68
69
opts.IO.StartProgressIndicatorWithLabel("Fetching configured profiles")
70
for _, profile := range profiles {
71
- client := search.NewClient(profile.ApplicationID, profile.AdminAPIKey)
+ client := search.NewClient(profile.ApplicationID, profile.APIKey)
72
res, err := client.ListIndices()
73
if err != nil {
74
return err
0 commit comments