profile run
The profile run command runs the specified profile.
Usage
profile run --r profileRunId --w waitForCompleteRequired | Argument | Description |
---|---|---|
Yes | --n profileName | Specify the name of the profile that you want to run. If the profile name contains
spaces, enclose the name in quotes. Tip: If you are
unsure of the profile name, you can use the profile list command to
get a list of the profile names. |
No | --w waitForComplete | If True, the command waits for profile to complete in a
synchronous mode for displaying status. Note: If unspecified, default is
False. |
Example
This example runs the profile "Scorecard_Demo" and it doesn't wait for the run to complete to give the status.
profile run --profileName Scorecard_Demo