Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored Dec 7, 2023
1 parent 6806fc8 commit da98e5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/pulumi/src/executors/up/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}

0 comments on commit da98e5a

Please sign in to comment.