A command-line interface for the Hetzner Cloud API.
- Common Lisp 74%
- Just 18%
- Dockerfile 8%
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| Containerfile | ||
| dev.metalisp.hcloud.asd | ||
| Justfile | ||
| LICENSE | ||
| README.org | ||
dev.metalisp.hcloud
A command-line interface for the Hetzner Cloud API.
Prerequisites
- Fedora Linux
- Podman
- Just
- SBCL (only required for local development; containerized recipes use SBCL inside the image)
Quickstart
Build the container image:
just build
Run the tests:
just test
Run the CLI:
just run version
just run list-servers --token $HCLOUD_TOKEN
Build a standalone binary:
just binary
License
AGPL-3.0-or-later. See the LICENSE file for the full text.