Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

OptionDescription
--yesSkip confirmation prompt
-v, --verboseEnable verbose output
-h, --helpPrint 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


Previous: batuta status Next: batuta oracle