Options (2)
-p, --projectbooleanList all repos in a specific project
Example:
az repos list {{[-p|--project]}} {{project_name}}-r, --repositorybooleanList all active Pull Requests on a specific repository within a specific project
Example:
az repos pr list {{[-p|--project]}} {{project_name}} {{[-r|--repository]}} {{repository_name}} --status activeExamples (4)
List all repos in a specific project
az repos list [-p|--project] project_nameAdd policy on a specific branch of a specific repository to restrict basic merge
Add build validation on a specific repository, using an existing build pipeline, to be triggered automatically on source update
made by @shridhargupta | data from tldr-pages