- Make non-verbose really non-verbose (some logging still made it to the terminal)
- Set the CodeArtifact authentication as envvar
CODEARTIFACT_AUTH_TOKEN
- Add the
export CODEARTIFACT_AUTH_TOKEN="..."
command to the assumerole output in verbose mode - Fix session name to comply to the AWS limitations (no
:
or_
and not too long - Fix some typo's in the
README.md
file