From da98e5a04b72c4a01c9f525feb17af8e763620bc Mon Sep 17 00:00:00 2001 From: Mathias Lykkegaard Lorenzen Date: Thu, 7 Dec 2023 10:04:54 +0100 Subject: [PATCH] Update schema.json --- packages/pulumi/src/executors/up/schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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." + } + } }