Manage Azure DevOps organizations. Part of
azure-cli
. More information: https://learn.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest.
az devops login --organization {{organization_url}}
az devops project show --project {{project_name}} --open
az devops team list-member --project {{project_name}} --team {{team_name}}
az devops configure --list
az devops configure --defaults project={{project_name}} organization={{organization_url}}