Metadata-Version: 2.1
Name: awsso
Version: 0.0.1
Summary: aws command line tool
Home-page: https://github.com/Hireteammate/tools.git
Author: linhan
Author-email: lynnpen@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# AWS CMD TOOL

## Setup  ##
- aws cli install
- kubectl install
- terraform install
- helm install
  - brew install kubernetes-helm
- install python modules
  - pip install boto3 inquirer argcomplete
  - pip install pyyaml

  - copy or create symbol link of awstool to /usr/local/bin/awstool
  - add this line to `~/.bashrc`
    
    eval "$(register-python-argcomplete awstool)"
    
Then you use awstool to login aws, switch aws account, login ec2 instance, search or update secrets manager
