0.1.1 • Published 10 years ago

aws-kit v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#aws-kit

Development helpers for the AWS stack.

##Setup

Install aws-kit

npm i -g aws-kit

Install config file

aws setup

Usage

###aws

grayson$ aws --help

  Usage: aws [options] [command]

  Commands:

    setup


  Options:

    -h, --help     output usage information
    -V, --version  output the version number

###aws-s3

grayson$ aws-s3 --help

  Usage: aws-s3 [options] [command]

  Commands:

    get
       Get file by key


  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -b, --bucket [value]  S3 bucket name (required)

###aws-sqs

grayson$ aws-sqs --help

  Usage: aws-sqs [options] [command]

  Commands:

    send [options] <messagefile>
       Send messages to a queue

    bounce <queueUrl>
       Delete a queue and remake it with the same settings

    info <queueUrl>
       Get all the attributes of a queue


  Options:

    -h, --help     output usage information
    -V, --version  output the version number