donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.24k stars 281 forks source link

SAWS and AWS Collaboration #68

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

SAWS and AWS Collaboration

SAWS and the AWS team behind aws-cli and boto will be collaborating to speed up development.

Check out the announcement and upcoming features. Stay tuned for more info!

[Edit] aws-shell is now live!

SAWS: A Supercharged AWS CLI

Build Status Documentation Status Dependency Status Codecov

PyPI version PyPI License

SAWS

Motivation

AWS CLI

Although the AWS CLI is a great resource to manage your AWS-powered services, it's tough to remember usage of:

SAWS aims to supercharge the AWS CLI with features focusing on:

Under the hood, SAWS is powered by the AWS CLI and supports the same commands and command structure.

SAWS and AWS CLI Usage:

aws <command> <subcommand> [parameters] [options]

SAWS features:

SAWS is available for Mac, Linux, Unix, and Windows.

Check out the main SAWS page for more info.

DanyC97 commented 8 years ago

@donnemartin do you have any insights on when the merge will take place and maybe a beta/rc will be released?

I searched for the aws shell but couldn't find anything ...if you know/ can share that will be highly appreciated

donnemartin commented 8 years ago

@DanyC97 aws-shell is under active development, although I'm not sure we're ready to announce a release date yet. It might be sooner than you think :)

DanyC97 commented 8 years ago

@donnemartin okay in this case i have to wait quietly ;)

donnemartin commented 8 years ago

aws-shell is now live!

DanyC97 commented 8 years ago

awesome !!!!

benkehoe commented 8 years ago

Are SAWS and aws-shell both still under active development?

donnemartin commented 8 years ago

@benkehoe new feature development will be done on aws-shell. Here's the currently active branch that will eventually be merged to master:

https://github.com/awslabs/aws-shell/tree/wizard-feature

For saws I only plan to do minor maintenance work, possibly until all saws features have been ported to aws-shell.

sysadmiral commented 8 years ago

So SAWS will be deprecated eventually?

donnemartin commented 8 years ago

@sysadmiral I think that would be the best approach. With the AWS collaboration on aws-shell we can focus on building a quality app together instead of working independently on very similar solutions.