System Grab Bag

View all TLDR pages from common (or from all pages)

az devops

Manage Azure DevOps organizations. Part of azure-cli. More information: https://learn.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest.
  • Set the Personal Access Token (PAT) to login to a particular organization:
    az devops login --organization {{organization_url}}
  • Open a project in the browser:
    az devops project show --project {{project_name}} --open
  • List members of a specific team working on a particular project:
    az devops team list-member --project {{project_name}} --team {{team_name}}
  • Check the Azure DevOps CLI current configuration:
    az devops configure --list
  • Configure the Azure DevOps CLI behavior by setting a default project and a default organization:
    az devops configure --defaults project={{project_name}} organization={{organization_url}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.