https://github.com/lightbend/homebrew-brew
Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the Formulae for tools that Lightbend offers.
https://github.com/lightbend/homebrew-brew
Last synced: about 1 year ago
JSON representation
Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the Formulae for tools that Lightbend offers.
- Host: GitHub
- URL: https://github.com/lightbend/homebrew-brew
- Owner: lightbend
- License: apache-2.0
- Created: 2021-04-01T18:43:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T12:41:41.000Z (over 1 year ago)
- Last Synced: 2025-04-07T04:36:08.515Z (about 1 year ago)
- Language: Ruby
- Size: 109 KB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightbend Homebrew Tap
This repository is a `tap` that you can use with [`brew`](https://brew.sh) to install Lightbend tools onto your system. Currently, supported tools are:
* `kalix` the command line interface for [Kalix](https://kalix.io)
## Using this tap
### Install
To use these formulae with `brew`, you'll need to install the tap first
```bash
brew tap lightbend/brew
```
### Uninstall
If you want to remove the tap, you can run
```bash
brew untap lightbend/brew
```
### Update
Updating for formulae installed from this tap is all done via `brew update`.
## `kalix`
### Install
To install `kalix` using this tap run `brew install lightbend/brew/kalix` (which will install the tap automatically) or run
```bash
brew tap lightbend/brew
brew install kalix
```
### Uninstall
To uninstall `kalix` run `brew uninstall kalix`
### Update
To update `kalix` run `brew update kalix`
## Contributing
We welcome all contributions! [Pull requests](https://github.com/lightbend/homebrew-brew/pulls) are the preferred way to share your contributions. For major changes, please open [an issue](https://github.com/lightbend/homebrew-brew/issues) first to discuss what you would like to change.
## Support
This project is provided on an as-is basis and is not covered by the Lightbend Support policy.
## License
See the [LICENSE](./LICENSE).