You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pc: command not found`| Install CLI: `brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone`|
195
+
|`Unknown command` or unrecognized command | Check CLI version with `pc version`. If outdated, update: `brew update && brew upgrade pinecone` (macOS) or download latest from [GitHub Releases](https://github.com/pinecone-io/cli/releases)|
196
+
|`Authentication failed`| Run `pc auth login` or set an API key or service account |
197
+
|`Index already exists`| Use different name or delete existing: `pc index delete --name <name>`|
198
+
|`Permission denied`| Check API key permissions or organization access |
0 commit comments