Expand description
CLI command definitions and handlers.
This module defines the command-line interface using clap derive macros.
Modules§
- ai
- AI-assisted ADR operations CLI commands.
- artifacts
- List artifacts attached to an ADR.
- attach
- Attach a file to an ADR.
- ci
- CI/CD workflow generation for ADR integration.
- config
- Manage configuration.
- convert
- Convert ADR between formats.
- edit
- Edit an existing ADR.
- export
- Export ADRs to various formats.
- hooks
- Git hooks management for ADR workflows.
- import
- Import ADRs from files.
- init
- Initialize git-adr in a repository.
- link
- Link ADR to commits.
- list
- List all ADRs.
- log
- Show git log with ADR annotations.
- metrics
- Export ADR metrics in JSON format.
- new
- Create a new ADR.
- onboard
- Interactive onboarding wizard for new team members.
- report
- Generate ADR analytics reports.
- rm
- Remove an ADR.
- search
- Search ADRs.
- show
- Show an ADR.
- stats
- Show ADR statistics.
- supersede
- Create a superseding ADR.
- sync
- Sync ADRs with remote.
- templates
- Generate project templates with ADR integration.
- wiki
- Wiki synchronization CLI commands.
Structs§
- Cli
- Architecture Decision Records management using git notes.
Enums§
- Commands
- Available commands.