This is a Homebrew tap for Scalr CLI, a command-line interface for Scalr remote state & operations backend.
# Add the tap
brew tap Scalr/scalr
# Install scalr
brew install scalr
After installation, you can use the scalr
command:
# Check version
scalr -version
# Get help
scalr --help
- Package: scalr
- Description: CLI for Scalr remote state & operations backend
- Homepage: https://scalr.com
- Source: https://github.com/Scalr/scalr-cli
- License: Apache-2.0
The repository automatically checks for new scalr-cli releases daily and creates pull requests with updates.
You can update the formula in several ways:
-
Using the helper script locally:
./update-formula.sh 0.17.4 brew install --build-from-source scalr/scalr/scalr brew test scalr
-
Using GitHub Actions:
- Go to Actions → "Update Formula and Publish Release"
- Click "Run workflow" and enter the new version
- This will automatically update, test, and create a release
-
Manual editing:
- Update the
url
andsha256
inFormula/scalr.rb
- Test the formula locally:
brew install --build-from-source scalr/scalr/scalr
- Run the formula test:
brew test scalr
- Update the
For issues with the Scalr CLI tool itself, please visit the official repository.
For issues with this Homebrew formula, please open an issue in this repository.