Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Icon AlertTriangle

Mainnet docs are version-pinned. Check each section's exact version in the sidebar; it can lag the newest upstream release.

Icon AlertTriangle

This core Forc reference was generated for version 0.69.0. Network-facing plugins can come from separate repositories and release independently. When an installed version differs, check fuelup show and treat that command's --help output as authoritative.

Forc Clean

Icon LinkRemoves

Usage: forc clean [OPTIONS]

Options:

-p, --path <PATH>

Path to the project, if not specified, current working directory will be used

-v, --verbose...

Use verbose output

-s, --silent

Silence all output

-L, --log-level <LOG_LEVEL>

Set the log level

-h, --help

Print help

-V, --version

Print version

EXAMPLES:

Icon LinkClean project

forc clean

Icon LinkClean project with a custom path

forc clean --path