scorecard evaluate

The scorecard evaluate command runs the specified scorecard again. It updates the scorecard, provided the path of the input file is the same as that you used while configuring the scorecard.

Usage

scorecard evaluate --n scorecardName --f fileName
RequiredArgumentDescription
Yes--n scorecardNameThe name of the scorecard.
No--w waitForCompleteIf True, the command waits for the scorecard run to complete in a synchronous mode for displaying status.
Note: If unspecified, default is False.
No--d descriptionDescription of the scorecard.
No--f fileNameName of the file for updating the scorecard. The file should be placed at the same location where it was during scorecard configuration.

Example 1

This example evaluates the scorecard named account1_Scorecard with the input file name account1.

scorecard evaluate --n account1_Scorecard --f c:/scorecard/account1.txt
Example 2

This example evaluates the scorecard named account1_Scorecard with the input file name account1. It will wait for the scorecard run to complete for giving the status.

scorecard evaluate --n account1_Scorecard --f c:/scorecard/account1.txt --w True