nerves v1.6.6 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
Examples
$ mix nerves.artifact nerves_system_rpi0If the command is called without the package name,
Nerves.Project.config()[:app] will be used by default.
$ mix nerves.artifact --path /tmp