COMMAND-LINE FLAGS/OPTIONS -v, --version ................Prints out this utility's version -d, --debug ..................Debug mode produces debug log output -dd, --ddebug ................Debug mode produces verbose log output --no-color ...................Suppresses use of color in command output EXAMPLES $ mfpdev app register Registers the application that resides in the current project directory on the default MobileFirst Server. $ mfpdev app pull Server1 Pulls the application's configuration file from the MobileFirst Server whose profile is named Server1 to the local computer. $ mfpdev server add Invokes the interactive mode of the 'server add' command, to enable you to add a new MobileFirst Server profile. You are prompted for a new server profile name, URL, login credentials and other information about the server. $ mfpdev app preview ios -type mbs Displays a preview of the iOS version of a Cordova application in the Mobile Browser Simulator. MORE INFORMATION For more detailed help on each command: $ mfpdev help