2.0.0 • Published 9 years ago

edison-cli v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Edison CLI Interface

Install

npm install edison-cli -g

Usage

  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

Search for Edisons

$ edison-cli list

Deploy Node App

$ edison-cli -H myedison.local deploy .

Start Application

$ edison-cli -H myedison.local start

Stop Application

$ edison-cli -H myedison.local stop

2.0.0

9 years ago

1.0.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago