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>
Considering the issue #18,
ecrctlneeds AWS CLI needs to be configured for executing the login command.So it's better add a
--profileoption for handling multiple profiles configured in AWS CLI.Example command