Created
September 25, 2019 08:30
-
-
Save forelabs/f7bc998ae917221b71d41822e319ef41 to your computer and use it in GitHub Desktop.
aws login function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function aws-login() { | |
eval $(aws-mfa ecr get-login --no-include-email) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment