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