copyright | lastupdated | ||
---|---|---|---|
|
2018-12-21 |
{:shortdesc: .shortdesc} {:new_window: target="_blank"} {:note: .note} {:tip: .tip} {:pre: .pre} {:codeblock: .codeblock} {:screen: .screen}
{: #alternate_steps_to_update_app_web_content}
Listed below are some of the alternate ways to update the web content in your app.
-
Build the
.zip
file and upload it to a different Mobile Foundation server:mfpdev app webupdate [server-name] [runtime-name]
. For example:mfpdev app webupdate myQAServer MyBankApps
-
Upload a previously generated
.zip
file:mfpdev app webupdate [server-name] [runtime-name] --file [path-to-packaged-web-resources]
. For example:mfpdev app webupdate myQAServer MyBankApps --file mobilefirst/ios/com.mfp.myBankApp-1.0.1.zip
-
Manually upload packaged web resources to the Mobile Foundation server:
Run the command mfpdev help app webupdate
to learn more.
{: tip}