An open API service indexing awesome lists of open source software.

https://github.com/btr1975/adr-tool

A CLI Tool for Creating and Managing Architechtual Decision Records (ADR)
https://github.com/btr1975/adr-tool

adr cli darwin go golang linux tool tools windows

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# adr-tool

## Description
* CLI tool to manage Architecture Decision Records (ADRs).

### CLI Example

```text
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.

```