https://github.com/dimensiondataresearch/nifo
Nuke It From Orbit - delete an MCP 2.0 network domain and all the resources within it
https://github.com/dimensiondataresearch/nifo
Last synced: 9 months ago
JSON representation
Nuke It From Orbit - delete an MCP 2.0 network domain and all the resources within it
- Host: GitHub
- URL: https://github.com/dimensiondataresearch/nifo
- Owner: DimensionDataResearch
- License: apache-2.0
- Created: 2016-12-06T04:49:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T22:23:31.000Z (over 9 years ago)
- Last Synced: 2025-02-22T04:27:41.121Z (over 1 year ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuke It From Orbit
Deletes an MCP 2.0 network domain and all the resources within it.
```bash
nifo --region=AU \
--datacenter=AU9 \
--networkdomain="My network domain"
```
Also supports `--verbose` (extra diagnostic output) and `--force` (don't prompt for confirmation).