distillery v2.0.0-rc.1 mix release.clean
Cleans release artifacts from the current project.
Examples
# Cleans files associated with the latest release
mix release.clean
# Remove all release files
mix release.clean --implode
# Remove all release files, and do it without confirmation
mix release.clean --implode --no-confirm
# Log verbosely
mix release.clean --verbose
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.