After the framework is started, administrators can issue commands directly in the framework local console. This capability is supplied by the Core Console bundle. It does not contain the supported commands itself but instead of this contacts the Parser service, and maps the commands maintained by this service to the system output. Therefore, to be able to execute commands and see their results in the framework local console, it is necessary to have the Console Bundle (bundles/com.prosyst.mbs.core.console.jar) installed and started. This is done by default when the framework is started.
Command Auto-complete
If you want to have auto-complete for console commands and console execution history, install the Core Jline Console bundle (bundles/com.prosyst.mbs.core.console.jline.jar) and then (restart) the Console Bundle.
The Core Jline Console bundle is a fragment bundle for Linux.
For command auto-complete, type the starting letters and then press the TAB key. To insert in the prompt an already executed command, use the UP and the DOWN arrow keys to move back and forth in the command history.