@cloudbase/cli 2.3.12-alpha.4 → 2.3.12-alpha.5

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.
@@ -153,7 +153,7 @@ function getOptions({ childCmd, options, desc, requiredEnvId, hasNameArg }) {
153
153
  options: [
154
154
  {
155
155
  flags: '--resource <resource>',
156
- desc: '资源名称。当想操作指定资源而非插件时使用。当前支持 automation'
156
+ desc: '资源名称。当想操作指定资源而非插件时使用。当前支持 automation / block'
157
157
  },
158
158
  ...options
159
159
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.3.12-alpha.4",
3
+ "version": "2.3.12-alpha.5",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {