So far, we have discussed a couple of important and frequently used ConductR Sandbox commands. In this section, we will discuss some more useful ConductR Sandbox commands:
- To get some help about sandbox command, please use the following command:
ram$ sandbox -h
usage: sandbox [-h] {version,run,start,restart,stop,ps,logs} ...
The following -h or --help are optional arguments:
-h, --help show this help message and exit
- The following are Sandbox's useful commands:
{version,run,start,restart,stop,ps,logs}
To use one of the following sub-commands:
version Print version
run (start) Run ConductR sandbox cluster
restart Restart ConductR sandbox cluster
stop Stop ConductR sandbox cluster
ps List the pids for ConductR core and agent sandbox processes
logs Fetches the logs of ConductR core and agent processes
- To know the ConductR...