Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolas-raoul/clear-cmis-folder
Remove all content from a CMIS folder. From command-line. Useful when testing a CMIS client.
https://github.com/nicolas-raoul/clear-cmis-folder
cleanup cmis cmis-client cmis-folder testing-tools
Last synced: 13 days ago
JSON representation
Remove all content from a CMIS folder. From command-line. Useful when testing a CMIS client.
- Host: GitHub
- URL: https://github.com/nicolas-raoul/clear-cmis-folder
- Owner: nicolas-raoul
- License: mit
- Created: 2017-04-03T11:45:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T05:56:50.000Z (over 7 years ago)
- Last Synced: 2024-11-09T15:46:15.578Z (2 months ago)
- Topics: cleanup, cmis, cmis-client, cmis-folder, testing-tools
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clear CMIS folder
Remove all content from a CMIS folder. From command-line. Useful when testing a CMIS client.
# Requirements
```
sudo apt-get install python python-setuptools
sudo easy_install cmislib
```# Usage example
```
./clear-cmis-folder.sh /the/folder http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom admin admin
```