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

Functions

A task needs to implement run which receives a list of command line args.

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.