cw-sauron

Crates.iocw-sauron
lib.rscw-sauron
version1.0.5
sourcesrc
created_at2022-04-16 20:30:09.396552
updated_at2023-06-04 19:26:26.178347
descriptionCloudwatch CLI Tool
homepage
repositoryhttps://github.com/dawsonfi/sauron
max_upload_size
id569123
size257,229
Dawson Freitas Israel (dawsonfi)

documentation

README

Sauron Eye

Sauron

Cloudwatch CLI Tool


Current Crates.io Version Release workflow

Installation

In order to install this cli, run the following command:

cargo install cw-sauron

Usage

Invoke the cli using the cw-sauron --help command to see the available commands.

AWS Configuration

sauron fetches the aws configuration from the ~/.aws/credentials file, which should contain the following data:

  • region
  • aws_access_key_id
  • aws_secret_access_key

for instructions see AWS Configuration and credential file settings

List Queries

run cw-sauron list-queries to list the available queries on the configured aws account.

Commit count: 77

cargo fmt