pub async fn execute_remote_with_formatter<W: Write>(
client: &HttpClient,
command: &LifecycleCommand,
support: RemoteLifecycleSupport,
writer: &mut W,
formatter: Box<dyn Formatter>,
) -> Result<()>pub async fn execute_remote_with_formatter<W: Write>(
client: &HttpClient,
command: &LifecycleCommand,
support: RemoteLifecycleSupport,
writer: &mut W,
formatter: Box<dyn Formatter>,
) -> Result<()>