Skip to main content

flet clean

Delete the build output directory of a Flet app.

Removes the build directory (created by flet build and flet debug) located in the given app directory, including the Flutter bootstrap project, cached artifacts, and generated output.

Usage

flet clean [-h] [-v] [python_app_path]

Positional arguments

python_app_path

Path to a directory with a Flet Python program whose build directory should be deleted.

Default: .

Options

--help

Show this help message and exit.

Aliases: -h

--verbose

Enable verbose output. Use -v for standard verbose logging and -vv for more detailed output.

Aliases: -v