Retry
Retry a failed or ready document run.
Usage
Basic retry
fissionbox document retry --id art-abc123
Retry with watch and download
fissionbox document retry --id art-abc123 --watch
Options
| Flag | Default | Description |
|---|---|---|
--id ID | required | Document ID |
--watch | off | Watch the retried document until it finishes |
--poll-interval SECONDS | 5 | Polling interval when watching |
--output-dir DIR | ./fissionbox-output | Download destination |
--no-download | off | Skip downloading artifacts when the retried document finishes |