@dev-thought/nx-deploy-it
Version:
[](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [](http://opensource.
16 lines (15 loc) • 419 B
JSON
{
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://json-schema.org/draft-07/schema",
"title": "NxDeployIt Destroy infrastructure",
"description": "Destroy the infrastructure for the app",
"type": "object",
"properties": {
"nonInteractive": {
"type": "boolean",
"default": false,
"description": "Changes will apply without user input"
}
},
"required": []
}