Manages the status of VMware’s Customer Experience Improvement Program (CEIP) for the Tanzu CLI, standalone management clusters, and workload clusters.
CLI plugin: telemetry
| Plugin version: v1.1.0
| Target: global
Syntax:
tanzu telemetry [COMMAND]
-h, --help
Help text.
Manages CEIP participation for the Tanzu CLI. When CEIP is activated, your CLI usage data is pushed to VMware servers. It is also written to ~/.config/tanzu-cli-telemetry/cli_metrics.db
.
Available commands:
Collects your local CLI usage data from the specified SQLite database file.
tanzu telemetry cli-usage-analytics collect [FLAGS]
To collect your local CLI usage data from the default location, ~/.config/tanzu-cli-telemetry/cli_metrics.db
:
tanzu telemetry cli-usage-analytics collect --source="~/.config/tanzu-cli-telemetry/cli_metrics.db"
-h, --help
Help text.
-q, --quiet
Deactivates logging for the command.
-s, --source
The location of the SQLite file from which you want to collect your local CLI usage data. To retrieve the file location, you can use tanzu telemetry cli-usage-analytics status
. The default location is ~/.config/tanzu-cli-telemetry/cli_metrics.db
.
-t, --timeout
The timeout value, in seconds, for the command.
Prints the current CEIP participation status for the Tanzu CLI.
tanzu telemetry cli-usage-analytics status [FLAGS]
To print the current CEIP status:
tanzu telemetry cli-usage-analytics status
-h, --help
Help text.
Activates and deactivates CEIP participation for the Tanzu CLI.
tanzu telemetry cli-usage-analytics update [FLAGS]
To activate CEIP participation:
tanzu telemetry cli-usage-analytics update --opt-in
To deactivate CEIP participation:
tanzu telemetry cli-usage-analytics update --opt-out
To set your environment identifiers:
tanzu telemetry cli-usage-analytics update --csp-org-id "example-organization" --entitlement-account-number "MY-EAN"
--csp-org-id
The CSP org ID that you want to use for your local CLI usage data.
--entitlement-account-number
The entitlement account number that you want to use for your local CLI usage data.
-h, --help
Help text.
--opt-in
Activates CEIP participation and local data usage collection.
--opt-out
Deactivates CEIP participation and local data usage collection.
Manages CEIP metadata for the target cluster.
Available commands:
When these commands are used for Tanzu Kubernetes Grid with a standalone management cluster, run them against the management cluster. For more information, see Manage Participation in CEIP.
Prints the current CEIP metadata for the target cluster.
tanzu telemetry metadata status [FLAGS]
To print the current CEIP metadata:
tanzu telemetry metadata status
-h, --help
Help text.
Updates CEIP metadata for the target cluster.
tanzu telemetry metadata update [FLAGS]
To set the environment type to prod
:
tanzu telemetry metadata update --env-is-prod "true"
To update the CSP org ID:
tanzu telemetry metadata update --csp-org-id "1234"
--csp-org-id
Sets a cluster-wide CSP org ID. Empty string is equivalent to unsetting this value.
--entitlement-account-number
Sets a cluster-wide entitlement account number. Empty string is equivalent to unsetting this value.
--env-is-prod
Sets a cluster-wide value denoting whether the target is a production cluster or not. Supported values are true
and false
.
-h, --help
Help text.
Manages CEIP participation for the target cluster.
Available commands:
When these commands are used for Tanzu Kubernetes Grid with a standalone management cluster, run them against the management cluster. For more information, see Manage Participation in CEIP.
Prints the current CEIP status for the target cluster.
tanzu telemetry participation status [FLAGS]
To get the current CEIP status:
tanzu telemetry participation status
-h, --help
Help text.
Activates and deactivates CEIP participation.
tanzu telemetry participation update [FLAGS]
To activate CEIP participation for a cluster:
tanzu telemetry participation update --CEIP-opt-in
To deactivate CEIP participation for a cluster:
tanzu telemetry participation update --CEIP-opt-out
--CEIP-opt-in
Activates CEIP participation.
--CEIP-opt-out
Deactivates CEIP participation.
-h, --help
Help text.