infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

Support creation outside of `$GOPATH/src` #144

Open prao2-infoblox opened 2 years ago

prao2-infoblox commented 2 years ago

As it stands, atlas-cli doesn't create projects outside of the $GOPATH/src directory. Since Go modules makes it optional for projects to be present in $GOPATH, I feel atlas-cli should support creating projects in any directory.

This is the error it throws:

Unable to initialize application: formatting error: project must be initialized inside $GOPATH/src directory or below