@dx-do/cli 5.2.43 → 5.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
16
16
|
#### Output
|
|
17
17
|
|
|
18
18
|
```
|
|
19
|
-
ℹ info dx-do v5.2.
|
|
19
|
+
ℹ info dx-do v5.2.43 on node v22.21.0 on darwin-arm64 via node (ssl: 3.5.4)
|
|
20
20
|
⚠ warning Not loading configuration
|
|
21
21
|
✖ error Usage: dx-do --option[=value]... <command-group> <command> <command-param>=<value>...
|
|
22
22
|
ℹ info Available command-groups: agent, vertex, auth, dashboard, jsextension, axa, config, channel, alert, nass, alarm, apm-universe, o2-universe, trace, topographer, service, help, graph, metric, metrex, tas, experience, situation, sql, acc, o2-metricgrouping, o2-managementmodule, o2-alert, managementmodule, log, blob, perspective, metricgrouping, asm, inventory, event, attribute
|
|
@@ -405,6 +405,7 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
405
405
|
⤜ search............................................: searches inventory
|
|
406
406
|
⤜ metrics...........................................: finds metrics associated with inventory
|
|
407
407
|
⤜ lookup............................................: searches inventory using free text search, be aware that this may not support all product sources
|
|
408
|
+
⤜ layers............................................: lists all topology layers with a count of entities on each layer
|
|
408
409
|
⤜ list-inventorize-rules............................: shows rules for creating inventory from metrics
|
|
409
410
|
⤜ delete-inventorize-rule...........................: deletes an inventorize rule
|
|
410
411
|
⤜ create-inventorize-rule...........................: creates a rule for creating inventory from metrics, dryrun mode by default, set mode=create to execute.
|