imager-cli

0.0.1 • Public • Published

cli

cli for imagerjs

Requirements

  • node 0.11.x with --harmony flag
  • create nodeh as an alias to node --harmony
$ cat ~/bin/nodeh
#!/bin/bash 
node --harmony "$@"

Installation

$ npm install imager-cli -g

Usage

$ imager -h
 
  Usage: imager [options] [command]
 
  Commands:
 
    upload <path>
       Upload the image at <path> to s3
 
    setup <key> <secret> <container> <region> <provider>
       Stores the imager config in ~/.imager.json
 
 
  Options:
 
    -h, --help                   output usage information
    -V, --version                output the version number
    -k, --key <key>              Key
    -s, --secret <secret>        Secret
    -c, --container <container>  Container
    -r, --region <region>        Region
    -p, --provider <provider>    Provider (one of amazon, rackspace)
 

License

MIT

/imager-cli/

    Package Sidebar

    Install

    npm i imager-cli

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • madhums