Lewati ke konten utama

Contoh

Contoh

Pemulihan Workflow GitHub

Dry-run menjalankan discovery dan validation tanpa mutasi persisten.

Commandreflow releases recover

Category

Pemulihan Release

Quick Command

reflow releases recover [OPTIONS]

1. Preview​

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

Hasil: Shows selections.

2. Recover​

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

Hasil: Re-pushes tags.

3. Stable limit​

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

Hasil: Processes five stable tags maximum.