Skip to main content

execute_remote_with_format

Function execute_remote_with_format 

Source
pub async fn execute_remote_with_format<W: Write>(
    client: &HttpClient,
    cmd: &ServerCommand,
    writer: &mut W,
    quiet: bool,
    output_format: OutputFormat,
) -> Result<()>
Expand description

Execute a server management command with the requested non-TUI output format. Existing callers retain table output through execute_remote.