We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a916fd7 commit 4e04573Copy full SHA for 4e04573
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