0.0.12 • Published 6 years ago

awslogs v0.0.12

Weekly downloads
100
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago