Skip to content

madhums/imager-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

cli for imager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages