File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,7 @@ Use metadata.json file to list all files which should be added to the databus
7171The script registers all files on the databus.
7272### Example Call
7373``` bash
74- cd databusclient
75-
76- python deploy.py \
74+ python -m databusclient.deploy \
7775 --no-upload \
7876 --metadata ./metadata.json \
7977 --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
9189Then registers them on the databus.
9290### Example Call
9391``` bash
94- cd databusclient
95-
96- python deploy.py \
92+ python -m databusclient.deploy \
9793--webdav-url https://cloud.scadsai.uni-leipzig.de/remote.php/webdav \
9894--remote scads-nextcloud \
9995--path test \
You can’t perform that action at this time.
0 commit comments