"login" will reach out the jdf file and login the systen with the user info in the file.

Usage: qusandbox login <username> <password>

Wait until the response : "hello, <username>". Then start exploring.

Publish a jdf.json file and display all the status of every task.

Usage: qusandbox publishJDF

The task status will show like: JDF <blockid> : status. Before the task can be launched, the status will be showed as ‘IN PROGRESS". Wait until the status became "DONE", or using "Ctrl + C" to stop it and check the tasks later using following clis.

Check all the task ids from jdf id. It will give back all the block ids and task ids.

Usage : qusandbox jdfTasks -j <jdf id>

Get all the status of every tasks for the jdf.

Usage: qusandbox jdfStatus -j <jdf id>