Skip to main content

status

List recent pipeline runs (optionally filtered to a service), or show details for one run id.

Without arguments, lists the 20 most recent pipeline runs in the target repo (id, result, name, queued time). With a numeric run id, shows that one run's status, queue/start/finish times, and the URL. With a service name (and optional env), lists only runs for that service's pipelines — for an env-specific filter (test|prod), runs of the opposite env's IaC deploy pipeline are excluded.

Category: Inspect / observe
Tags: pipeline-run azure-devops watch poll list

Usage

noclickops status [<run-id> | <service> [<env>]]

Flags

FlagDescription
-h, --helpShow this help and exit.

Example

noclickops status smk1 test

Example output

noclickops status v1.7.4 — recent runs for smk1 (test) in ABC100001-myservice

==> Recent runs in ABC100001-myservice (last 20)
ID Result Pipeline Queued
-------- --------- -------------------------------------------------- ----------------
28536 succeeded ABC100001-myservice-smk1-deploy-test 2026-05-29 15:35
28535 succeeded ABC100001-myservice-smk1-infra-build 2026-05-29 15:33
28534 succeeded ABC100001-myservice-smk1-deploy 2026-05-29 15:32
28533 succeeded ABC100001-myservice-smk1-build 2026-05-29 15:30

ℹ Show details with: noclickops status <run-id>

Auth

az login to the target's ADO tenant.

Depends on

  • az
  • git

Exit codes

CodeMeaning
0Status or list shown.
1Run id not found, not in target repo, or az error.

See also

Full --help output

Show full --help
noclickops v1.7.6 — status

List recent pipeline runs (optionally filtered to a service), or show details for one run id.

Without arguments, lists the 20 most recent pipeline runs in the target repo (id, result, name, queued time). With a numeric run id, shows that one run's status, queue/start/finish times, and the URL. With a service name (and optional env), lists only runs for that service's pipelines — for an env-specific filter (test|prod), runs of the opposite env's IaC deploy pipeline are excluded.

Category: inspect
Tags: pipeline-run azure-devops watch poll list

Usage:
noclickops status [<run-id> | <service> [<env>]]

Flags:
-h, --help Show this help and exit.

Example:
noclickops status smk1 test

Example output:
noclickops status v1.7.4 — recent runs for smk1 (test) in ABC100001-myservice

==> Recent runs in ABC100001-myservice (last 20)
ID Result Pipeline Queued
-------- --------- -------------------------------------------------- ----------------
28536 succeeded ABC100001-myservice-smk1-deploy-test 2026-05-29 15:35
28535 succeeded ABC100001-myservice-smk1-infra-build 2026-05-29 15:33
28534 succeeded ABC100001-myservice-smk1-deploy 2026-05-29 15:32
28533 succeeded ABC100001-myservice-smk1-build 2026-05-29 15:30

ℹ Show details with: noclickops status <run-id>

Auth:
az login to the target's ADO tenant.

Depends on:
az git

Exit codes:
0 Status or list shown.
1 Run id not found, not in target repo, or az error.

See also:
deploy add-service