... | @@ -56,7 +56,7 @@ code-push release-cordova <appName> <os> -d <deploymentName> -t <targetBinaryVer |
... | @@ -56,7 +56,7 @@ code-push release-cordova <appName> <os> -d <deploymentName> -t <targetBinaryVer |
|
```
|
|
```
|
|
推送cordova App热更新。常用的参数有以下这些:
|
|
推送cordova App热更新。常用的参数有以下这些:
|
|
|
|
|
|
`-t`,`--targetBinaryVersion`,指定需要更新到该版本的版本。关于版本指定的更多信息,请参考下表。一般来说,我们输入大版本号,譬如^1.0.0,^2.0.0...即可。大版更新尽可能与项目架构、数据结构、API接口更新相关,这种情况更适合通过发布完整的应用进行更新。
|
|
`-t`,`--targetBinaryVersion`,指定需要更新到该版本的版本。关于版本指定的更多信息,请参考下表。一般来说,我们输入大版本号,譬如`^1.0.0`,`^2.0.0` ... 即可。大版更新尽可能与项目架构、数据结构、API接口更新相关,这种情况更适合通过发布完整的应用进行更新。
|
|
|
|
|
|
| Range | Expression Who gets the update |
|
|
| Range | Expression Who gets the update |
|
|
| --- | --- |
|
|
| --- | --- |
|
... | | ... | |