Forrest logo
back to context overview

az-devops

List of commands for az-devops:

  • az-devops:tldr:1e433 az-devops: List members of a specific team working on a particular project.
    $ az devops team list-member --project ${project_name} --team ${team_name}
    try on your machine
    explain this command
  • az-devops:tldr:619d4 az-devops: 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}
    try on your machine
    explain this command
  • az-devops:tldr:8fe9f az-devops: Check the Azure DevOps CLI current configuration.
    $ az devops configure --list
    try on your machine
    explain this command
  • az-devops:tldr:b6791 az-devops: Set the Personal Access Token (PAT) to login to a particular organization.
    $ az devops login --organization ${organization_url}
    try on your machine
    explain this command
  • az-devops:tldr:f3107 az-devops: Open a project in the browser.
    $ az devops project show --project ${project_name} --open
    try on your machine
    explain this command
back to context overview