docs: use official Homebrew core and Scoop main bucket for install#1578
Open
developerkunal wants to merge 1 commit into
Open
docs: use official Homebrew core and Scoop main bucket for install#1578developerkunal wants to merge 1 commit into
developerkunal wants to merge 1 commit into
Conversation
The Auth0 CLI is now published to Homebrew core and the Scoop main bucket, so the custom tap and bucket are no longer required. Simplify the stable install commands and add migration notes for users on the old tap/bucket.
ramya18101
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
The Auth0 CLI is now published to the official Homebrew core and the Scoop
mainbucket, so the custom tap and bucket are no longer required to install the stable release. This updates the README installation section accordingly:brew install auth0(dropped thebrew tap auth0/auth0-clistep).scoop install auth0(dropped thescoop bucket add auth0 https://github.com/auth0/scoop-auth0-cli.gitstep, sincemainis enabled by default).The beta installation section is intentionally left unchanged, as beta builds (
auth0-beta) are still published through the customauth0/auth0-clitap andauth0/scoop-auth0-clibucket.📚 References
N/A
🔬 Testing
Documentation-only change. Verified that
auth0is present in Homebrew core (brew install auth0) and the Scoopmainbucket before updating the instructions.📝 Checklist