diff --git a/packages/pulumi/src/executors/up/schema.json b/packages/pulumi/src/executors/up/schema.json index e79194e7..a9dc6e3e 100644 --- a/packages/pulumi/src/executors/up/schema.json +++ b/packages/pulumi/src/executors/up/schema.json @@ -5,5 +5,10 @@ "type": "object", "title": "Apply executor", "description": "Apply", - "properties": {} + "properties": { + "cwd": { + "type": "string", + "description": "The working directory to run Pulumi commands from, if specified." + } + } }