Section VIII - Instructions to run the Fortress Command Line Interpreter (CLI) (optional)

This command line tool provides an interactive session with the user based on a simple command line syntax.

Step 1

To start the CLI, enter:

b cli

Screenshot

Which will bring up the command interpreter:

Screenshot

Step 2

enter the command:

review fuser -u demo

Screenshot

This example will return all users with userId that begins with 'demo':

Screenshot

Step 3

To learn more about the CLI and what it can do, follow instructions in the command line interpreter reference manual in the javadoc located here:

[Command Line Interpreter](link...)

Note: if javadocs are not found, go to Section X