azure-devops-pr-cli

1.0.9 • Public • Published

azure-devops-pr-cli

CLI to view active pull requests on Azure DevOps.

npm

Install

npm i -g azure-devops-pr-cli

Usage

# Prompts for which project to view active pull requests from
adpr

# Shows all active pull requests across all projects
adpr -a

# Clears first run configuration
adpr --reset

On first run, you will be prompted for your Azure Devops URL, as well as a Personal Access Token (PAT).

PAT must have the following scopes:

  • Code - Read
  • Project & Team - Read
  • User Profile - Read

Future Development Goals

  • Get working with npx rather than global install
  • Code cleanup
  • Perhaps expand usage to more than just opening browser to link
  • Learn more best practices about writing Node packages
    • This was my first published package.

License

ISC

/azure-devops-pr-cli/

    Package Sidebar

    Install

    npm i azure-devops-pr-cli

    Weekly Downloads

    2

    Version

    1.0.9

    License

    ISC

    Unpacked Size

    7.06 kB

    Total Files

    9

    Last publish

    Collaborators

    • yatesdev