AZDOI 2025.4.3.141
dotnet tool install --global AZDOI --version 2025.4.3.141
dotnet new tool-manifest
dotnet tool install --local AZDOI --version 2025.4.3.141
#tool dotnet:?package=AZDOI&version=2025.4.3.141
nuke :add-package AZDOI --version 2025.4.3.141
AZDOI
Azure DevOps Inventory .NET Tool – Inventories and documents an Azure DevOps organization by generating a set of Markdown files for the specified organization and saving them to a specified folder.
Example Result
An example of the generated documentation can be viewed here: AZDOI Example Documentation
Installation
Global
dotnet tool install --global AZDOI
Local
dotnet new tool-manifest
dotnet tool install --local AZDOI
Authentication
Authentication via Azure DevOps can be done either with the use of a Person Access Token (PAT) or Azure Entra Id credentials.
Azure Entra Id
By default it'll try authenticate using the DefaultAzureCredential which tries to authorize in the following order based on your environment.
- EnvironmentCredential
- WorkloadIdentityCredential
- ManagedIdentityCredential
- SharedTokenCacheCredential
- VisualStudioCredential
- VisualStudioCodeCredential
- AzureCliCredential
- AzurePowerShellCredential
- AzureDeveloperCliCredential
- InteractiveBrowserCredential
Commands
Inventory repositories
Usage
azdoi inventory repositories <devopsorg> <outputpath> [OPTIONS]
Example
azdoi inventory repositories MyOrg /path/to/output
Parameters
AZDOI uses the following environment variables for configuration:
Parameter | Description | Default Value |
---|---|---|
--help |
Used to get help with parameters | |
--pat |
Personal Access Token for authentication | Environment variable: AZDOI_PAT |
--entra-id-auth |
Use Entra Id for Azure Devops Autentication | False |
--azure-tenant-id |
Entra Azure Tenant ID for authentication | Environment variable: AZURE_TENANT_ID |
--run-in-parallel |
Enable parallel processing of projects | False |
--include-project |
Include specific projects | |
--exclude-project |
Exclude specific projects | |
--include-repository |
Include specific repositories | |
--exclude-repository |
Exclude specific repositories | |
--include-repository-readme |
Include specific repository README | |
--exclude-repository-readme |
Exclude specific repository README |
Inventory pipelines
Usage
azdoi inventory pipelines <devopsorg> <outputpath> [OPTIONS]
Example
azdoi inventory pipelines MyOrg /path/to/output
Parameters
AZDOI uses the following environment variables for configuration:
Parameter | Description | Default Value |
---|---|---|
--help |
Used to get help with parameters | |
--pat |
Personal Access Token for authentication | Environment variable: AZDOI_PAT |
--entra-id-auth |
Use Entra Id for Azure Devops Autentication | False |
--azure-tenant-id |
Entra Azure Tenant ID for authentication | Environment variable: AZURE_TENANT_ID |
--run-in-parallel |
Enable parallel processing of projects | False |
--include-project |
Include specific projects | |
--exclude-project |
Exclude specific projects | |
--include-pipeline |
Include specific pipeline | |
--exclude-pipeline |
Exclude specific pipeline |
Inventory all
Usage
azdoi inventory all <devopsorg> <outputpath> [OPTIONS]
Example
azdoi inventory all MyOrg /path/to/output
Parameters
AZDOI uses the following environment variables for configuration:
Parameter | Description | Default Value |
---|---|---|
--help |
Used to get help with parameters | |
--pat |
Personal Access Token for authentication | Environment variable: AZDOI_PAT |
--entra-id-auth |
Use Entra Id for Azure Devops Autentication | False |
--azure-tenant-id |
Entra Azure Tenant ID for authentication | Environment variable: AZURE_TENANT_ID |
--run-in-parallel |
Enable parallel processing of projects | False |
--include-project |
Include specific projects | |
--exclude-project |
Exclude specific projects | |
--include-pipeline |
Include specific pipeline | |
--exclude-pipeline |
Exclude specific pipeline | |
--include-repository |
Include specific repositories | |
--exclude-repository |
Exclude specific repositories | |
--include-repository-readme |
Include specific repository README | |
--exclude-repository-readme |
Exclude specific repository README |
Setting environment variables
To set environment variables, use:
Windows (PowerShell)
$env:AZDOI_PAT = "your_token_here"
$env:AZURE_TENANT_ID = "your_tenant_id_here"
Linux/macOS (Bash)
export AZDOI_PAT="your_token_here"
export AZURE_TENANT_ID="your_tenant_id_here"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
2025.4.3.141 | 122 | 4/3/2025 |
2025.3.24.118 | 402 | 3/24/2025 |
2025.3.24.114 | 407 | 3/24/2025 |
2025.3.21.109 | 120 | 3/21/2025 |
2025.3.21.95 | 99 | 3/21/2025 |
2025.3.20.92 | 125 | 3/20/2025 |
2025.3.20.89 | 127 | 3/20/2025 |
2025.3.19.74 | 128 | 3/19/2025 |
2025.3.19.66 | 131 | 3/19/2025 |
2025.3.18.46 | 126 | 3/18/2025 |
2025.3.18.29 | 125 | 3/18/2025 |
2025.3.18.26 | 127 | 3/18/2025 |
2025.3.17.20 | 125 | 3/17/2025 |
2025.3.17.18 | 129 | 3/17/2025 |
2025.3.17.16 | 126 | 3/17/2025 |
2025.3.17.14 | 135 | 3/17/2025 |
2025.3.17.12 | 123 | 3/17/2025 |
2025.3.17.11 | 128 | 3/17/2025 |
2025.3.17.5 | 133 | 3/17/2025 |