adr —
tool for
working with Architecture Decision Records (ADRs)
The tool
adr simplifies maintaining
ADR documents.
Adr is a multiplexer into individual miniature tools for specific operations.
Initialize directory of ADR documents.
Create a new numbered ADR. Elements of
TITLE_TEXT are concatenated to form the title
of the ADR.
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 all ADRs.
Upgrade ADR documents to the latest format.
Generate a table of contents in in
Markdown format.
Generate a visualization of the links between decision records in
Graphivz format.
This manual page is a stub. Consider the built-in help system by running
adr help.
Zygmunt Krynicki
<
[email protected]>