@cloudbase/cli 2.3.12-alpha.2 → 2.3.12-alpha.3
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.
|
@@ -94,7 +94,7 @@ let AddonPush = class AddonPush extends common_1.Command {
|
|
|
94
94
|
get options() {
|
|
95
95
|
return getOptions({
|
|
96
96
|
childCmd: 'push',
|
|
97
|
-
desc: '
|
|
97
|
+
desc: '推送插件/资源代码',
|
|
98
98
|
options: [],
|
|
99
99
|
requiredEnvId: true,
|
|
100
100
|
hasNameArg: false
|
|
@@ -153,7 +153,7 @@ function getOptions({ childCmd, options, desc, requiredEnvId, hasNameArg }) {
|
|
|
153
153
|
options: [
|
|
154
154
|
{
|
|
155
155
|
flags: '--resource <resource>',
|
|
156
|
-
desc: '资源名称。当想操作指定资源而非插件时使用。当前支持
|
|
156
|
+
desc: '资源名称。当想操作指定资源而非插件时使用。当前支持 automation'
|
|
157
157
|
},
|
|
158
158
|
...options
|
|
159
159
|
],
|