In maya.cmds the file command has a -saveReference flag which saves reference edits to original referenced file. Since PyMel doesn’t have a file command (why they completely removed this I don’t understand) I would expect all reference functionality to be on the FileReference class, but there is no saveReference.
Anyone know where this lives or do I have to do this command using maya.cmds?