We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8493d commit 07359ccCopy full SHA for 07359cc
2 files changed
README.md
@@ -71,9 +71,7 @@ Use metadata.json file to list all files which should be added to the databus
71
The script registers all files on the databus.
72
### Example Call
73
```bash
74
-cd databusclient
75
-
76
-python deploy.py \
+python -m databusclient.deploy \
77
--no-upload \
78
--metadata ./metadata.json \
79
--version-id https://databus.org/user/dataset/version/1.0 \
@@ -91,9 +89,7 @@ The script uploads all given files and all files in the given folders to the giv
91
89
Then registers them on the databus.
92
90
93
94
95
96
97
--webdav-url https://cloud.scadsai.uni-leipzig.de/remote.php/webdav \
98
--remote scads-nextcloud \
99
--path test \
nextcloudclient/__init__.py
0 commit comments