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/676212b/blcks-linuxX64-676212b -o blcks
chmod +x blcks
./blcks --help
Windows
curl -L https://github.com/pellepelster/solidblocks/releases/download/676212b/blcks-mingwX64-676212b -o blcks
chmod +x blcks
./blcks --help
macOS (Intel)
curl -L https://github.com/pellepelster/solidblocks/releases/download/676212b/blcks-macosX64-676212b -o blcks
chmod +x blcks
./blcks --help
macOS (Arm)
curl -L https://github.com/pellepelster/solidblocks/releases/download/676212b/blcks-macosArm64-676212b -o blcks
chmod +x blcks
./blcks --help
Commands
- Hetzner Nuke
Hetzner Nuke deletes all resources in a Hetzner account, similar to aws-nuke