You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/docs/usage/cli/telemetry.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Each payload includes:
29
29
| --- | --- | --- |
30
30
|`toolVersion`| The GitVersion CLI version | Helps correlate behavior with a released version |
31
31
|`parserImplementation`|`ArgumentParser` or `LegacyArgumentParser`| Helps understand adoption of the legacy parser |
32
+
|`continuousIntegrationProvider`| The detected CI provider such as `github-actions`, or `unknown` when GitVersion is not running in a recognized CI environment | Helps understand where CLI usage comes from without collecting repository data |
33
+
|`invocationSource`|`gitversion-msbuild` when the CLI is invoked internally by the `GitVersion.MsBuild` package, otherwise `direct`| Helps distinguish direct CLI usage from package-driven usage |
32
34
|`command`| The CLI command name (`gitversion`) | Identifies the invoked entry point |
33
35
|`subcommand`| Reserved for future CLI command trees; currently `null` in the stable CLI | Keeps the payload shape stable |
34
36
|`arguments[].name`| Canonical argument name | Shows which switches/options are used |
0 commit comments