export

Creates a compressed file, which contains either the entire project or the hybrid assets for use in a native application.

Syntax

mfp export [<path to zip file> [--includeNativeLibs|-i]]

Usage

The current working directory must be under an existing hybrid application or in the root directory. Otherwise, the command returns an error message.
  • If your current working directory is in a project root folder, the source files for the entire project are exported.
  • If your current working directory is an environment folder inside a hybrid application, the hybrid web assets are exported for that environment.