For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Prerequisite software for using the CLI
To use the IBM MobileFirstâ„¢ Platform Command Line Interface (CLI), you might need some additional software, depending on your development environment and application development goals.
We can obtain the IBM MobileFirst Platform Command Line Interface (CLI) in two ways:
- It is included in the IBM MobileFirst Platform Foundation Developer Kit. For more information about the IBM MobileFirst Platform Foundation Developer Kit, see The IBM MobileFirst Platform Foundation Developer Kit.
- We can install it from Node Package manager (npm) or JazzHub. If you install it from npm, we must first install Node.js, as described in the following section.
Software required for downloading the CLI from npm
Node Package Manager, or npm, is a public software repository. The MobileFirst Platform CLI is hosted on JazzHub and npm.
You must install Node.js to be able to download the CLI from npm. For information about installing Node.js, see the Node js web site.
Software required for adapter development
We can create, build, and deploy adapters with the CLI. If we plan to develop adapters, you also need to download and install Maven and put the Maven executable in your system path. For instructions for installing Maven, see Install Apache Maven. For more information about MobileFirst adapters, see the Overview of adapters.
Parent topic: The MobileFirst command-line interface (CLI)