AzdTool 1.0.0

dotnet tool install --global AzdTool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local AzdTool --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AzdTool&version=1.0.0
                    
nuke :add-package AzdTool --version 1.0.0
                    

AzdTool

NuGet helps managing Azure DevOps entities.

Installation

You can easily install as a global dotnet tool:

dotnet tool install --global AzdTool

You can then invoke the tool using the following command: azd-tool

Features

For now you can:

  • Browse Agent Pools, Jobs, Projects, Pipelines, Builds, Repositories, Branches, Pull-requests, Tags.
  • Unit/Batch abandon Pull-requests.
  • Unit/Batch cancel Jobs and Builds.
  • Unit/Batch delete Branches and Tags.

It is super simple to add new features.

Use it at your own risk !

Screenshot

Usage

USAGE:
    AzdTool.dll <organization> [OPTIONS] [COMMAND]

ARGUMENTS:
    <organization>    Organization

OPTIONS:
    -h, --help    Prints help information
    -p, --pat     Use a PAT instead of interactive browser credential

COMMANDS:
    browse <organization>    Browse Organization

Demo

Let's say you own foo.visualstudio.com:

AzdTool foo

If you want to use a personal access token instead of using your browser for authenticating:

AzdTool foo --pat PAT
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.0 145 5 months ago