Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
CodePush-iOS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Demo
  • CodePush-iOS
  • Wiki
  • code push概念及常用命令

code push概念及常用命令 · Changes

Page history
john.huang created page: code push概念及常用命令 authored Oct 28, 2019 by John Huang's avatar John Huang
Show whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • code-push概念及常用命令.md code-push概念及常用命令.md +1 -1
  • No files found.
code-push概念及常用命令.md
View page @ a014185d
...@@ -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 |
| --- | --- | | --- | --- |
......
Clone repository
  • code push概念及常用命令
  • codepush研究记录
  • Home