This is the official Homebrew tap for the Razorpay CLI.
Homebrew must be installed on your system. To install Homebrew, run the following in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install razorpay/razorpay-cli/razorpayOr add the tap first, then install:
brew tap razorpay/razorpay-cli
brew install razorpayAfter installation, configure the CLI with your Razorpay credentials:
razorpay configureOr pass the credentials directly:
razorpay configure --key-id rzp_test_xxxxxxxxxxxx --key-secret xxxxxxxxxxxxxxxxxxxxbrew upgrade razorpay- macOS (Apple Silicon / arm64)
- macOS (Intel / x86_64)
- Razorpay CLI - Source repository for the CLI
- Razorpay API Docs