src run artifacts
Get Artifacts from a CI Run
Usage
src run artifacts <run> <workflow> <task> <cube> [flags]
Examples
List artifacts for a cube in a run
src run artifacts 12345 build compile main
From another repository
src run artifacts 12345 build compile main -R foo/bar
JSON output
src run artifacts 12345 build compile main --json
Flags
| Flag | Description |
|---|---|
-L, --limit int |
Maximum number of items to return (default "30") |
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 |
-R, --repo string |
Select another repository using OWNER/REPO format |
-V, --verbose |
Enable debug logging output |
Learn more
Use src run artifacts <subcommand> --help for more information about a command.