Nerves v1.3.2 mix nerves.artifact View Source
Create an artifact for a specified Nerves package.
## Command line options
`--path <path>`: The location where you want the archive to be placed.
Default: $NERVES_DL_DIR || ~/.nerves/dl
## Example
$ mix nerves.artifact nerves_system_rpi0
If the command is called without the package name, Nerves.Project.config()[:app] will be used by default.
$ mix nerves.artifact --path /tmp
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
.