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 5cb8123 commit ce3b437
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/pulumi/src/executors/refresh/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"type": "object",
"title": "Refresh executor",
"description": "Refresh",
"properties": {}
"properties": {
"cwd": {
"type": "string",
"description": "The working directory to run Pulumi commands from, if specified."
}
}
}

0 comments on commit ce3b437

Please sign in to comment.