Skip to main content

execute_remote_with_formatter

Function execute_remote_with_formatter 

Source
pub async fn execute_remote_with_formatter<W: Write>(
    client: &HttpClient,
    cmd: &VectorCommand,
    batch_mode: &BatchMode,
    writer: &mut W,
    formatter: Box<dyn Formatter>,
    limit: Option<usize>,
    quiet: bool,
) -> Result<()>
Expand description

Execute a Vector command against a remote server.