Examples
Examples
GitHub Workflow Recovery
Dry-run performs discovery and validation without persistent mutation.
Command
reflow releases recoverCategory
Release Recovery
Quick Command
reflow releases recover [OPTIONS]1. Preview​
Terminal
bashreflow --dry-run --repository-url https://github.com/acme/project.git releases recoverResult: Shows selections.
2. Recover​
Terminal
bashreflow --repository-url https://github.com/acme/project.git releases recover --yesResult: Re-pushes tags.
3. Stable limit​
Terminal
bashreflow --repository-url https://github.com/acme/project.git releases recover --only-stable --limit 5 --yesResult: Processes five stable tags maximum.