@dx-do/cli 5.2.43 → 5.2.45
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 +30 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
16
16
|
#### Output
|
|
17
17
|
|
|
18
18
|
```
|
|
19
|
-
ℹ info dx-do
|
|
19
|
+
ℹ info dx-do v.dev-by-z@Zakis-Mac-Studio.local@2026-05-05T17:32-07:00 on node v22.17.0 on darwin-arm64 via node (ssl: 3.0.16)
|
|
20
20
|
⚠ warning Not loading configuration
|
|
21
21
|
✖ error Usage: dx-do --option[=value]... <command-group> <command> <command-param>=<value>...
|
|
22
|
-
ℹ info Available command-groups: agent, vertex, auth, dashboard, jsextension, axa, config, channel, alert, nass, alarm, apm-universe, o2-universe, trace, topographer, service,
|
|
22
|
+
ℹ info Available command-groups: agent, vertex, auth, dashboard, jsextension, axa, config, channel, alert, nass, alarm, apm-universe, o2-universe, ui, help, trace, topographer, service, graph, metric, metrex, tas, experience, situation, sql, acc, o2-metricgrouping, o2-managementmodule, o2-alert, managementmodule, log, blob, perspective, metricgrouping, asm, inventory, event, attribute, audit, agentic
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -226,6 +226,21 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
226
226
|
⤜ export............................................: dumps a single O2 universe JSON
|
|
227
227
|
⤜ create............................................: creates a o2 universe
|
|
228
228
|
```
|
|
229
|
+
#### ui
|
|
230
|
+
```ui
|
|
231
|
+
⤜ start.............................................: Start the dx-do query builder UI server (Fastify + MCP) and open the browser [experimental]
|
|
232
|
+
```
|
|
233
|
+
#### help
|
|
234
|
+
```help
|
|
235
|
+
⤜ ui................................................: Explains `dx-do ui start` — the browser-based visual query builder for TAS / NASSQL / Metrics-Metadata queries.
|
|
236
|
+
⤜ time-formats......................................: explains time formats for 'metric data' and 'agent get-trace-sumaries'.
|
|
237
|
+
⤜ bulk-patch........................................: explains vertex bulk-patch
|
|
238
|
+
⤜ dashboard.........................................: explains dashboard command setup.
|
|
239
|
+
⤜ configuration.....................................: explains configuration
|
|
240
|
+
⤜ commands-md.......................................: explains commands in md format
|
|
241
|
+
⤜ commands..........................................: explains commands.
|
|
242
|
+
⤜ agentic-mcp.......................................: Explains the `dx-do agentic mcp` stdio MCP server and how to wire it into Claude Code / Cursor / mcp-inspector.
|
|
243
|
+
```
|
|
229
244
|
#### trace
|
|
230
245
|
```trace
|
|
231
246
|
⤜ trace-details.....................................: get trace details for traceId
|
|
@@ -254,15 +269,6 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
254
269
|
⤜ create-empty-service..............................: creates a simple empty service
|
|
255
270
|
⤜ all-services......................................: shows all services
|
|
256
271
|
```
|
|
257
|
-
#### help
|
|
258
|
-
```help
|
|
259
|
-
⤜ time-formats......................................: explains time formats for 'metric data' and 'agent get-trace-sumaries'.
|
|
260
|
-
⤜ bulk-patch........................................: explains vertex bulk-patch
|
|
261
|
-
⤜ dashboard.........................................: explains dashboard command setup.
|
|
262
|
-
⤜ configuration.....................................: explains configuration
|
|
263
|
-
⤜ commands-md.......................................: explains commands in md format
|
|
264
|
-
⤜ commands..........................................: explains commands.
|
|
265
|
-
```
|
|
266
272
|
#### graph
|
|
267
273
|
```graph
|
|
268
274
|
⤜ test-vertex-type-mapping..........................: tests vertexes for type mapping
|
|
@@ -405,6 +411,7 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
405
411
|
⤜ search............................................: searches inventory
|
|
406
412
|
⤜ metrics...........................................: finds metrics associated with inventory
|
|
407
413
|
⤜ lookup............................................: searches inventory using free text search, be aware that this may not support all product sources
|
|
414
|
+
⤜ layers............................................: lists all topology layers with a count of entities on each layer
|
|
408
415
|
⤜ list-inventorize-rules............................: shows rules for creating inventory from metrics
|
|
409
416
|
⤜ delete-inventorize-rule...........................: deletes an inventorize rule
|
|
410
417
|
⤜ create-inventorize-rule...........................: creates a rule for creating inventory from metrics, dryrun mode by default, set mode=create to execute.
|
|
@@ -420,6 +427,18 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
420
427
|
```attribute
|
|
421
428
|
⤜ dump..............................................: dumps all attributes by layer
|
|
422
429
|
```
|
|
430
|
+
#### audit
|
|
431
|
+
```audit
|
|
432
|
+
⤜ query.............................................: query data-store audit events
|
|
433
|
+
```
|
|
434
|
+
#### agentic
|
|
435
|
+
```agentic
|
|
436
|
+
⤜ mcp...............................................: Run a stdio MCP server for the bound tenant. Wire into Claude Code / Cursor with `claude mcp add` (or equivalent). [experimental]
|
|
437
|
+
⤜ extract-claude-marketplace........................: Extract the embedded Claude Code marketplace + plugins to disk. Writes `<base-directory>/dx-do-claude-marketplace/` containing the marketplace.json and one subdir per plugin. Prints the `/plugin` slash-command sequence to install them. [experimental]
|
|
438
|
+
⤜ corpus-sections...................................: List the sections of the dx-do catalog (queries, cookbooks, entities, …). [experimental]
|
|
439
|
+
⤜ corpus-section-index..............................: List entries in a catalog section. Each row is labelled `<section>/<id>` for copy-paste into `agentic corpus-entry`. [experimental]
|
|
440
|
+
⤜ corpus-entry......................................: Print a catalog entry. `document=<section>/<id>` (e.g. `entities/host`, `cookbooks/tas-quickstart`, `queries/01-discover-vertices`). [experimental]
|
|
441
|
+
```
|
|
423
442
|
### Options
|
|
424
443
|
|
|
425
444
|
|