This is an unofficial Homebrew tap for Cloudflare's Wrangler CLI.
Mac users can use this formula to easily install and update the Wrangler CLI. Both dev and stable channels are supported.
If you don't have Homebrew, install it from their homepage.
Then, add this tap:
brew tap bvanrijn/wrangler
To install Wrangler CLI:
brew install wrangler-cli
To install dev channel releases, instead of the stable ones, add a --head
flag after the brew commands:
brew install wrangler-cli --head
Simply run:
brew update
brew upgrade wrangler-cli
This README is a modified version of the one found at dart-lang/homebrew-dart, the official tap for the Dart programming language.
The audit
and style
CI jobs are based two commands from the AdoptOpenJDK tap.
The test-stable
and test-devel
steps are based on examples from the Formula Cookbook.