awless
awless copied to clipboard
awless stops working in MacOS Ventura (13.0)
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.
- Install the latest go using homebrew (or your favorite method). using hombrew (
brew install golang) provided go1.19.3. - Remove your current awless install (for homebrew,
brew remove awless) - Build awless by doing
go install github.com/wallix/awless@latest - Remove, or backup your ~/.awless directory if it exists
- Populate your AWS environment (I use awsume )
- 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 🙇🏼