nitrocode / aws-cli-plugins

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%