nerves_firmware_ssh v0.4.4 mix firmware.gen.script
Creates a shell script for invoking ssh to upgrade devices with nerves_firmware_ssh.
This script may be used on its own or used as a base for more complicated device software upgrade deployments.
It saves the script to upload.sh.
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
run(args)
run(keyword()) :: :ok
run(keyword()) :: :ok
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.