How to run wingetcreate new non-interactively?
#188
Unanswered
ldennington
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm reaching out because I'm interested in using
wingetcreatein my GitHub Actions workflows to publish packages my team owns towinget. We are currently using a custom task (see example here), which has been a pain point since the manifest specification changes frequently.In light of this, I'm reaching out to see whether it's possible to run
wingetcreate newnon-interactively. Whenever I run any of the following locally, I'm prompted to manually accept/override the default values from my installer:I see the example shows the
wingetcreate updatecommand in a pipeline, but notwingetcreate new, which prompted me to ask this question.Beta Was this translation helpful? Give feedback.
All reactions