CLI · CommandsPipelines & artifacts
Pipelines & artifacts
Inspect CI runs and the registry.
eqs runs ls
Lists the repository/space's recent CI runs. v2.
--repo <r>Filter by repository
--status <s>success|failure|running
eqs runs ls --status failure
eqs runs get <id>
Details of a run: jobs, steps and outcome.
eqs runs get 1042eqs runs logs <id>
Streams a CI run's logs.
--job <nome>Filter by job
eqs runs logs 1042 --job build
eqs images ls
Lists the container images in the registry. v2.
eqs images lseqs spaces ls
Lists the active workspace's spaces.
eqs spaces lsCombine
--json with jq for automation: eqs services ls --json | jq '.[].name'.