Adds ddsclient check -p <projectName> command that checks that a project is in a consistent state.
There is an optional --wait flag for a the check command to wait until the project is consistent.
There are also sdk methods DukeDS.is_project_consistent(projectName) and DukeDS.wait_for_project_consistency(projectName).
Adds
ddsclient check -p <projectName>
command that checks that a project is in a consistent state. There is an optional--wait
flag for a the check command to wait until the project is consistent. There are also sdk methodsDukeDS.is_project_consistent(projectName)
andDukeDS.wait_for_project_consistency(projectName)
.Fixes #324