Closed br-fedaykin closed 4 weeks ago
I saw a identical issue on original awsp (https://github.com/johnnyopao/awsp/issues/5). I noticed that awsp-plus
modify ~/.awsp before crashing, so I did this workaround in the alias to make it work:
alias='_awspp && export AWS_PROFILE="$(cat ~/.awsp)"'
Yet, I don't know the root cause of the problem, I could help analysing the code but I need some time to understand how to run this in development mode.
Are you using nodeenv? That seems to be the root of the problem described in the issue you linked.
I'm not sure what the problem is because I don't understand what interaction with nodeenv causes the crash.
Hi, I haven't configured nodeenv myself. I just installed node with asdf and maybe asdf uses nodeenv, how can I verify whether it is installed?
@br-fedaykin I've rewritten this entirely golang, which likely fixes your issue. If you're still interested in this, check it out at https://github.com/abyss/go-awsp :)
Hi, I configured alias for
awsp
and when I call it I see the profile list but when I choose one of them the terminal dies. The same behavior happens with native ubuntu terminal and guake. Where are awsp logs written, so I can put them here for analysis?aws-cli works fine when using
--profile
flag.