File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 33### Usage Data
44
55* when extension is activated
6- * when a command contributed by extension is executed
7- * command's ID
8- * command's duration time
9- * command's error message (in case of exception)
6+ * when a command contributed by extension is executed with following info
7+ * unique identifier
8+ * duration time
9+ * error message (in case of exception)
10+ * CLI command (if exception caused by cli command)
11+ * cancellation flag
1012 * command's specific data (see details below)
1113* when extension is deactivated
1214
@@ -20,4 +22,11 @@ In addition to command's usage data (see above) `New Component` command also rep
2022* component_type - name of the component type from devfile registry or catalog
2123* component_version - version (for S2I components)
2224* starter_project - name of a starter project used (for devfile components)
23- * use_existing_devfile - boolean attribute to indicate if an existing devfile was used rather than one from registry
25+ * use_existing_devfile - boolean attribute to indicate if an existing devfile was used rather than one from registry
26+
27+ #### OpenShift: Login
28+
29+ In addition to command's usage data (see above) ` Login ` command also reports:
30+
31+ * openshift_version - cluster's OpenShift version (if can be accessed by the current user)
32+ * kubernetes_version - cluster's Kubernetes version
You can’t perform that action at this time.
0 commit comments