Skip to content

A CLI Tool for Creating and Managing Architechtual Decision Records (ADR)

License

Notifications You must be signed in to change notification settings

btr1975/adr-tool

Repository files navigation

adr-tool

Description

  • CLI tool to manage Architecture Decision Records (ADRs).

CLI Example

A Simple tool for managing Architecture Decision Records

Example usage:
        adr-tool change-status
        adr-tool long-adr
        adr-tool short-adr
        adr-tool supersede

Usage:
  adr-tool [flags]
  adr-tool [command]

Available Commands:
  change-status Change ADR status
  completion    Generate the autocompletion script for the specified shell
  help          Help about any command
  -h, --help      help for adr-tool
  -v, --version   Version

Use "adr-tool [command] --help" for more information about a command.