Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli - be able to publish current project code base #6

Open
Keyang opened this issue Jul 25, 2017 · 1 comment
Open

cli - be able to publish current project code base #6

Keyang opened this issue Jul 25, 2017 · 1 comment
Assignees
Milestone

Comments

@Keyang
Copy link
Contributor

Keyang commented Jul 25, 2017

As a dev, I want to publish my current project code base so mobile app could download the changes

@Keyang
Copy link
Contributor Author

Keyang commented Jul 26, 2017

to publish a new release which needs following params:

  • version number
  • update method
  • content url

Version number will be used by app to compare if app client has latest version. It is ideally follow x.y.z syntax

update method could be vary from platforms. for cordova it has :

  • update now
  • update on app resume
  • update on next app start

content url is where to download the assets / manifest files. For cordova app, it is a web url (http server). The url should be accessible publicly.

@Keyang Keyang self-assigned this Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant