Skip to main content
Version: v. 1

Spark clean

NAME

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

SYNOPSIS

spark 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.

Common Options

-h
--help
Prints help information.

EXAMPLES

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

SEE ALSO

spark