Skip to content

itamarwe/cloudwatch-logs-tail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Cloudwatch Logs CLI Use this package to fetch Cloudwatch logs from the command line.

Installation

npm install -g cloudwatch-logs

Usage

Usage: cloudwatch-logs [options] <log-group>

  Options:

    -h, --help                 output usage information
    -r, --aws-region [region]  AWS region
    -f, --follow               Follow logs
    -l, --limit [limit]        Limit

For example:

cloudwatch-logs -f server-logs

Prerequisites

You should have your AWS credentials defined in your environment variables. To make sure, run aws configure.

About

Tails your cloudwatch logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%