Mix.Tasks.Archive
Packages the current project (though not its dependencies) into a zip file according to the specification of the Erlang Archive Format.
Archives are meant to bundle small projects, usually installed locally.
The file will be created in the current directory (which is expected to be the project root), unless an argument -o is provided with the file name.
Command line options
-o- specify output file name. If there is a mix.exs, defaults to app-vsn.ez-i- specify the input directory to archive. If there is a mix.exs, defaults to the current application build--no-compile- skip compilation. Only applies to projects.
Summary
| run(args) | Callback implementation of |