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)
- Host: GitHub
- URL: https://github.com/btr1975/adr-tool
- Owner: btr1975
- License: mit
- Created: 2023-10-10T18:37:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T19:11:40.000Z (about 2 years ago)
- Last Synced: 2025-05-28T22:41:55.266Z (8 months ago)
- Topics: adr, cli, darwin, go, golang, linux, tool, tools, windows
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```