A command-line tool for working with Architecture Decision Records (ADRs). This is a fork of the original adr-cli just delivered as dotnet tool.
What | Where |
---|---|
Code | https://dev.azure.com/saigkill/AdrTool |
Docs | https://moongladesm.blob.core.windows.net/docs/_AdrTool/index.html |
What | Status |
---|---|
Continuous Integration Prod | |
Continuous Integration Stage | |
Deployment Prod | |
Deployment Stage | |
Code Coverage | |
Best Practices | |
Bugreports | |
Blog |
Name | Status | Version |
---|---|---|
Saigkill.adr-tool.CLI |
File a bug report on Github.
The deployment is done by Azure DevOps. The development branch is deployed to Azure Artifacts Nuget Feed. The master branch is deployed to NuGet.org.
Alternate to the NuGet.org packaage, you can use the Azure Feed: https://pkgs.dev.azure.com/saigkill/AdrTool/_packaging/SaigkillsAdrFeed/nuget/v3/index.json
To install the tool, run the following command in the powershell or cmd:
dotnet tool install --global Saigkill.adr-tool.CLI
Look at the documentation for usage instructions.