@nacos-group/cli 0.0.8 → 0.0.11
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 -5
- package/bin/cli.js +1 -1
- package/build/{nacos-cli-0.0.8-darwin-amd64 → nacos-cli-0.0.11-darwin-amd64} +0 -0
- package/build/{nacos-cli-0.0.8-darwin-arm64 → nacos-cli-0.0.11-darwin-arm64} +0 -0
- package/build/{nacos-cli-0.0.8-linux-amd64 → nacos-cli-0.0.11-linux-amd64} +0 -0
- package/build/{nacos-cli-0.0.8-linux-arm64 → nacos-cli-0.0.11-linux-arm64} +0 -0
- package/build/{nacos-cli-0.0.8-windows-amd64.exe → nacos-cli-0.0.11-windows-amd64.exe} +0 -0
- package/build/{nacos-cli-0.0.8-windows-arm64.exe → nacos-cli-0.0.11-windows-arm64.exe} +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,19 +73,15 @@ nacos> help
|
|
|
73
73
|
#### List Skills
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
|
-
# CLI mode
|
|
76
|
+
# CLI mode (description shown by default, truncated at 200 chars)
|
|
77
77
|
nacos-cli skill-list -s 127.0.0.1:8848 -u nacos -p nacos
|
|
78
78
|
|
|
79
79
|
# With filters
|
|
80
80
|
nacos-cli skill-list --name skill-creator --page 1 --size 20
|
|
81
81
|
|
|
82
|
-
# Show skill description
|
|
83
|
-
nacos-cli skill-list --desc
|
|
84
|
-
|
|
85
82
|
# Terminal mode
|
|
86
83
|
nacos> skill-list
|
|
87
84
|
nacos> skill-list --name skill-creator --page 2
|
|
88
|
-
nacos> skill-list --desc
|
|
89
85
|
```
|
|
90
86
|
|
|
91
87
|
#### Get/Download Skill
|
package/bin/cli.js
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|