pub fn execute_with_formatter<W: Write>( command: &LifecycleCommand, data_dir: Option<&Path>, writer: &mut W, formatter: Box<dyn Formatter>, ) -> Result<()>