You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
We could set up go-releaser and publish on tagged versions. 👍
For the name, I'd suggest picking something that isn't super generic to mage (e.g. mageutils) since everything in this repo is hyper-specific to Porter.
Side note: Stuff like this makes me wish that porter had better ways to interact with the host. Because I feel like a lot of what you are asking for is something Porter would be great at if it had a way to auth/connect to the host.
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...
The text was updated successfully, but these errors were encountered: