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