Skip to content

nitrocode/aws-cli-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cli-plugins

Examples of how to add custom commands to the aws-cli.

Setup

Install the plugin as a python package.

pip install -U git+https://github.com/nitrocode/aws-cli-plugins.git
aws configure set plugins.helloworld awshelloworld

Usage

$ aws helloworld
Hi Bob!
$ aws helloworld --name Tom
Hi Tom!

TODO

  • add say-hello subcommand to helloworld used by @RichardBronosky
  • add a subcommand to an existing cli
  • use the correct package format e.g. used by @shiftgig

References

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%