Documentation
¶
Overview ¶
Package cli implements the root Cobra command for the RoadRunner CLI, including persistent flags, environment variable loading, debug server initialization, and subcommand registration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package jobs implements the "jobs" command for managing job pipelines, supporting pause, resume, destroy, and list operations via RPC.
|
Package jobs implements the "jobs" command for managing job pipelines, supporting pause, resume, destroy, and list operations via RPC. |
|
Package reset implements the "reset" command that resets workers of all or specific RoadRunner plugins concurrently via RPC.
|
Package reset implements the "reset" command that resets workers of all or specific RoadRunner plugins concurrently via RPC. |
|
Package serve implements the "serve" command that starts the RoadRunner server, manages the Endure container lifecycle, handles OS signals for graceful shutdown and restart, and integrates with systemd via sdnotify.
|
Package serve implements the "serve" command that starts the RoadRunner server, manages the Endure container lifecycle, handles OS signals for graceful shutdown and restart, and integrates with systemd via sdnotify. |
|
Package stop implements the "stop" command that gracefully stops the RoadRunner server by sending SIGTERM to the process identified by the .pid file.
|
Package stop implements the "stop" command that gracefully stops the RoadRunner server by sending SIGTERM to the process identified by the .pid file. |
|
Package workers implements the "workers" command that displays information about active RoadRunner workers and job pipelines via RPC, with support for interactive real-time updates.
|
Package workers implements the "workers" command that displays information about active RoadRunner workers and job pipelines via RPC, with support for interactive real-time updates. |
Click to show internal directories.
Click to hide internal directories.