I dont know what AWS was thinking when making V2 of the aws
cli utility, but I have
to say, it was not that straight forward as V1. Some of the noteable changes are:
- Have to install via package
- Everything is paginated making scripting difficult/surprise
So, I had to augment the command and detect what version is currently installed. Then build a command with a default option of no pagination as that was getting really annoying.
Never the less, PR 15 adds the new changes and I hope to add more AWS features in the future.