garden ci
Inspect CI check runs (list, logs, rerun, tests)
garden cigarden ci list
Section titled “garden ci list”List a commit’s check runs (latest attempt per check)
garden ci listAliases: checks, ls
| Flag | Type | Default | Description |
|---|---|---|---|
--commit |
string | — | Scope to a commit hash |
--json |
bool | — | Output as JSON |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
--pr |
int | 0 |
Scope to a PR’s head revision |
--ref |
string | — | Scope to a ref/branch’s head |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden ci logs
Section titled “garden ci logs”Print a check’s log (streams live if running, replays if done)
garden ci logs <check>| Flag | Type | Default | Description |
|---|---|---|---|
--commit |
string | — | Scope to a commit hash |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
--pr |
int | 0 |
Scope to a PR’s head revision |
--project |
string | — | Disambiguate by project path |
--ref |
string | — | Scope to a ref/branch’s head |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden ci rerun
Section titled “garden ci rerun”Rerun a check (starts a new attempt)
garden ci rerun <check>| Flag | Type | Default | Description |
|---|---|---|---|
--commit |
string | — | Scope to a commit hash |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
--pr |
int | 0 |
Scope to a PR’s head revision |
--project |
string | — | Disambiguate by project path |
--ref |
string | — | Scope to a ref/branch’s head |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden ci tests
Section titled “garden ci tests”Show parsed test results for a PR’s checks
garden ci tests [check]List parsed test results. With no check argument, aggregates across every check at the commit (one ListCITestResults call per check).
| Flag | Type | Default | Description |
|---|---|---|---|
--commit |
string | — | Scope to a commit hash |
--json |
bool | — | Output as JSON |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
--output |
bool | — | Print the captured output of failing tests |
--pr |
int | 0 |
Scope to a PR’s head revision |
--project |
string | — | Disambiguate a named check by project path |
--ref |
string | — | Scope to a ref/branch’s head |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |