Support /diag and /verbosity in the Execute action
#1653
TaffarelJr
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Lately the GitVersion
Executeaction has been erroring out a lot in our GitHub workflows -- but it never outputs the exception details. All we get isundefinedfor the JSON output, and a blocked build.To facilitate debugging, what would it take to add the following optional input parameters to the
Executeaction, each resulting in the described changes to the command-line switches:enableDiagnositcsfalse'false'/diagswitch or notverbosity[ Quiet | Minimal | Normal | Verbose | Diagnostic ]
false'Normal'/verbosityswitch is always added to the command-line (for transparency), but is either set to the default value or to whatever the user configuresCommand-line switch reference: https://gitversion.net/docs/usage/cli/arguments
Beta Was this translation helpful? Give feedback.
All reactions