scorecard trends
The scorecard trends command gives the trend for a specified number of scorecard runs or for a specified date range.
Usage
- To view trends based on recent number of runs: scorecard trends --n scorecardName --r recentRunNumber
- To view trends on the basis of date and time: scorecard trends --n scorecardName --v dateTime --s startDate --e endDate
Required | Argument | Description |
---|---|---|
Yes | --n scorecardName | The name of the scorecard. |
No | --r recentRunNumber | Recent number of runs for which you want to view the trend. Note: Default is
5. |
No | --v dateTime | Date and time for which you want to view the trends. |
--s startDate | Start date for the scorecard trend. Date format is:
dd-MMM-yy. Note: This required if argument --v is
used. | |
--e endDate | End date for the scorecard trend. Date format is: dd-MMM-yy.
Note: This required if argument --v is used. |
Example 1
This example shows trend for 10 recent runs of the scorecard named: account1_Scorecard.
scorecard trends --n account1_Scorecard --r 10Example 2
This example shows the trends of scorecard runs from Jan 26, 2020 to Feb 20, 2020 for scorecard named: account1_Scorecard.
scorecard trends --n account1_Scorecard --v --s 26-Jan-20 --e 20-Feb-20