https://github.com/digitalkaoz/haproxy-runtime-cli
a interactive CLI utility dealing with the HAProxy runtime API
https://github.com/digitalkaoz/haproxy-runtime-cli
charmbracelet cli golang haproxy
Last synced: 5 months ago
JSON representation
a interactive CLI utility dealing with the HAProxy runtime API
- Host: GitHub
- URL: https://github.com/digitalkaoz/haproxy-runtime-cli
- Owner: digitalkaoz
- License: mit
- Created: 2025-02-13T21:31:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T18:37:22.000Z (6 months ago)
- Last Synced: 2025-07-20T20:31:28.075Z (6 months ago)
- Topics: charmbracelet, cli, golang, haproxy
- Language: Go
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haproxy Runtime CLI
> connect to a HaProxy Socket and issue commands interactivly
build with the awesome universe of [charm](https://charm.sh/).
All of their tools are high class ❤️ but i especially like the
[ELM Architecture](https://guide.elm-lang.org/architecture/), once
you get used to it, you'll love the simplicity.
What is the Runtime-API? Read [here](https://www.haproxy.com/documentation/haproxy-runtime-api/)



## Usage
Download your binary from [here](https://github.com/digitalkaoz/haproxy-runtime-cli/releases)
```shell
$ haproxy-runtime-cli /path/to/haproxy.sock
```
## Development
```shell
$ go get
$ go run .
```
To build the binary locally:
```shell
$ goreleaser build --snapshot --clean
$ cp ./dist/haproxy-runtime-cli_xxx/haproxy-runtime-cli /usr/local/bin/haproxy-runtime-cli
$ chmod a+x /usr/local/bin/haproxy-runtime-cli
```
## TODO
- [ ] improve execute ui?