Skip to content

jakenuts/dotnet-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-devops

A dotnet global tool that lists projects and watches builds across an Azure Devops organization

screenshot

Installation

dotnet tool install --global dotnet-devops

Setup

To setup dotnet-devops you'll need your Azure Devops organization url and a personal access token that allows read access to project pipelines & builds.

devops init

Example Url: 'https://mycompany.visualstudio.com/defaultcollection'

Usage

  • devops init - sets the DevOps url and PAT to use 1
  • devops list - lists all builds
  • devops list -r - lists recent builds
  • devops list -f - lists failed builds
  • devops watch - polls for new builds and shows progress

Footnotes

  1. The PAT is stored unencrypted in the .dotnet-devops folder created in your user profile directory. No idea how to do this better

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages