@code-pushup/cli 0.26.1 → 0.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -240,6 +240,21 @@ Run plugins, collect results and upload the report to the Code PushUp portal.
240
240
 
241
241
  Refer to the [Common Command Options](#common-command-options) for the list of available options.
242
242
 
243
+ ### `compare` command
244
+
245
+ Usage:
246
+ `code-pushup compare --before SOURCE_PATH --after TARGET_PATH [options]`
247
+
248
+ Description:
249
+ Compare 2 reports and produce a report diff file.
250
+
251
+ In addition to the [Common Command Options](#common-command-options), the following options are required:
252
+
253
+ | Option | Type | Description |
254
+ | -------------- | -------- | ----------------------------- |
255
+ | **`--before`** | `string` | Path to source `report.json`. |
256
+ | **`--after`** | `string` | Path to target `report.json`. |
257
+
243
258
  #### `print-config` command
244
259
 
245
260
  Usage: