0.1.0 • Published 8 years ago

apigateway-sdk-cli v0.1.0

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

apigateway-sdk-cli Build Status

Download the JavaScript AWS API Gateway SDK.

Install

$ npm install --save apigateway-sdk-cli

Usage

$ apigateway --help

  Usage
    $ apigateway

  Options
    --id       The API Gateway ID.
    --stage    The stage name.
    --out      The output filename. [Default: apigateway.zip]
    --profile  The AWS profile to load.
    --region   The AWS region. [Default: us-west-1]

  Examples
    $ apigateway --id 123 --stage v1
    $ apigateway --id 123 --stage v1 --out archive.zip
    $ apigateway --id 123 --stage v1 --profile apigateway-sdk

Related

License

MIT © Sam Verschueren