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.4.7-rc1/solidblocks-cli-linux-amd64-v0.4.7-rc1.zip -o solidblocks-cli-linux-amd64-v0.4.7-rc1.zip
unzip solidblocks-cli-linux-amd64-v0.4.7-rc1.zip
chmod +x blcks
./blcks --helpWindows
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.7-rc1/solidblocks-cli-windows-amd64-v0.4.7-rc1.zip -o solidblocks-cli-windows-amd64-v0.4.7-rc1.zip
unzip solidblocks-cli-windows-amd64-v0.4.7-rc1.zip
chmod +x blcks
./blcks --helpmacOS (Intel)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.7-rc1/solidblocks-cli-darwin-amd64-v0.4.7-rc1.zip -o solidblocks-cli-darwin-amd64-v0.4.7-rc1.zip
unzip solidblocks-cli-darwin-amd64-v0.4.7-rc1.zip
chmod +x blcks
./blcks --helpmacOS (Arm)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.7-rc1/solidblocks-cli-darwin-arm64-v0.4.7-rc1.zip -o solidblocks-cli-darwin-arm64-v0.4.7-rc1.zip
unzip solidblocks-cli-darwin-arm64-v0.4.7-rc1.zip
chmod +x blcks
./blcks --helpCommands
- Hetzner ASG
- Hetzner Nuke
- Terraform/Tofu
A rolling rotate for cloud servers attached to a Hetzner load balancer
Hetzner Nuke deletes all resources in a Hetzner account, similar to aws-nuke
Helpers for Terraform/Tofu IaC projects