UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

16 lines (15 loc) 419 B
{ "$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": [] }