@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 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 v5.2.50 on node v24.16.0 on linux-x64 via node (ssl: 3.5.6)
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 "5.2.50";
371206
+ return "6.0.1";
371207
371207
  }
371208
371208
 
371209
371209
  // src/app/commands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dx-do/cli",
3
- "version": "5.2.50",
3
+ "version": "6.0.1",
4
4
  "description": "CLI execution of DX Operational Observability operations and triage",
5
5
  "author": "Ki Alam",
6
6
  "logo": {