npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.53k stars 578 forks source link

add move functionality #129

Open droopy4096 opened 2 years ago

droopy4096 commented 2 years ago

Currently there's no way to rename existing ADRs with subsequent re-linking. This should add missing functionality.

For example to move ADR #123 to #125:

adr move 123 125