get
rocketship get
Get details of a specific test run
Synopsis
Get detailed information about a specific test run.
Examples: # Get run details rocketship get abc123def456
# Get run details with logs rocketship get abc123def456 --logs
# Get run details in JSON format rocketship get abc123def456 --format json
Options
-e, --engine string Address of the rocketship engine (default "localhost:7700")
--format string Output format (table, json, yaml) (default "table")
-h, --help help for get
--logs Include logs from the test run
SEE ALSO
- rocketship - Rocketship CLI