1.0.9 • Published 4 years ago

azure-devops-pr-cli v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago