pub fn push_with_progress( root: &Path, confirmed: bool, progress: Option<&mut (dyn FnMut(&str, Value) + '_)>, ) -> Result<Value>