Commit 002e406
committed
fix: install Pinecone CLI as a Homebrew cask (formula disabled 2026-03-30)
The `pinecone-io/tap/pinecone` formula was disabled on 2026-03-30 when the
CLI migrated to a cask, so the documented `brew install pinecone-io/tap/pinecone`
now fails with:
Error: pinecone-io/tap/pinecone has been disabled because it has migrated
to a cask. Reinstall with: brew uninstall pinecone-io/tap/pinecone &&
brew install --cask pinecone-io/tap/pinecone!
Switch every install instruction to the single fully qualified command:
brew install --cask pinecone-io/tap/pinecone
The separate `brew tap pinecone-io/tap` step is dropped. `brew install`
taps automatically for a fully qualified name, and under Homebrew 6 tap
trust the fully qualified form grants trust to only this cask. This is the
form Homebrew's Tap Trust docs give and the form pinecone-io/cli's README
already uses.
Updated:
- README.md (plus a note for users upgrading from the old formula)
- hooks/pinecone-api-key-check.sh (session-start CLI guidance)
- skills/cli/SKILL.md
- skills/help/SKILL.md
The two skills/ files are sync-managed from pinecone-io/skills; the same
fix is submitted there so the next sync reproduces these edits.1 parent db29e06 commit 002e406
4 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | | - | |
87 | | - | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | | - | |
29 | | - | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments