Contoh
Contoh
Pemulihan Workflow GitHub
Dry-run menjalankan discovery dan validation tanpa mutasi persisten.
Command
reflow releases recoverCategory
Pemulihan Release
Quick Command
reflow releases recover [OPTIONS]1. Preview​
Terminal
bashreflow --dry-run --repository-url https://github.com/acme/project.git releases recoverHasil: Shows selections.
2. Recover​
Terminal
bashreflow --repository-url https://github.com/acme/project.git releases recover --yesHasil: Re-pushes tags.
3. Stable limit​
Terminal
bashreflow --repository-url https://github.com/acme/project.git releases recover --only-stable --limit 5 --yesHasil: Processes five stable tags maximum.