Commands Reference
Global Options
All commands support these global options:
| Option | Short | Description |
--version | -V | Show version and exit |
--verbose | -v | Increase verbosity (-v for verbose, -vv for debug) |
--quiet | -q | Suppress non-error output |
--json | | Output in JSON format for automation |
--no-color | | Disable colored output |
--dry-run | | Preview effects without applying changes |
--debug | | Enable file-based debug logging to .weld/debug.log |
Commands
| Command | Description |
| init | Initialize weld in a git repository |
| doctor | Check environment and dependencies |
| discover | Analyze codebase architecture |
| interview | Refine specifications through Q&A |
| research | Research a specification |
| plan | Generate an implementation plan |
| implement | Execute a plan interactively |
| review | Review documents or code changes |
| commit | Commit with transcript provenance |
| prompt | Manage prompt customizations |
Command Categories
Setup Commands
- init - Initialize weld in your project
- doctor - Verify your toolchain
Discovery Commands
Planning Commands
- research - Research implementation approach
- plan - Generate step-by-step plan
Execution Commands
- implement - Execute plan steps
- review - Validate documents and code
- commit - Create commits with provenance
Configuration Commands
- prompt - View and export prompt customizations
See Also