pandich / couture

Human-friendly console logging of input sources such as ElasticSearch, AWS CloudWatch, and SSH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COUTURE

A purely CLI logging experience.

EXAMPLES

AWS

AWS Profile and Region

couture cloudwatch:///aws/lambda/someLambda?profile=developer-alice&region=us-east-1

CloudWatch Logs

couture cloudwatch:///aws/...your log group ...

S3

 couture s3:///my-bucket/my-key

CloudFormation

couture cloudformation:///my-stack

Short Forms

# cloudwatch
couture cw:///...
couture logs:///...
# /aws/lambda/...
couture cf:///my-stack
couture stack:///my-stack
couture lambda:///...
# /aws/appsync/apis/...
couture appsync:///...
# codebuild base
couture codebuild:///...
# /aws/rds/...
couture rds:///...
# /aws/rds/instance/...
couture rdsi:///...
# /aws/rds/cluster/...
couture rdsc:///...

Further Examples

couture rdsi:///my-db-integration-imp/error
couture appsync://xyvwetblljgkahzew5w5pqeije
couture cf:///my-stack

About

Human-friendly console logging of input sources such as ElasticSearch, AWS CloudWatch, and SSH.

License:GNU General Public License v3.0


Languages

Language:Go 96.5%Language:Makefile 2.6%Language:Shell 0.9%