Create Go-lang based utility

Now that we can wrap whatever we want in docker on the deployment computer, I think it would be beneficial to move away from the Makefile and it's limitations for a more complete installer. Ideally with --help commands and documentation. I suggest building it in Golang using viper and cobra for configuration, but am open to ideas.

https://github.com/spf13/viper https://github.com/spf13/cobra

Edited by Nick Busey