rwx results
Get results for a run.
Usage
rwx results <run-id> [flags]
Arguments
<run-id> (optional)
The ID of the run to get results for. You can find the run ID in the URL when viewing a run in the RWX UI.
If not provided, the CLI will infer the most recent run for the current repository/branch.
Options
--wait
Poll until the run completes or reaches its first failure, then report additional details.
Global Options
--output <format>
Output format: text or json. Defaults to text.
Example JSON output:
{
"RunID": "ee9fedf84db04b0392e9f1f58d9ad29c",
"ResultStatus": "succeeded",
"Completed": true
}
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.