Documentation
¶
Overview ¶
Package daemon hosts the `kuke daemon` subcommand group, which exposes daemon-lifecycle verbs (start, stop, kill, and later restart/reset). These commands operate on kukeond itself and therefore run in-process — they cannot route through the daemon they are managing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDaemonCmd ¶
NewDaemonCmd builds the `kuke daemon` parent command and registers all daemon-lifecycle subcommands. Persistent flags defined on the root kuke command are inherited automatically via Cobra's command tree.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package kill implements `kuke daemon kill`, the immediate-SIGKILL escape hatch for the kukeond cell.
|
Package kill implements `kuke daemon kill`, the immediate-SIGKILL escape hatch for the kukeond cell. |
|
Package logs implements `kuke daemon logs`, a shortcut that prints the kukeond container's stdout/stderr stream.
|
Package logs implements `kuke daemon logs`, a shortcut that prints the kukeond container's stdout/stderr stream. |
|
Package reset implements `kuke daemon reset`, the lightweight dev-loop teardown for the kukeond cell.
|
Package reset implements `kuke daemon reset`, the lightweight dev-loop teardown for the kukeond cell. |
|
Package restart implements `kuke daemon restart`, which is the composed stop-then-start lifecycle verb for the kukeond cell.
|
Package restart implements `kuke daemon restart`, which is the composed stop-then-start lifecycle verb for the kukeond cell. |
|
Package start implements `kuke daemon start`, which brings up the existing kukeond cell on a host that has already been initialized.
|
Package start implements `kuke daemon start`, which brings up the existing kukeond cell on a host that has already been initialized. |
|
Package stop implements `kuke daemon stop`, which gracefully shuts down the kukeond cell.
|
Package stop implements `kuke daemon stop`, which gracefully shuts down the kukeond cell. |
Click to show internal directories.
Click to hide internal directories.