Crates.io | claws |
lib.rs | claws |
version | 1.0.2 |
source | src |
created_at | 2020-02-02 19:26:14.926728 |
updated_at | 2024-03-17 16:59:36.718111 |
description | AWS command line tool |
homepage | |
repository | https://github.com/nicholasbishop/claws |
max_upload_size | |
id | 204288 |
size | 69,613 |
This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net
AWS command-line tool. The purpose of this tool is not to be a complete replacement for awscli, but rather to provide a more convenient interface for some common commands.
cargo install claws
Currently just a few commands are implemented.
List instances:
claws ec2 instances
Get instance IP addresses:
claws ec2 addr <instance-id>
Start, stop, or reboot an instance:
claws ec2 start <instance-id>
claws ec2 stop <instance-id>
claws ec2 reboot <instance-id>
List log groups:
claws logs groups [<prefix>]
List recent streams in a group:
claws logs recent-streams [--limit <n>] <log-group-name>
List buckets:
claws s3 buckets