Skip to main content

Module commands

Module commands 

Source
Expand description

Per-subcommand command layer (rules clap CAMADA 2).

CLI types live in crate::cli; this module owns the dispatch entry so main / lib::run route through a stable command surface.

Modules§

completions
Completions generation.
exec
Exec-family handlers (domain: crate::vps exec_ops).
health
Health-check handler.
scp
SCP handlers.
secrets
Secrets handlers.
sftp
SFTP handlers (G-SFTP).
tunnel
Tunnel handler.
vps
VPS inventory handlers.

Functions§

run
Runs the requested subcommand (command-layer entry).