clean
Copies the resources defined in the configuration from the specified "from" path to the "to" path, bundling them together into a single folder.
Command
cf clean
Aliases
clean
, cl
Arguments
Mode
mode=
/ m=
The mode=
flag can be negated as long as you use one of these values
Options: debug
release
profile
bundle
all
Examples
- Clean Build
- Clean Bundle
- Clean All
Clean all build outputs for a specific configuration.
cf clean
cf clean profile
cf clean release
Clean the bundle folder located inside the build directory.
cf clean bundle
Clean the entire build directory.
cf clean all