How to run wingetcreate new
non-interactively?
#190
-
Discussed in #188Creating an issue for visibility. Originally posted by ldennington October 14, 2021 I'm reaching out because I'm interested in using In light of this, I'm reaching out to see whether it's possible to run
I see the example shows the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think it's possible ATM. There's too much metadata that needs to be filled out (privacy policy, website, localized names, etc). What's the usecase where you want to automate |
Beta Was this translation helpful? Give feedback.
I don't think it's possible ATM. There's too much metadata that needs to be filled out (privacy policy, website, localized names, etc).
wingetcreate new
is designed to be ran only once for an application, whereaswingetcreate update
is designed to be ran for every new version of an app (where it copies most of the values asked for duringnew
from the previous version), as such, it's acceptable that it's not automated (or at least, it has been up to this point).What's the usecase where you want to automate
wingetcreate new
? For the example action you linked, right now that could be replicated by the commandwingetcreate update -u {{url}} -v {{version}} Microsoft.GitCredentialManagerCore
(…