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
RequiredArgumentDescription
Yes--n scorecardNameThe name of the scorecard.
No--r recentRunNumberRecent number of runs for which you want to view the trend.
Note: Default is 5.
No--v dateTimeDate and time for which you want to view the trends.
 --s startDateStart date for the scorecard trend. Date format is: dd-MMM-yy.
Note: This required if argument --v is used.
 --e endDateEnd 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 10
Example 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