@dx-do/cli 5.2.50 → 6.0.1
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 +1 -1
- package/dist-node/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ bunx @dx-do/cli@<version> <--config=<config-file>> command-group command <parame
|
|
|
47
47
|
#### Output
|
|
48
48
|
|
|
49
49
|
```
|
|
50
|
-
ℹ info dx-do
|
|
50
|
+
ℹ info dx-do v6.0.1 on node v24.16.0 on linux-x64 via node (ssl: 3.5.6)
|
|
51
51
|
⚠ warning Not loading configuration
|
|
52
52
|
✖ error Usage: dx-do --option[=value]... <command-group> <command> <command-param>=<value>...
|
|
53
53
|
ℹ info Available command-groups: acc, agent, agentic, alarm, alert, apm-universe, asm, attribute, audit, auth, axa, blob, channel, config, dashboard, diagnose, event, experience, graph, help, inventory, jsextension, log, managementmodule, metrex, metric, metricgrouping, nass, o2-alert, o2-managementmodule, o2-metricgrouping, o2-universe, perspective, service, situation, sql, tas, topographer, trace, ui, vertex
|
package/dist-node/main.js
CHANGED
|
@@ -371203,7 +371203,7 @@ var semver5 = __toESM(require_semver2(), 1);
|
|
|
371203
371203
|
|
|
371204
371204
|
// src/runtime.ts
|
|
371205
371205
|
function getVersion() {
|
|
371206
|
-
return "
|
|
371206
|
+
return "6.0.1";
|
|
371207
371207
|
}
|
|
371208
371208
|
|
|
371209
371209
|
// src/app/commands/index.ts
|