Skip to main content

Examples

Examples

GitHub Workflow Recovery

Dry-run performs discovery and validation without persistent mutation.

Commandreflow releases recover

Category

Release Recovery

Quick Command

reflow releases recover [OPTIONS]

1. Preview​

Terminal
bash
reflow --dry-run --repository-url https://github.com/acme/project.git releases recover

Result: Shows selections.

2. Recover​

Terminal
bash
reflow --repository-url https://github.com/acme/project.git releases recover --yes

Result: Re-pushes tags.

3. Stable limit​

Terminal
bash
reflow --repository-url https://github.com/acme/project.git releases recover --only-stable --limit 5 --yes

Result: Processes five stable tags maximum.