Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@lockedinspace lockedinspace released this 20 Dec 18:30
· 22 commits to main since this release

⚙️ New features:

  • Support added for multi-account role chaining (chaining through a variety of roles from various accounts) more info
  • letme list --local returns the last time a credential was refreshed and outputs if an accounts credentials are found in your aws files ($HOME/.aws/credentials and $HOME/.aws/config).
  • Added extra security measures when obtaining credentials, this will substantially lower parsing errors when using the aws-cli.
  • Polished outputs from the cli operations.
  • letme --version now returns a more user-friendly output and also checks if your version is the latest.

🐛 Bug fixes:

  • [Minor] If a client named example1-dev was called using letme obtain example1 it panicked and exited abruptly. This now has been solved, and client names are atomic.