distillery v2.0.8 mix release.clean View Source

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

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.