claws 0.5.0

AWS command line tool
claws-0.5.0 is not a library.

claws

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.

Installation

cargo install claws

Usage

Currently just a couple commands are implemented.

EC2

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>

S3

List buckets:

claws s3 buckets