We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yq is available from winget:
winget install yq
The text was updated successfully, but these errors were encountered:
done - thanks for the tip!
Sorry, something went wrong.
Since GitHub does not allow to comment on Releases, I've decided to hijack this thread.
I've just submitted the winget manifest with the latest v4.40.5, see
and I've done it using https://github.com/russellbanks/Komac which turns out a great tool that make the winget manifests maintenance a breeze:
komac update --id MikeFarah.yq ` --version 4.40.5 ` --urls https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_windows_386.exe,https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_windows_amd64.exe
then I Komac asked for GitHub token which I provided it with output from gh auth token and Voilà!
gh auth token
No branches or pull requests
yq is available from winget:
The text was updated successfully, but these errors were encountered: