You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`restart(pid: int = None, command_or_label: str = None, working_directory: str = None)`| Stops a process and starts it again with the same parameters. |
103
-
|`output(pid: int = None, command_or_label: str = None, stream: str = "combined", lines: int = None, before_time: str = None, since_time: str = None, working_directory: str = None)`| Retrieve captured output from a process. |
104
-
|`get_log_paths(pid: int = None, command_or_label: str = None, working_directory: str = None)`| Get the paths to the log files for a specific process. |
105
-
|`kill_persistproc()`| Kill all managed processes and get the PID of the persistproc server. |
98
+
| start | Start a new long-running process. |
99
+
| list | List all managed processes and their status. |
100
+
| status | Get the detailed status of a specific process. |
101
+
| stop | Stop a running process. |
102
+
| restart | Stops a process and starts it again with the same parameters. |
103
+
| output | Retrieve captured output from a process. |
104
+
| get_log_paths | Get the paths to the log files for a specific process. |
105
+
| kill_persistproc | Kill all managed processes and get the PID of the persistproc server. |
0 commit comments