rwx runs
Create and inspect runs.
Usage
rwx runs [flags]
Subcommands
- cancel - Cancel a run (equivalent to
rwx cancel) - list - List runs, most recent first
- retry - Retry a run (equivalent to
rwx retrywith a run ID) - show - Get results for a run (equivalent to
rwx results).getis an alias forshow - start - Launch a run from a local RWX definitions file (equivalent to
rwx run)
Global options
--format <format>
Output format: text or json. Defaults to text.
--json
Output JSON data to stdout. Equivalent to --format json.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.