Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): Use click and read iops and throughput #11

Merged
merged 2 commits into from
Oct 14, 2021
Merged

Conversation

GMishx
Copy link
Member

@GMishx GMishx commented Jul 29, 2021

  1. Migrate from argparse to click for easier configuration.
  2. Also added two options --iops and --thoughput to configure EBS volume during creation.
  3. Update docs accordingly.

Remove argparse and use [Click](https://click.palletsprojects.com/) instead which is a simpler and faster alternative.

Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
Add new `--iops` and `--thoughput` flags to pass to `ec2.create_volume()`.
Also updated the documents.

Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
@GMishx GMishx added the enhancement New feature or request label Jul 29, 2021
@GMishx GMishx merged commit 8ce5f4d into master Oct 14, 2021
@GMishx GMishx deleted the feat/cli/click branch October 14, 2021 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant