@@ -207,20 +207,19 @@ 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- | **`--cache.read`** | `boolean` | `false` | If plugin audit outputs should be read from file system cache. |
221- | **`--cache.write`** | `boolean` | `false` | If plugin audit outputs should be written to file system cache. |
222- | **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
223- | **`--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+ | **`--upload.organization`** | `string` | n/a | Organization slug from portal. |
216+ | **`--upload.project`** | `string` | n/a | Project slug from portal. |
217+ | **`--upload.server`** | `string` | n/a | URL to your portal server. |
218+ | **`--upload.apiKey`** | `string` | n/a | API key for the portal server. |
219+ | **`--cache.read`** | `boolean` | `false` | If plugin audit outputs should be read from file system cache. |
220+ | **`--cache.write`** | `boolean` | `false` | If plugin audit outputs should be written to file system cache. |
221+ | **`--onlyPlugins`** | `string[]` | `[]` | Only run the specified plugins. Applicable to all commands except `upload`. |
222+ | **`--skipPlugins`** | `string[]` | `[]` | Skip the specified plugins. Applicable to all commands except `upload`. |
224223
225224> [!NOTE]
226225> All common options, except `--onlyPlugins` and `--skipPlugins`, can be specified in the configuration file as well.
0 commit comments