batuta reset
Reset workflow state to start the transpilation pipeline from scratch.
Synopsis
batuta reset [OPTIONS]
Description
The reset command clears the workflow state file, allowing you to re-run the pipeline from Phase 1. By default, it prompts for confirmation before resetting.
Options
| Option | Description |
|---|---|
--yes | Skip confirmation prompt |
-v, --verbose | Enable verbose output |
-h, --help | Print help |
Examples
Interactive Reset
$ batuta reset
⚠️ This will reset all workflow state.
Are you sure? (y/N): y
✅ Workflow state reset. Run `batuta analyze` to start over.
Non-Interactive
$ batuta reset --yes
See Also
batuta status- Check current statebatuta init- Re-initialize project
Previous: batuta status
Next: batuta oracle