IBM MobileFirst Platform CLI

8.0.2022100206 · deprecated · verified Wed Apr 22

The IBM MobileFirst Platform Foundation Command Line Interface (CLI) is a tool for developing and managing MobileFirst applications targeting IBM MobileFirst Platform Foundation v8.0. While the CLI itself is still available on npm (latest `8.0.2022100206`), the underlying IBM MobileFirst Platform Foundation v8.0 product reached its end of support on September 30, 2021. This CLI provides command-line functionalities for tasks such as creating, building, and deploying applications within that specific platform ecosystem. Its key differentiator was deep integration with IBM's MobileFirst platform, offering workflows tailored to that product. Users should be aware of the deprecated status of the targeted platform when considering its use for new projects.

Common errors

Warnings

Install

Imports

Quickstart

Installs the MobileFirst CLI globally, displays its help menu, and demonstrates how to create a new project and register a web application within it.

npm install -g mfpdev-cli
mfpdev help
mfpdev create project MyMobileFirstProject
cd MyMobileFirstProject
mfpdev app register com.example.myApp MyWebApp

view raw JSON →