You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`parallel`|`boolean \| number`|`false`| Enables parallel execution in [monorepo mode](#monorepo-mode)|
101
-
|`projects`|`string[] \| null`|`null`| Custom projects configuration for [monorepo mode](#monorepo-mode)|
102
-
|`task`|`string`|`'code-pushup'`| Name of command to run Code PushUp per project in [monorepo mode](#monorepo-mode)|
103
-
|`nxProjectsFilter`|`string \| string[]`|`'--with-target={task}'`| Arguments passed to [`nx show projects`](https://nx.dev/nx-api/nx/documents/show#projects), only relevant for Nx in [monorepo mode](#monorepo-mode)[^2]|
104
-
|`directory`|`string`|`process.cwd()`| Directory in which Code PushUp CLI should run |
105
-
|`config`|`string \| null`|`null`[^1]| Path to config file (`--config` option) |
106
-
|`silent`|`boolean`|`false`| Hides logs from CLI commands (errors will be printed) |
107
-
|`bin`|`string`|`'npx --no-install code-pushup'`| Command for executing Code PushUp CLI |
108
-
|`detectNewIssues`|`boolean`|`true`| Toggles if new issues should be detected and returned in `newIssues` property |
109
-
|`skipComment`|`boolean`|`false`| Toggles if comparison comment is posted to PR |
110
-
|`configPatterns`|`ConfigPatterns \| null`|`null`| Additional configuration which enables [faster CI runs](#faster-ci-runs-with-configpatterns)|
111
-
|`searchCommits`|`boolean \| number`|`false`| If base branch has no cached report in portal, [extends search up to 100 recent commits](#search-latest-commits-for-previous-report)|
|`parallel`|`boolean \| number`|`false`| Enables parallel execution in [monorepo mode](#monorepo-mode)|
101
+
|`projects`|`string[] \| null`|`null`| Custom projects configuration for [monorepo mode](#monorepo-mode)|
102
+
|`task`|`string`|`'code-pushup'`| Name of command to run Code PushUp per project in [monorepo mode](#monorepo-mode)|
103
+
|`nxProjectsFilter`|`string \| string[]`|`'--with-target={task}'`| Arguments passed to [`nx show projects`](https://nx.dev/nx-api/nx/documents/show#projects), only relevant for Nx in [monorepo mode](#monorepo-mode)[^2]|
104
+
|`directory`|`string`|`process.cwd()`| Directory in which Code PushUp CLI should run |
105
+
|`config`|`string \| null`|`null`[^1]| Path to config file (`--config` option) |
106
+
|`silent`|`boolean`|`false`| Hides logs from CLI commands (errors will be printed) |
107
+
|`bin`|`string`|`'npx --no-install code-pushup'`| Command for executing Code PushUp CLI |
108
+
|`detectNewIssues`|`boolean`|`true`| Toggles if new issues should be detected and returned in `newIssues` property |
109
+
|`skipComment`|`boolean`|`false`| Toggles if comparison comment is posted to PR |
110
+
|`configPatterns`|`ConfigPatterns \| null`|`null`| Additional configuration which enables [faster CI runs](#faster-ci-runs-with-configpatterns)|
111
+
|`searchCommits`|`boolean \| number`|`false`| If base branch has no cached report in portal, [extends search up to 100 recent commits](#search-latest-commits-for-previous-report)|
112
+
|`jobId`|`string \| number \| null`|`null`| Differentiate PR comments (useful if multiple jobs run Code PushUp) |
112
113
113
114
[^1]: By default, the `code-pushup.config` file is autodetected as described in [`@code-pushup/cli` docs](../cli/README.md#configuration).
0 commit comments