These very rarely, if ever, used commands involve extracting documents from and later returning documents to the configuration repository.
You could possibly make a case for using them in connection with some disaster recovery strategy.
These commands serve as a simple configuration document management system.
command | description |
existsDocument |
Tests for the existence of a document in the config repository.
|
extract |
Check a file out from the config repository.
|
checkin |
Check a file into the the config repository.
|
createDocument |
Creates a new document in the config repository.
|
deleteDocument |
Deletes a document from the config repository.
|
|