https://github.com/http4k/toolbox-cli
This repository stores the released binaries for the http4k CLI.
https://github.com/http4k/toolbox-cli
Last synced: 2 months ago
JSON representation
This repository stores the released binaries for the http4k CLI.
- Host: GitHub
- URL: https://github.com/http4k/toolbox-cli
- Owner: http4k
- Created: 2020-08-09T12:48:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T19:28:05.000Z (almost 2 years ago)
- Last Synced: 2025-12-12T10:36:54.483Z (4 months ago)
- Homepage: https://toolbox.http4k.org
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http4k Toolbox CLI
This repository stores the released binaries for the [http4k](https://http4k.org) CLI.
### Install via SDKman!
SDKMan! provides package management for Unix-based systems.
To install SDKMan!, just paste the following into your terminal:
```curl -s https://get.sdkman.io | bash```
After installation, bootstrap SDKMan! by opening a new terminal:
```source "$HOME/.sdkman/bin/sdkman-init.sh"```
To install the latest http4k Toolbox binary:
```sdk install http4k```
... then test it with:
```http4k --version```
### Install via Brew
Brew is the "missing package manager for MacOS.
To install Brew, just paste the following into your terminal:
```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"```
To install the latest http4k Toolbox binary:
```brew tap http4k/tap && brew install http4k```
... then test it with:
```http4k --version```