Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for installing with Homebrew #75

Open
ross-paypay opened this issue Jun 23, 2023 · 1 comment
Open

Add support for installing with Homebrew #75

ross-paypay opened this issue Jun 23, 2023 · 1 comment

Comments

@ross-paypay
Copy link

Localstack can be installed with Homebrew (this formula).
It would be nice if we could also installed the awscli-local with Homebrew so we only need to use 1 package manager

@alexrashed
Copy link
Member

We just recently created our own Homebrew tap with binary builds of the CLI: https://github.com/localstack/homebrew-tap
You can use this tap with brew install localstack/tap/localstack-cli.

However, we currently do not maintain any homebrew taps from our python packages.
The formula you referenced is community-maintained by the Homebrew community itself (which is awesome!).
There is already an awscli formulae in the community repo, and their processes seem to be heavily automated. It would be great if we could get a community formulae out there. However, I'm not 100% sure how the process of proposing new formulae works to be honest.

Otherwise, we could try to create our own formulae in https://github.com/localstack/homebrew-tap, with an action to automatically update the formulae on new releases of awslocal on PyPi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants