Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

mostlygeek/awstk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About AWS Tool Kit

The awscli is comprehensive and powerful. However, it is rare to use it without having to lookup a man page.

The goal of this project is to provide an easier command line access to things that are hard to remember or difficult to do on the cli. For example, listing all instances in all regions.

This project is currently a giant hack and I don't really expect anybody else to use it until it gets flushed out a bit more. :)

Design

  • single binary, awstk
  • tab completion should work (todo)
  • cli/typing friendly!
  • structuring the code, no idea yet, maybe have it match awscli, ie: awstk <service> operation
  • use https://github.com/aws/aws-sdk-go

Todo

  • searching for EC2 instances by regex awstk ec2 match <regex>
  • pretty printing EC2 data, awstk ec2 find <regex> | awstk ec2 pretty

About

Everyday useful _AWS cli tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages