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
| `task` | Name of command to run Code PushUp per project in [monorepo mode](#monorepo-mode) | `code-pushup` |
66
+
| `nxProjectsFilter` | CLI arguments used to filter Nx projects in [monorepo mode](#monorepo-mode) | `--with-target={task}` |
67
+
| `configPatterns` | Performance optimization for large monorepos, see [`@code-pushup/ci` docs](https://github.com/code-pushup/cli/blob/main/packages/ci/README.md#faster-ci-runs-with-configpatterns) | `null` |
68
+
| `token` | GitHub token for authorizing GitHub API requests | `${{ github.token }}` |
69
+
| `annotations` | Toggles if annotations should be created for relevant Code PushUp issues | `true` |
70
+
| `artifacts` | Toggles if artifacts will we uploaded/downloaded | `true` |
71
+
| `skipComment` | Toggles if comparison comment is posted to PR | `false` |
72
+
| `searchCommits` | Extends previous report caching for portal users, see [`@code-pushup/ci` docs](https://github.com/code-pushup/cli/blob/main/packages/ci/README.md#search-latest-commits-for-previous-report) | `false` |
73
+
| `retention` | Artifact retention period in days | from repository settings |
74
+
| `directory` | Directory in which `code-pushup` should run | `process.cwd()` |
75
+
| `config` | Path to config file (`--config` option) | see [`@code-pushup/cli` docs](https://github.com/code-pushup/cli/tree/main/packages/cli#configuration) |
76
+
| `silent` | Toggles if logs from Code PushUp CLI are printed | `false` |
0 commit comments