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