Skip to content

Commit e5e8df0

Browse files
author
Michael Hladky
committed
refactor: wip
1 parent 75d080e commit e5e8df0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/nx-plugin/src/executors/cli/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
"type": "string",
2222
"description": "Path to Code PushUp CLI"
2323
},
24+
"env": {
25+
"type": "object",
26+
"additionalProperties": {
27+
"type": "string"
28+
},
29+
"description": "Environment variables added to Code PushUp CLI process"
30+
},
2431
"verbose": {
2532
"type": "boolean",
2633
"description": "Print additional logs"

0 commit comments

Comments
 (0)