src run get
Get CI Run in Repository
Usage
src run get <run> [flags]
Examples
Get CI run by ID
src run get 12345
Get CI run from another repository
src run get 12345 -R foo/bar
JSON output
src run get 12345 --json
Open in browser
src run get 12345 --web
Inherited flags
| Flag | Description |
|---|---|
--env string |
Override Sourcecraft environment (use 'src envs' to list available) |
--json string |
Output JSON, optionally filtered (--json or --json=field1,field2) |
--json-compact string |
Output compact JSON, optionally filtered |
--plain |
Output without colors/styling (for LLM consumption) |
-R, --repo string |
Select another repository using OWNER/REPO format |
-V, --verbose |
Enable debug logging output |
Learn more
Use src run get <subcommand> --help for more information about a command.