cloud compare-reports
compare-reports
will compare the two specified reports (base
and target
) and generate a comparison report in your PipeRider Cloud account.
Option | Argument | Description |
---|---|---|
| A report ID (numeric), or the data source name | The report to use as a base for the comparison |
| A report ID (numeric), or the data source name | The report to use as the target for the comparison |
| Desired filename for this file | Output the comparison summary as a Markdown file |
| N/A | List command-line options |
Examples
Compare reports with the ID 123
and 456
and save the Markdown comparison summary to a file named summary.md
.
Compare the latest reports from the jaffle-shop
and jaffle-shop-dev
data sources and save the Markdown comparison summary to a file named summary.md
.
Last updated