Cumulus
Simple CLI for analyzing cloud cost data through the Cloduability API, using the cloudability gem. Caches your API key in your .netrc file for convenience.
Installation
$ gem install cumulus
Usage
$ cumulus budgets # Get a list of your budgets.
$ cumulus credentials # Get a list of your credentials.
$ cumulus billing --by period --count 20
$ cumulus billing # Get your 10 most recent billing reports.
$ cumulus billing --count=20 # Get your 20(N) most recent billing reports.
$ cumulus invites # Get a list of your organization user invites. (must be org admin)
$ cumulus invites --role=user --state=pending # Get a list of pending user invites.
For a list of all the commands:
$ cumulus help
And for help on a single command:
$ cumulus help [COMMAND]
As always, email me at colby@cloudability.com if you have any questions.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request