We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a916fd7 + 4e04573 commit ae7e000Copy full SHA for ae7e000
1 file changed
internal/command/command.go
@@ -385,6 +385,7 @@ func UsageMetrics(command *cobra.Command, wg *sync.WaitGroup) {
385
"network": Flags.Network,
386
"version": build.Semver(),
387
"os": runtime.GOOS,
388
+ "ci": os.Getenv("CI") != "", // CI is commonly set by CI providers
389
},
390
})
391
wg.Done()
0 commit comments