monoceros restore
Restores a workbench from a monoceros remove backup: copies the yml and the
container directory back into ~/.monoceros, so monoceros apply can bring it
back up. Useful after an accidental delete, or to move a workbench to another
machine (copy the backup directory, then restore on the target).
monoceros restore <backup-path>It refuses to clobber an existing config or container of the same name - run
monoceros remove <name> first if needed.