@storm-software/pulumi-tools
Version:
Tools for managing Pulumi infrastructure within a Nx workspace.
30 lines (29 loc) • 1.07 kB
JSON
{
"executors": {
"config": {
"implementation": "./src/executors/config/executor",
"schema": "./src/executors/config/schema.json",
"description": "An executor to run the `config` pulumi CLI command"
},
"import": {
"implementation": "./src/executors/import/executor",
"schema": "./src/executors/import/schema.json",
"description": "An executor to run the `import` pulumi CLI command"
},
"preview": {
"implementation": "./src/executors/preview/executor",
"schema": "./src/executors/preview/schema.json",
"description": "An executor to run the `preview` pulumi CLI command"
},
"refresh": {
"implementation": "./src/executors/refresh/executor",
"schema": "./src/executors/refresh/schema.json",
"description": "An executor to run the `refresh` pulumi CLI command"
},
"up": {
"implementation": "./src/executors/up/executor",
"schema": "./src/executors/up/schema.json",
"description": "An executor to run the `up` pulumi CLI command"
}
}
}