I think it would be useful to compile and publish versioned tags of these targets so they can be ran directly from the binary without needing to have a local go file to run mage from. Ran into this use case when playing around with kind clusters in a different project that didn't have any go code in it and all that was needed was a reliable way to create a kind cluster.
Ex:
curl https://api.github.com/<repo/artifact...> -o mageutils
./mageutils EnsureTestCluster (or any other useful target)
Something like that...
I think it would be useful to compile and publish versioned tags of these targets so they can be ran directly from the binary without needing to have a local go file to run mage from. Ran into this use case when playing around with kind clusters in a different project that didn't have any go code in it and all that was needed was a reliable way to create a kind cluster.
Ex:
Something like that...