@cloudbase/cli 2.6.6 → 2.6.7

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.
@@ -431,7 +431,7 @@ let RunfRunCommand = class RunfRunCommand extends common_1.Command {
431
431
  `
432
432
  },
433
433
  {
434
- flags: '--enableCors',
434
+ flags: '--enableCors <enableCors>',
435
435
  desc: `为已配置的源启用跨域资源共享(CORS),默认值为 false
436
436
  环境变量: ENABLE_CORS
437
437
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {