Pass URL-based JSON as launch argument #3045
desentizised
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote myself a batch script which enables me to launch winutil from cmd instead of having to launch a modern Windows shell explicitly and it gets its JSON instructions from a predefined URL.
The main hurdle was finding the documentation for how to pass the
-Config
. At first I couldn't find anything because I was looking for keywords like "JSON" and "Import", then I looked at the main.ps1
file and saw that it was indeed capable of ingesting a JSON on launch but that it was called "Config" in this context.Beta Was this translation helpful? Give feedback.
All reactions