trek10inc / awsets

A utility for crawling an AWS account and exporting all its resources for further analysis.
MIT License
205 stars 25 forks source link

After installing awsets, it does not work as a command. #1

Closed rahul-karav closed 4 years ago

rahul-karav commented 4 years ago

After installing GO and then awsets, it does not work as a command. GO111MODULE="on" go get github.com/trek10inc/awsets/cmd/awsets Is there another step before we can run it as a command?

❯ GO111MODULE="on" go get github.com/trek10inc/awsets/cmd/awsets
go: github.com/trek10inc/awsets/cmd/awsets upgrade => v0.0.0-20200903202143-ec27b76811e6
❯ awsets --help
zsh: command not found: awsets
jcarter3 commented 4 years ago

It sounds ~/go/bin isn't a part of your PATH. Did that step get missed on https://golang.org/doc/install?

jcarter3 commented 4 years ago

Closing from lack of activity - if this is still an issue, please re-open