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 | 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 Github. 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.CLILook at the documentation for usage instructions.