Get Status of an Executing Project

After a project has been started on the Server, it is usually necessary to monitor the status of the project.

There are two ways to monitor the status of a project:

To poll the Server for status, use the command:

c8_client --cmd=status
 --server-uri=<server-uri>
 --workspace-name=<workspace-name>
 --application-name=<application-name>
Note: This command should be on a single line. It is split across multiple lines here for readability.