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