Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@sauranova sauranova released this 08 Jan 10:14

Features

  • Fuzzy search through profiles
  • Multi-file support (credentials_, config_)
  • Credential validation on switch
  • Shell integration (bash/zsh/fish)

Installation (macOS ARM64)

Download binary

curl -L https://github.com/quantacodes/awsw/releases/download/v0.1.0/awsw-bin-darwin-arm64 -o awsw-bin
chmod +x awsw-bin
sudo mv awsw-bin /usr/local/bin/

Add to ~/.zshrc

eval "$(awsw-bin init zsh)"

Full Changelog: https://github.com/quantacodes/awsw/commits/v0.1.0