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'm not against this but I'd like to push further with features before I put work in here. I'm happy for contributions to enable these install methods though.
I would yes, it might take a little work though since I current have no Windows runners on the pipeline. I'm open to PR's if you've done this workflow before otherwise I'll do it when I get the chance. I usually work on a macbook so it might take some fiddling for me to get things working.
Is your feature request related to a problem? Please describe.
Dasel currently supports a reasonable set of installation methods, including precompiled binaries,
go install
, Homebrew, and apk.However, for other users, especially tech novices, it would be helpful to have even more installation methods available:
Describe the solution you'd like
FPM can help to generate more of these packages.
https://github.com/jordansissel/fpm
Describe alternatives you've considered
Requiring my users to have experience with developing Go applications.
The text was updated successfully, but these errors were encountered: