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 fileNameRequired | Argument | Description |
---|---|---|
Yes | --n scorecardName | The name of the scorecard. |
No | --w waitForComplete | If 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 description | Description of the scorecard. |
No | --f fileName | Name 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.txtExample 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