apigateway-sdk-cli

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i apigateway-sdk-cli

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • samverschueren