Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: steps.gate.outputs.skip == 'false'
uses: actions/checkout@v4
with:
repository: coreplanelabs/homebrew-polylane
repository: coreplanelabs/homebrew-tap
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
path: tap

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ curl -fsSL https://polylane.com/install.sh | bash
# Windows — PowerShell
irm https://polylane.com/install.ps1 | iex

# Homebrew (tap: coreplanelabs/polylane)
brew install coreplanelabs/polylane/polylane
# Homebrew (tap: coreplanelabs/tap)
brew install coreplanelabs/tap/polylane

# npm
npm install -g @coreplane/polylane
Expand Down
4 changes: 2 additions & 2 deletions packaging/homebrew/polylane.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Homebrew formula for the Polylane CLI.
#
# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-polylane)
# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-tap)
# at Formula/polylane.rb so users can install via:
#
# brew install coreplanelabs/polylane
# brew install coreplanelabs/tap/polylane
#
# The release pipeline bumps `url` / `sha256` / `version` on every new release —
# see the update-homebrew job in .github/workflows/release.yml.
Expand Down
2 changes: 1 addition & 1 deletion skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: Use `polylane` to investigate production issues, explore cloud infr
# Install (pick one — see README for the full list)
npm install -g @coreplane/polylane
# curl -fsSL https://polylane.com/install.sh | bash
# brew install coreplanelabs/polylane/polylane
# brew install coreplanelabs/tap/polylane

# Pick ONE auth path (OAuth is the default; use an API key only where a browser sign-in is impossible):
polylane auth login # OAuth browser (PKCE) — the default
Expand Down
Loading