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
Copy file name to clipboardExpand all lines: packages/ci/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Optionally, you can override default options for further customization:
103
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
104
|`directory`|`string`|`process.cwd()`| Directory in which Code PushUp CLI should run |
105
105
|`config`|`string \| null`|`null`[^1]| Path to config file (`--config` option) |
106
-
|`silent`|`boolean`|`false`|Toggles if logs from CLI commands are printed |
106
+
|`silent`|`boolean`|`false`|Hides logs from CLI commands are printed|
107
107
|`bin`|`string`|`'npx --no-install code-pushup'`| Command for executing Code PushUp CLI |
108
108
|`detectNewIssues`|`boolean`|`true`| Toggles if new issues should be detected and returned in `newIssues` property |
109
109
|`logger`|`Logger`|`console`| Logger for reporting progress and encountered problems |
0 commit comments