Options (4)
--orgbooleanSet the Personal Access Token (PAT) to login to a particular organization
Example:
az devops login {{[--org|--organization]}} {{organization_url}}-p, --projectbooleanOpen a project in the browser
Example:
az devops project show {{[-p|--project]}} {{project_name}} --open-l, --listbooleanCheck the Azure DevOps CLI current configuration
Example:
az devops configure {{[-l|--list]}}-d, --defaultsbooleanConfigure the Azure DevOps CLI behavior by setting a default project and a default organization
Example:
az devops configure {{[-d|--defaults]}} project={{project_name}} organization={{organization_url}}Examples (5)
Set the Personal Access Token (PAT) to login to a particular organization
Open a project in the browser
az devops project show [-p|--project] project_name --openList members of a specific team working on a particular project
az devops team list-member [-p|--project] project_name --team team_nameCheck the Azure DevOps CLI current configuration
az devops configure [-l|--list]Configure the Azure DevOps CLI behavior by setting a default project and a default organization
az devops configure [-d|--defaults] project=project_name organization=organization_urlmade by @shridhargupta | data from tldr-pages