Gustavo Marin
Gustavo Marin
Just FYI there is a very similar project also programmed in Go called [hostctl](https://github.com/guumaster/hostctl). I'm sure I can pick up some ideas here, and I invite you to pick something...
Hi, is there a way to enable code completion in JetBrain's GoLand IDE? I have a `magefile.go` and also the project has a `go.mod` file. I can't get the IntelliSense...
I'm thinking on adding a simple UI. Maybe some Vue frontend and a web server to perform the updates. Or maybe something more like [k9s](https://github.com/derailed/k9s) Not sure if this should...
It is outdated with samples from v0.10. It must be updated and version both files as `hostctl.cast` and `hostctl.gif`
tools with logo are better than tools without it. I have less than zero skills to do it. If anyone have some idea of a minimal and simple logo that...
Add `--watch` flag to `sync` commands to monitor and react to changes on the origin system (docker, kubernetes, etc).
In order to have a very thorough documentation, here you have an explanation on how the docs are automatically generated and published, and how you can contribute to improve it....
This PR adds full URL to the config. The urls are used on subscriptions callbacks, because it doesn't work with relative callbacks. Fixes #5
I have [this gist](https://gist.github.com/guumaster/2c7f48ac3567ae6c456f4020c857c375) that shows how to use this package and also handles token read/write/refresh. Would you be interested in having an example folder with all this included? I...