Skip to content

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

rocketship get <run-id> [flags]

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

Auto generated by spf13/cobra on 2-Jul-2025