We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26078 commit ddaff32Copy full SHA for ddaff32
src/GitVersionExe/HelpWriter.cs
@@ -24,7 +24,7 @@ path The directory containing .git. If not defined current directory
24
/showvariable Used in conjuntion with /output json, will output just a particular variable.
25
eg /output json /showvariable SemVer - will output `1.2.3+beta.4`
26
/l Path to logfile.
27
- /showconfig Outputs the effective GitVersion config (defaults + custom from GitVersion.yaml) in yaml format
+ /showconfig Outputs the effective GitVersion config (defaults + custom from GitVersion.yml) in yaml format
28
/overrideconfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideconfig:tag-prefix=Foo)
29
Currently supported config overrides: tag-prefix
30
0 commit comments