Commands¶
Release Agent provides seven commands for different stages of the release lifecycle.
Command Overview¶
| Command | Description |
|---|---|
check |
Run validation checks for detected languages |
validate |
Comprehensive Go/No-Go validation across all areas |
release |
Execute the full release workflow |
changelog |
Generate or update changelog |
readme |
Update README badges and versions |
roadmap |
Update roadmap using sroadmap |
version |
Show version information |
Global Flags¶
These flags are available for all commands:
| Flag | Short | Description |
|---|---|---|
--verbose |
-v |
Show detailed output |
--interactive |
-i |
Enable interactive mode |
--json |
Output as structured data | |
--format |
Output format: toon, json, or team (validate only) |
Common Workflows¶
Pre-Push Validation¶
Run before pushing to catch issues early:
Release Readiness¶
Check if the project is ready for release:
Full Release¶
Execute the complete release workflow:
Generate Documentation¶
Update changelog and documentation: