Big thanks to @StoneyEagle for the suggestion from Twitch (https://www.twitch.tv/stoney_eagle) for this one.
He said it'd be cool to add a non-interactive option command to automatically update via CI.
I will update the config to accept an autoUpdate param that takes in "none" (default),"patch", "minor", or "all" as an option. I'll also add the --autoUpdate patch CLI arg to do the same thing.
Obviously if this flag is set to anything other than "none" it will skip the update prompt.
Big thanks to @StoneyEagle for the suggestion from Twitch (https://www.twitch.tv/stoney_eagle) for this one.
He said it'd be cool to add a non-interactive option command to automatically update via CI.
I will update the config to accept an
autoUpdateparam that takes in"none"(default),"patch","minor", or"all"as an option. I'll also add the--autoUpdate patchCLI arg to do the same thing.Obviously if this flag is set to anything other than
"none"it will skip the update prompt.