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
Description:"Disable network telemetry. Network telemetry is collected when connecting to workspaces using the CLI, and is forwarded to the server. If telemetry is also enabled on the server, it may be sent to Coder. Network telemetry is used to measure network quality and detect regressions.",
443
+
Value:serpent.BoolOf(&r.disableNetworkTelemetry),
444
+
Group:globalGroup,
445
+
},
438
446
{
439
447
Flag:"debug-http",
440
448
Description:"Debug codersdk HTTP requests.",
@@ -481,8 +489,9 @@ type RootCmd struct {
481
489
disableDirectbool
482
490
debugHTTPbool
483
491
484
-
noVersionCheckbool
485
-
noFeatureWarningbool
492
+
disableNetworkTelemetrybool
493
+
noVersionCheckbool
494
+
noFeatureWarningbool
486
495
}
487
496
488
497
// InitClient authenticates the client with files from disk