This is a custom Homebrew tap for official LocalStack software.
lstk is the official LocalStack CLI recommended to run and manage LocalStack.
Install it on macOS or Linux with:
brew install localstack/tap/lstkVerify the installation:
lstk --versionThen start LocalStack:
lstklstk updates itself through the method you installed it with:
lstk update --check # check without installing
lstk update # install the latest versionYou can also update it through Homebrew:
brew upgrade localstack/tap/lstkWarning
The legacy LocalStack CLI is deprecated. Use lstk instead.
The binary package of the legacy CLI (built in localstack/localstack-cli) is still available:
brew install localstack/tap/localstack-cliFor more information, please reference the following documentation:
The lstk cask is generated by GoReleaser and the localstack-cli formula by Homebrew Releaser. Both are created and updated automatically on release.
If you are experiencing issues with a cask or formula, please create an issue in the respective repository.
