rds-logs

1.0.1 • Public • Published

RDS LOGS

Codeship Status for Precogs-com/rds-logs

Download all AWS RDS logs files for a specific instance.

Install

$ npm install -g rds-logs

Usage

Get some help

$ rdslogs --help

  Usage: rdslogs [options] <path>

  Download all RDS logs on a specified database

  Options:
    -i, --instance-id <aws instance identifier>  (required) db instance identifier
    -r, --region <aws region>                    (optional) default set to us-east-1
    -d, --debug                                  (optional) print debug log
    -V, --version                                output the version number
    -h, --help                                   output usage information

Dowload logs for instance production on region us-east-1, put logs in ./logs:

$ rdslogs -i production -r us-east-1 ./logs

Contribute

Before making a pull request, make sure to run:

$ npm run lint
$ npm run test

Readme

Keywords

Package Sidebar

Install

npm i rds-logs

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

23.3 kB

Total Files

7

Last publish

Collaborators

  • pbails