You can use the IBM MobileFirst™ Platform Command Line Interface (CLI) to develop and manage applications, in addition to using the IBM MobileFirst Platform Operations Console. Some aspects of the MobileFirst development process must be done with the CLI.
The mfpdev commands have two modes: interactive mode and direct mode. In interactive mode, you enter the command without options, and you are prompted for responses. In direct mode, you enter the full command, including options, and prompts are not provided. When applicable, the prompts are context-sensitive to the target platform of the app, as determined by the directory from which you run the command. Use the up and down arrow keys on your keyboard to move through the selections, and press the Enter key when the selection you want is highlighted and preceded by a > character.
Some mfpdev commands require connectivity to a MobileFirst Server. If a MobileFirst Server is locally installed and running, these commands automatically detect it and use it as the default server if no other server is explicitly set as the default.
The IBM MobileFirst Platform Command Line Interface (CLI) (mfpdev commands) supports development for all native and hybrid platforms that are supported by IBM MobileFirst Platform Foundation. However, Android projects must be created with Android Studio and Gradle. Android projects that are created with the Eclipse and ADT (Android Developer Toolkit) are not supported by the mfpdev CLI. For instructions on how to convert your Eclipse ADT Android project to an Android Studio project, see Migrating from Eclipse ADT at the Android developer web site.
To install the MobileFirst Platform CLI, see Installing the MobileFirst Platform CLI.