telemetry
Manage telemetry preferences
telemetry
$ saleor telemetry --help
Help output:
saleor telemetry [command]
Manage telemetry preferences
Commands:
saleor telemetry disable Disable the telemetry
saleor telemetry enable Enable the telemetry
saleor telemetry status Show the telemetry status [default]
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
telemetry disable
$ saleor telemetry disable --help
Help output:
saleor telemetry disable
Disable the telemetry
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
telemetry enable
$ saleor telemetry enable --help
Help output:
saleor telemetry enable
Enable the telemetry
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
telemetry status
$ saleor telemetry status --help
Help output:
saleor telemetry status
Show the telemetry status
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]