Skip to main content

clean

Clean build artifacts from the project.

Usage

echi clean [OPTIONS] [PATH]

Arguments

ArgumentDefaultDescription
PATH.Project directory

Options

OptionDescription
--allAlso remove .venv/ directory
--dry-runShow what would be deleted without actually deleting

Examples

# Remove build/, dist/, *.egg-info/
echi clean

# Also remove .venv/
echi clean --all

# Preview what would be deleted
echi clean --dry-run