Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

File metadata and controls

29 lines (22 loc) · 1.02 KB

stackit-nuke

license release Go Report Card GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, latest release)

Overview

Remove all resources from an StackIT account.

Example

Example config

config.yaml:

accounts:
  046344C1-B68B-425D-8386-F4789283E2FD: {}

Build locally

go install .
# Make sure the go path is inside the PATH
# export PATH=$(go env GOPATH)/bin:$PATH
stackit-nuke run --project-id <project-id> -c config.yaml