https://github.com/localstack/homebrew-tap
https://github.com/localstack/homebrew-tap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/localstack/homebrew-tap
- Owner: localstack
- Created: 2023-05-24T07:45:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:55:40.000Z (10 months ago)
- Last Synced: 2024-08-29T10:13:33.259Z (10 months ago)
- Language: Ruby
- Size: 114 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The LocalStack Homebrew Tap
This is a custom [Homebrew](https://brew.sh) tap for official LocalStack software.
## Setup
You can add the custom tap in a MacOS or Linux terminal session using:```bash
brew tap localstack/tap
```## Installing Formulae
Once the tap has been added, you can install the software packages you need by following the instructions below.### Installing the latest LocalStack CLI
You can install the binary package of the LocalStack CLI (which is built in [`localstack/localstack-cli`](https://github.com/localstack/localstack-cli)) with the following command:
```bash
brew install localstack-cli
```## Documentation
For more information, please reference the following documentation:
* [The LocalStack Docs](https://docs.localstack.cloud)## Additional Information and Problem Reporting
The formulae in this repository are automatically created and updated using [Homebrew Releaser](https://github.com/Justintime50/homebrew-releaser).If you are experiencing issues with a formulae, please create an issue in the respective repository.