Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Forc Clean

Icon Linkforc-clean

Removes the default forc compiler output artifact directory, i.e. <project-name>/out

Icon LinkUSAGE:

forc clean [OPTIONS]

Icon LinkOPTIONS:

-h, --help
Print help information
-L, --log-level <LOG_LEVEL>
Set the log level
-p, --path <PATH>
Path to the project, if not specified, current working directory will be used
-s, --silent
Silence all output
-v, --verbose
Use verbose output
-V, --version
Print version information
EXAMPLES:

Icon LinkClean project

forc clean

Icon LinkClean project with a custom path

forc clean --path