Is there a way to programmatically reference the latest save/hash? In git this would be the equivalent of `HEAD` for example: ``` db export production HEAD /blah/blah/dump.sql ```