Skip to content

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.

License

Notifications You must be signed in to change notification settings

retgits/homebrew-brew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightbend Labs Homebrew Tap

This repository is a tap that you can use with brew to install Lightbend tools onto your system. Currently supported tools are:

Using this tap

Install

To use these formulae with brew, you'll need to install the tap first

brew tap lightbend-labs/brew

Uninstall

If you want to remove the tap, you can run

brew untap lightbend-labs/brew

Update

Updating for formulae installed from this tap is all done via brew update.

akkasls

Install

To install akkasls using this tap run brew install lightbend-labs/brew/akkasls (which will install the tap automatically) or run

brew tap lightbend-labs/brew
brew install akkasls

Uninstall

To uninstall akkasls run brew uninstall akkasls

Update

To update akkasls run brew update akkasls

kubectl-cloudflow

Install

To install kubectl-cloudflow using this tap run brew install lightbend-labs/brew/kubectl-cloudflow (which will install the tap automatically) or run

brew tap lightbend-labs/brew
brew install kubectl-cloudflow

Uninstall

To uninstall kubectl-cloudflow run brew uninstall kubectl-cloudflow

Update

To update kubectl-cloudflow run brew update kubectl-cloudflow

Update the akkasls formula

To update the akkasls.rb formula file, run node scripts/update.js

Contributing

We welcome all contributions! Pull requests are the preferred way to share your contributions. For major changes, please open an issue 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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 56.7%
  • JavaScript 24.5%
  • Python 18.8%