edit
Overview
edit
opens an ADR in your VISUAL
or EDITOR
that matches the given NAME argument.
Help
Edit an existing Architectural Decision Record
Usage: adrs edit <NAME>
Arguments:
<NAME> The number of the ADR to edit
Options:
-h, --help Print help
-V, --version Print version
Examples
# find and edit the first ADR
adrs edit 1 # looks for 0001-...
# find and edit the first ADR with the string "data" in the filename
adrs edit data
Issues
See the cmd-edit label for command specific issues.