npm install edison-cli -g
Usage: edison-cli [options] [command]
Commands:
deploy [options] [dir] deploy node app directory to edison
start start node app on edison
stop stop node app on edison
list [timeout] find edisons on your network and list them.
Options:
-h, --help output usage information
-V, --version output the version number
-H, --host <host> hostname of edison
-q, --quite supress logging
$ edison-cli list
$ edison-cli -H myedison.local deploy .
$ edison-cli -H myedison.local start
$ edison-cli -H myedison.local stop