0.0.12 • Published 7 years ago

awslogs v0.0.12

Weekly downloads
100
License
MIT
Repository
github
Last release
7 years ago

awslogs

Simple command line tool for displaying AWS CloudWatch logs

Install

npm i -g awslogs

Usage

awslogs <command> [<group>] [<stream>] <options>
Example
awslogs groups                // List existing groups
awslogs streams my-group      // List existing streams
awslogs get my-group          // Display events from a group
awslogs get my-gr*            // Display events from all groups matching my-gr*

Commands

  get       Display events from a group or groups.
  groups    List existing groups.
  streams   List existing streams.
  help      Display Help page.
  version   Display the version.

Options

  -s --start        Start time filter. Ex: '1h ago'
  -e --end          End time filter.   Ex: '30m ago'
  -w --watch        Enable watch
  -t --timestamp    Display timestamp for each event
  -p --pattern      Moment.js pattern for formatting the timestamp
0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago