Feature: port architecture and OS introspection support from gruntwork-install #47
Labels
enhancement
New feature or request
needs design
We need to flesh out the design before we can resolve the issue
gruntwork-install
has the ability to introspect the OS and architecture of the system to determine which binary asset to install.I can see why this is not in
fetch
, which is more generic and thus cannot rely on our naming conventions, but it would be nice if that functionality was baked into fetch itself. The primary use case for this would be Windows support.gruntwork-install
is implemented inbash
, which means it can't be used in most Windows environments. It would be nice if we can port that functionality intofetch
, so that we can support Windows too.Notes:
gruntwork-install
to be in python or Go so that it is portable.The text was updated successfully, but these errors were encountered: