... | @@ -67,7 +67,7 @@ code-push release-cordova <appName> <os> -d <deploymentName> -t <targetBinaryVer |
... | @@ -67,7 +67,7 @@ code-push release-cordova <appName> <os> -d <deploymentName> -t <targetBinaryVer |
|
| >=1.2.3 <1.2.7 | Devices running any binary version between 1.2.3 (inclusive) and 1.2.7 (exclusive) |
|
|
| >=1.2.3 <1.2.7 | Devices running any binary version between 1.2.3 (inclusive) and 1.2.7 (exclusive) |
|
|
| 1.2 | Equivalent to >=1.2.0 <1.3.0 |
|
|
| 1.2 | Equivalent to >=1.2.0 <1.3.0 |
|
|
| ~1.2.3 | Equivalent to >=1.2.3 <1.3.0 |
|
|
| ~1.2.3 | Equivalent to >=1.2.3 <1.3.0 |
|
|
| ^1.2.3 | Equivalent to >=1.2.3 <2.0.0 |
|
|
| \^1.2.3 | Equivalent to >=1.2.3 <2.0.0 |
|
|
|
|
|
|
`-m`,`--mandatory`,指定该版本是否强制,该选项可以在推送过后再进行修改。理解强制更新我们先设想3个版本,v1,v2,v3。
|
|
`-m`,`--mandatory`,指定该版本是否强制,该选项可以在推送过后再进行修改。理解强制更新我们先设想3个版本,v1,v2,v3。
|
|
|
|
|
... | | ... | |