@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
23 lines (22 loc) • 589 B
JSON
{
"$schema": "https://json-schema.org/schema",
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Pulumi `preview` Command Executor",
"description": "Run the `preview` command using the workspaces Pulumi IoC CLI",
"type": "object",
"properties": {
"stack": {
"type": "string",
"description": "The target stack to use, if specified."
},
"root": {
"type": "string",
"description": "The working directory to run Pulumi commands from, if specified."
},
"expectNoChanges": {
"type": "boolean"
}
},
"required": []
}