lightaws

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2018 License: MIT Imports: 1 Imported by: 0

README

lightaws

Circle CI Language issues

lightaws is a aws command line tool written in Golang.

Motivation

aws-cli covers almost all operations of AWS, but this requires python. Then it takes time to install by homebrew, and pip. Today, we offen use aws-cli in some continuous integration service: (e.g.: TravisCI, CircleCI)

It's a waste of time to install awscli every time. Further, this depends on platform. We believe that such tools should be provided in binary.

install

$ go get github.com/openfresh/lightaws

Usage

EC2 Container Registry (ECR)

Command line interface of lightaws is same as aws-cli. For example, in Amazon ECR as follows

$ lightaws ecr get-login --region ap-northeast-1
EC2 Metadata
$ lightaws metadata region 
ap-northeast-1
$ lightaws metadata instance-id 
i-xxxxxxxxxxxxxxxx

For contribution

lightaws used cobra. You only have to add new command in cmd package.

Roadmap

We don't think lightaws should cover all operations of AWS. lightaws will add necessary features each time. Your contribution is welcome!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
ec2
ecr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL