stackit-nuke¶
{ align=right width=320 }
stackit-nuke removes all resources from a STACKIT project.
It is the STACKIT equivalent of aws-nuke, azure-nuke and gcp-nuke, built on the same engine: libnuke.
Features¶
- Project-scoped destruction with explicit allow-list
- Dry-run by default; real deletion requires
--no-dry-run - YAML config with includes/excludes, filters, presets, blocklists (libnuke schema)
- Service-account key authentication (STACKIT standard)
- Multi-region in a single run
- Dependency-aware deletion order
- Distroless multi-arch container image
- Signed binaries + Cosign-signed images
Status¶
Early — resource Listers/Removers are placeholders. The CLI, config, and engine are wired up. Resource implementations land incrementally; see Contributing.
Read next¶
- Warning — read this first
- Install
- Authentication
- Quick Start