wallix/awless

awless stops working in MacOS Ventura (13.0)

mklatsky opened this issue · 3 comments

I am leaving this here in case someone knows how to fix. I am aware that awless is an abandoned project.

I recently upgraded my system to MacOS Ventura (13.0). Now, when I run any awless command, I get the following:

$ awless
Killed: 9

It doesn't matter what flags I use. Any ideas are most welcome.

Same happened to me, following issue and looking for ideas and potential solutions

I believe I have resolved this issue- hopefully the following steps will help others.

  1. Install the latest go using homebrew (or your favorite method). using hombrew (brew install golang) provided go1.19.3.
  2. Remove your current awless install (for homebrew, brew remove awless)
  3. Build awless by doing go install github.com/wallix/awless@latest
  4. Remove, or backup your ~/.awless directory if it exists
  5. Populate your AWS environment (I use awsume )
  6. Start using awless

The above worked for me- hopefully it will do the same for others.

Thank you @mklatsky this worked for me as well 🙇🏼