awstail

Crates.ioawstail
lib.rsawstail
version0.6.8
sourcesrc
created_at2020-01-20 21:28:22.339315
updated_at2021-01-20 15:18:20.709357
descriptionLike `tail -f` for AWS Logs
homepagehttps://github.com/yorodm/awstail
repositoryhttps://github.com/yorodm/awstail
max_upload_size
id200564
size62,401
Yoandy Rodriguez Martinez (yorodm)

documentation

README

AWSTail

AWSTail is a tail like tool for AWS Cloudwatch.

This is a simple tool that allows you to monitor your AWS Cloudwatch logs in a way similar to tail -f.

To install just download the binaries from the release page or clone this repo and build it yourself.

Usage: target\debug\awstail.exe [OPTIONS]

awstail: Tail log streams from AWS Cloudwatch logs


Optional arguments:
  -h, --help             show this message
  -v, --verbose VERBOSE  be verbose
  -r, --region REGION    region
  -p, --profile PROFILE  profile

Available commands:
  list  List existing groups
  logs  Fetch logs from groups
Commit count: 61

cargo fmt