nerves_firmware_ssh v0.4.1 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

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function run(args)
run(keyword()) :: :ok

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.