We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d080e commit e5e8df0Copy full SHA for e5e8df0
packages/nx-plugin/src/executors/cli/schema.json
@@ -21,6 +21,13 @@
21
"type": "string",
22
"description": "Path to Code PushUp CLI"
23
},
24
+ "env": {
25
+ "type": "object",
26
+ "additionalProperties": {
27
+ "type": "string"
28
+ },
29
+ "description": "Environment variables added to Code PushUp CLI process"
30
31
"verbose": {
32
"type": "boolean",
33
"description": "Print additional logs"
0 commit comments