Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 504 Bytes

forge-clean.md

File metadata and controls

33 lines (19 loc) · 504 Bytes

forge clean

NAME

forge-clean - Remove the build artifacts and cache directories.

SYNOPSIS

forge clean [options]

DESCRIPTION

Remove the build artifacts and cache directories.

OPTIONS

Clean Options

--root path
    The project's root path. Defaults to the current working directory.

{{#include common-options.md}}

EXAMPLES

  1. Clean artifacts and cache in a project:
    forge clean

SEE ALSO

forge