sfctl settings telemetry
Configure telemetry settings local to this instance of sfctl.
Sfctl telemetry collects command name without parameters provided or their values, sfctl version, OS type, Python version, the success or failure of the command, the error message returned.
Command | Description |
---|---|
set-telemetry | Turn on or off telemetry. |
Turn on or off telemetry.
Argument | Description |
---|---|
--off | Turn off telemetry. |
--on | Turn on telemetry. This is the default value. |
Argument | Description |
---|---|
--debug | Increase logging verbosity to show all debug logs. |
--help -h | Show this help message and exit. |
--output -o | Output format. Allowed values: json, jsonc, table, tsv. Default: json. |
--query | JMESPath query string. See http://jmespath.org/ for more information and examples. |
--verbose | Increase logging verbosity. Use --debug for full debug logs. |
Turn off telemetry.
sfctl settings telemetry set_telemetry --off
Turn on telemetry.
sfctl settings telemetry set_telemetry --on
- Set up the Service Fabric CLI.
- Learn how to use the Service Fabric CLI using the sample scripts.