[Feature Request] Get Individual Process Info/State on CLI #271
Closed
Description
Feature Request
Use Case:
Similar to how doing a curl on /processes
or /process/<name>
can get you details about the process, e.g IsRunning
, status
, it would be nice to be able to do the same thing on cli
Proposed Change:
process-compose process state
process-compose process info
Who Benefits From The Change(s)?
- Integrators
- Users doing CI test
Alternative Approaches
Alternatively as mention above you can do this by doing a curl
on the existing http server, problem is I want to use --unix-socket
and afaik if it's enabled http
server is disabled,