@@ -207,18 +207,18 @@ Each example is fully tested to demonstrate best practices for plugin testing as
207207
208208# ## Common Command Options
209209
210- | Option | Type | Default | Description |
211- | --------------------------- | -------------------- | -------- | -------------------------------------------------------------------------------- |
212- | **`--persist.outputDir`** | `string` | n/a | Directory for the produced reports. |
213- | **`--persist.filename`** | `string` | `report` | Filename for the produced reports without extension. |
214- | **`--persist.format`** | `('json' \| 'md')[]` | `json` | Format(s) of the report file. |
215- | **`--persist.report `** | `boolean` | `true ` | Generate the report files for given formats . (useful in combination wit caching) |
216- | **`--upload.organization`** | `string` | n/a | Organization slug from portal. |
217- | **`--upload.project`** | `string` | n/a | Project slug from portal. |
218- | **`--upload.server`** | `string` | n/a | URL to your portal server. |
219- | **`--upload.apiKey`** | `string` | n/a | API key for the portal server. |
220- | **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
221- | **`--skipPlugins`** | `string[]` | `[]` | Skip the specified plugins. Applicable to all commands except `upload`. |
210+ | Option | Type | Default | Description |
211+ | --------------------------- | -------------------- | -------- | --------------------------------------------------------------------------- |
212+ | **`--persist.outputDir`** | `string` | n/a | Directory for the produced reports. |
213+ | **`--persist.filename`** | `string` | `report` | Filename for the produced reports without extension. |
214+ | **`--persist.format`** | `('json' \| 'md')[]` | `json` | Format(s) of the report file. |
215+ | **`--persist.skipReports `** | `boolean` | `false ` | Skip generating report files. (useful in combination wit caching) |
216+ | **`--upload.organization`** | `string` | n/a | Organization slug from portal. |
217+ | **`--upload.project`** | `string` | n/a | Project slug from portal. |
218+ | **`--upload.server`** | `string` | n/a | URL to your portal server. |
219+ | **`--upload.apiKey`** | `string` | n/a | API key for the portal server. |
220+ | **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
221+ | **`--skipPlugins`** | `string[]` | `[]` | Skip the specified plugins. Applicable to all commands except `upload`. |
222222
223223> [!NOTE]
224224> All common options, except `--onlyPlugins` and `--skipPlugins`, can be specified in the configuration file as well.
0 commit comments