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.5/solidblocks-cli-linux-amd64-v0.4.5.zip -o solidblocks-cli-linux-amd64-v0.4.5.zip
unzip solidblocks-cli-linux-amd64-v0.4.5.zip
chmod +x blcks
./blcks --help
Windows
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.5/solidblocks-cli-windows-amd64-v0.4.5.zip -o solidblocks-cli-windows-amd64-v0.4.5.zip
unzip solidblocks-cli-windows-amd64-v0.4.5.zip
chmod +x blcks
./blcks --help
macOS (Intel)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.5/solidblocks-cli-darwin-amd64-v0.4.5.zip -o solidblocks-cli-darwin-amd64-v0.4.5.zip
unzip solidblocks-cli-darwin-amd64-v0.4.5.zip
chmod +x blcks
./blcks --help
macOS (Arm)
curl -L https://github.com/pellepelster/solidblocks/releases/download/v0.4.5/solidblocks-cli-darwin-arm64-v0.4.5.zip -o solidblocks-cli-darwin-arm64-v0.4.5.zip
unzip solidblocks-cli-darwin-arm64-v0.4.5.zip
chmod +x blcks
./blcks --help
Commands
- Hetzner Nuke
- Terraform/Tofu
Hetzner Nuke deletes all resources in a Hetzner account, similar to aws-nuke
Helpers for Terraform/Tofu IaC projects