Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SAWS: A Supercharged AWS CLI to the AWS section #9

Closed
donnemartin opened this issue Oct 19, 2015 · 1 comment
Closed

Add SAWS: A Supercharged AWS CLI to the AWS section #9

donnemartin opened this issue Oct 19, 2015 · 1 comment

Comments

@donnemartin
Copy link
Owner

Link: https://github.com/donnemartin/saws

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:

  • 50+ top-level commands
  • 1400+ subcommands
  • Countless command-specific options
  • Resources such as instance tags and buckets

SAWS: A Supercharged AWS CLI

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

  • Improving ease-of-use
  • Increasing productivity

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:

  • Auto-completion of:
    • Commands
    • Subcommands
    • Options
  • Auto-completion of resources:
  • Customizable shortcuts
  • Fuzzy completion of resources and shortcuts
  • Syntax and output highlighting
  • Execution of shell commands
  • Command history
  • Contextual help
  • Toolbar options

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

@donnemartin
Copy link
Owner Author

Fixed with 2682222.

ston380 pushed a commit to ston380/dev-setup that referenced this issue Dec 30, 2015
* donnemartin/master: (22 commits)
  Update index with Ruby and rbenv.
  Remove discussion of compass gem.
  Fix ruby rbenv code block.
  Tweak Ruby section.  Also fixes code block spilling over to Python
section.
  Install rbenv and ruby-build
  Update README with rbenv and ruby-build info
  Added macdown.
  Added git-extras.
  Fixed The Fiery Meter of AWSome header type.
  Tweak Motivation section.
  Updated motivation and dots sections to further discuss what
dev-setup is geared towards.
  Updated Awesome AWS link anchor to work with the Awesome badge.
  Added Awesome AWS to the AWS section. donnemartin#10
  Add SAWS: A Supercharged AWS CLI to the AWS section donnemartin#9.
  Updated brew cask install of Sublime Text from v2 to v3.
  Added developer friendly quick look plugins.
  Disabled always showing scroll bars by default.
  Added pandoc, which is useful to convert files from one markup format
into another.
  Added libxml2 and libxslt.
  Added libffi, used by CPython and others.
  ...

Conflicts:
	brew.sh
krubenok pushed a commit to krubenok/dotfiles that referenced this issue Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant