sozo clean
clean
is used to remove the build artifacts to ensure you're not keeping old files that are not overwritten by the build command.
Sozo produces two kinds of artifacts when build
command is issued:
- Scarb artifacts: which are present into
target/<profile_name>
folder. - Manifests: which are present into
manifests/<profile_name>/base
folder.
The clean
command operates only on the base
manifests folder, which are the files generated at compile time.
Usage
sozo clean
OPTIONS
General Options
--manifests-abis [-m]
Removes manifests files and associated abis only.