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:
Poll the Server for status using the appropriate c8_client command.
Subscribe to the Server's StatusStream for the 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>