CLI
The Soliblocks CLI (blcks) is available for all major platforms and provides tools around infrastructure provisioning
Installation
Latest release can be downloaded from the Soldiblocks releases page
Linux
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.5.1/solidblocks-cli-linux-amd64-v0.5.1.zip -o solidblocks-cli-linux-amd64-v0.5.1.zip
unzip solidblocks-cli-linux-amd64-v0.5.1.zip
chmod +x blcks
./blcks --help
Windows
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.5.1/solidblocks-cli-windows-amd64-v0.5.1.zip -o solidblocks-cli-windows-amd64-v0.5.1.zip
unzip solidblocks-cli-windows-amd64-v0.5.1.zip
chmod +x blcks
./blcks --help
macOS (Intel)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.5.1/solidblocks-cli-darwin-amd64-v0.5.1.zip -o solidblocks-cli-darwin-amd64-v0.5.1.zip
unzip solidblocks-cli-darwin-amd64-v0.5.1.zip
chmod +x blcks
./blcks --help
macOS (Arm)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.5.1/solidblocks-cli-darwin-arm64-v0.5.1.zip -o solidblocks-cli-darwin-arm64-v0.5.1.zip
unzip solidblocks-cli-darwin-arm64-v0.5.1.zip
chmod +x blcks
./blcks --help
Commands
- Cloud
Locally managed cloud services on bare VMs
- Hetzner ASG
A rolling rotate for cloud servers attached to a Hetzner load balancer
- Hetzner Nuke
Hetzner Nuke deletes all resources in a Hetzner account, similar to aws-nuke
- Terraform/Tofu
Helpers for Terraform/Tofu IaC projects