Commit a739a2d
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 a739a2d
4 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
| 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