@pulumi/mcp-server

by pulumi
Apache 2.0
44
20

pulumi-cli-preview

Executes Pulumi preview to analyze infrastructure changes in a specified project and stack, ensuring configurations are updated correctly before deployment.

Instructions

Run pulumi preview for a given project and stack

Input Schema

NameRequiredDescriptionDefault
stackNameNoThe associated stack name. Defaults to 'dev'.
workDirYesThe working directory of the program.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stackName": { "description": "The associated stack name. Defaults to 'dev'.", "type": "string" }, "workDir": { "description": "The working directory of the program.", "type": "string" } }, "required": [ "workDir" ], "type": "object" }
ID: jplel66nks