If you encounter errors with the Domino CLI, it might be due to a problem with your local project metadata. This can happen if a file is modified by another program during the sync and file locking is turned off. You might be able to resolve this issue by performing a force-restore. To do so, follow these steps:
-
Go to your local copy and remove the Domino project information.
cd <project folder> rm -rf .domino
-
To restore the Domino project information, run the following command and then enter the project name.
domino restore
This downloads files on the server that are not in your local project.
Delete them if you do not need them.
If any of your local files are different from the server version, the local version will be pushed the next time you run domino sync
.