Comparing shrimp to the AWS CLI #5
stefansundin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to expand on the blog post that I wrote when I announced shrimp; Introducing shrimp and s3sha256sum. While shrimp is a great tool to have in your toolbox, there are cases where it is not the best tool for the job. Let's compare it to the AWS CLI, and also dive deeper on the key challenges that shrimp overcomes.
--mfa-secret
option that can be used to make shrimp automatically generate the codes.The lack of some of these features in the AWS CLI were key in convincing me that I had to write shrimp, specifically:
If the AWS CLI had supported these features then perhaps I would never have written shrimp.
I want to implement some of the missing features, like uploading multiple files similar to
aws s3 sync
. Please comment below if you need a specific feature, I'd be very interested to hear about your use case.Hopefully shrimp can close the gap and become an even more valuable tool in everyone's toolbox. I would also love to see the AWS CLI learn some new tricks, like support for alternative checksum algorithms.
Beta Was this translation helpful? Give feedback.
All reactions