Home > Net >  Create a pull request in Azure DevOps via CLI with options
Create a pull request in Azure DevOps via CLI with options

Time:11-26

How can one create a pull request in Azure DevOps via CLI, specifying options for the PR?

F.x. title, description, reviewers, worked item link, etc.

CodePudding user response:

Check this: az repos pr create

How to install: How to install the Azure CLI

  • Related