You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering the issue #18, ecrctl needs AWS CLI needs to be configured for executing the login command.
So it's better add a --profile option for handling multiple profiles configured in AWS CLI.
Example command
> ecrctl login --profile <profile-name>
The text was updated successfully, but these errors were encountered:
Considering the issue #18,
ecrctl
needs AWS CLI needs to be configured for executing the login command.So it's better add a
--profile
option for handling multiple profiles configured in AWS CLI.Example command
The text was updated successfully, but these errors were encountered: