Skip to content

Commit 1160a7a

Browse files
committed
Add info reported for Login command to USAGE_DATA.md
Signed-off-by: Denis Golovin [email protected]
1 parent 7393bd1 commit 1160a7a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

USAGE_DATA.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
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

0 commit comments

Comments
 (0)