Nerves v1.3.2 mix nerves.artifact.get View Source

Fetch the artifacts from one of the artifact_sites This task is typically called as part of the Nerves.Bootstrap aliases during mix deps.get

You can also call into this task by calling mix nerves.deps.get

# Example

$ mix nerves.artifact.get

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.