logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

adr — tool for working with Architecture Decision Records (ADRs)

Authors

       Zygmunt Krynicki <me@zygoon.pl>

adr-tools 3.0.0-1                                 Jul 18, 2021                                            adr(1)

Bugs

       This manual page is a stub. Consider the built-in help system by running adrhelp.

Commands

       Adr is a multiplexer into individual miniature tools for specific operations.

   init
       Initialize directory of ADR documents.

   new[-sSUPERSEDED][-lTARGET:LINK:REVERSE-LINK]TITLE_TEXT...
       Create a new numbered ADR. Elements of TITLE_TEXT are concatenated to form the title of the ADR.

   linkSOURCELINKTARGETREVERSE-LINK
       Create a link between two ADRs.

       Creates  a  link between two ADRs, from SOURCE to TARGET.  SOURCE and TARGET are both a reference (number
       or partial filename) to an ADR.  LINK is the description of the link created in the SOURCE.  REVERSE-LINK
       is the description of the link created in the TARGET.

   list
       List all ADRs.

   upgrade-repository
       Upgrade ADR documents to the latest format.

   generatetoc
       Generate a table of contents in in Markdown format.

   generategraph
       Generate a visualization of the links between decision records in Graphivz format.

Description

       The tool adr simplifies maintaining ADR documents.

Name

       adr — tool for working with Architecture Decision Records (ADRs)

Synopsis

adrcommand [...]

See Also