You can run the help command to display full information about all MobileFirst Platform CLI commands.
The mfpdev help command displays information about all commands in the CLI. You can display different levels of information as follows:
| To display... | Type in your command window... |
|---|---|
| A summary of all commands | mfpdev help |
| A summary of all application-related commands | mfpdev help app |
| A summary of all server-related commands | mfpdev help server |
| A summary of all adapter-related commands | mfpdev help adapter |
| Details of a specific command | mfpdev help <command> where <command> is either two or three parts. See Examples. |