# azure devops cli
# install
az extension add --name azure-devops
az extension list
# pipelines
az pipelines build list --project MyProjects -o table
az pipelines build queue --project MyProjects --definition-name <definition-name> -o table
az pipelines build show --id 161 --project myprojects -o table
az pipelines agent list --pool-id 107 -o table
# Links
← dotnet networking →