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

Feature request: Add a command to login to ECR with ease #806

Open
apurandare-aurva opened this issue Nov 18, 2024 · 0 comments
Open

Feature request: Add a command to login to ECR with ease #806

apurandare-aurva opened this issue Nov 18, 2024 · 0 comments

Comments

@apurandare-aurva
Copy link

First of all, I want to say thank you for creating this tool, it is great and solves the annoying problem of AWS CLI commands.

As I have been using it everyday, it tends to handle my workflows really well with the automatic re-authentication turned on as well.

The one workflow with ECR I find annoying is the login, every time to pull a container image, I run this command: aws ecr get-login-password --region <region> | docker login --username AWS --password-stdin <account-number>.dkr.ecr.<region>.amazonaws.com (and I along with many of my colleagues have tried the https://github.com/awslabs/amazon-ecr-credential-helper and it is not useful when logging into many accounts from dev to staging to production).

It'd be great if we can have a command that simplifies this use-case. Thank you for considering this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant