roadmap
Update roadmap using sroadmap.
Usage
atrelease roadmap [directory] [flags]
Description
The roadmap command updates the project roadmap by integrating with sroadmap. It regenerates ROADMAP.md from ROADMAP.json.
Arguments
| Argument |
Description |
Default |
directory |
Directory to process |
Current directory (.) |
Flags
| Flag |
Description |
--dry-run |
Preview changes without writing |
--verbose, -v |
Show detailed output |
Requirements
This command requires sroadmap to be installed:
go install github.com/grokify/structured-roadmap/cmd/sroadmap@latest
Examples
# Update roadmap
atrelease roadmap
# Preview without writing
atrelease roadmap --dry-run
# Verbose output
atrelease roadmap --verbose
| File |
Description |
ROADMAP.json |
Structured roadmap data (input) |
ROADMAP.md |
Human-readable roadmap (output) |
Exit Codes
| Code |
Meaning |
| 0 |
Roadmap updated successfully |
| 1 |
Error updating roadmap |