@dx-do/cli 5.2.36 → 5.2.37
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 +25 -2
- package/dist-node/main.js +22312 -6769
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,14 +16,14 @@ 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.37 on node v24.14.1 on linux-x64 via node (ssl: 3.5.5)
|
|
20
20
|
ℹ info Loading configuration from env DXDO_CONFIGURATION (base64)
|
|
21
21
|
✔ success Command line configuration complete
|
|
22
22
|
ℹ info Allow Insecure HTTPS: false
|
|
23
23
|
ℹ info DXSaasService instantiated.
|
|
24
24
|
ℹ info Successfully configured.
|
|
25
25
|
✖ error Usage: dx-do --option[=value]... <command-group> <command> <command-param>=<value>...
|
|
26
|
-
ℹ 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, managementmodule, log, blob, perspective, metricgrouping, asm, inventory, event, attribute
|
|
26
|
+
ℹ 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
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
|
|
@@ -342,6 +342,29 @@ npx @dx-do/cli@<version> <--config=<config-file>> command-group command <paramet
|
|
|
342
342
|
⤜ download-bundle...................................: downloads bundle
|
|
343
343
|
⤜ bundle-details....................................: gets bundle details
|
|
344
344
|
```
|
|
345
|
+
#### o2-metricgrouping
|
|
346
|
+
```o2-metricgrouping
|
|
347
|
+
⤜ update............................................: updates a platform metric grouping
|
|
348
|
+
⤜ list..............................................: lists platform metric groupings, optionally filtered by management module
|
|
349
|
+
⤜ detail............................................: shows full detail of a platform metric grouping
|
|
350
|
+
⤜ delete............................................: deletes a platform metric grouping (dry-run by default)
|
|
351
|
+
⤜ create............................................: creates a new platform metric grouping (dry-run by default)
|
|
352
|
+
```
|
|
353
|
+
#### o2-managementmodule
|
|
354
|
+
```o2-managementmodule
|
|
355
|
+
⤜ update............................................: updates a platform management module
|
|
356
|
+
⤜ list..............................................: lists all platform management modules
|
|
357
|
+
⤜ delete............................................: deletes a platform management module (dry-run by default)
|
|
358
|
+
⤜ create............................................: creates a new platform management module (dry-run by default)
|
|
359
|
+
```
|
|
360
|
+
#### o2-alert
|
|
361
|
+
```o2-alert
|
|
362
|
+
⤜ update............................................: updates a platform alert spec
|
|
363
|
+
⤜ list..............................................: lists platform alert specs, optionally filtered by management module
|
|
364
|
+
⤜ detail............................................: shows full detail of a platform alert spec
|
|
365
|
+
⤜ delete............................................: deletes a platform alert spec (dry-run by default)
|
|
366
|
+
⤜ create............................................: creates a new platform alert spec (dry-run by default)
|
|
367
|
+
```
|
|
345
368
|
#### managementmodule
|
|
346
369
|
```managementmodule
|
|
347
370
|
⤜ update............................................: updates a management module.
|