Skip to main content

export_stdin_command

Function export_stdin_command 

Source
pub fn export_stdin_command(
    locator: &TargetLocator,
    session_id: &str,
) -> Result<CommandSpec>
Expand description

Export by streaming the spec to the worker’s standard input.

Every wrapper this builds keeps the target’s stdin attached: the container engines are invoked with exec -i and ssh forwards stdin by default.