Skip to content

Commit 62a3611

Browse files
committed
updated README.md
1 parent c985603 commit 62a3611

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ databusclient upload-and-deploy \
262262
--webdav-url https://cloud.scadsai.uni-leipzig.de/remote.php/webdav \
263263
--remote scads-nextcloud \
264264
--path test \
265-
--version-id https://databus.dbpedia.org/gg46ixav/test_group/test_artifact/2023-07-03 \
265+
--version-id https://databus.org/user/dataset/version/1.0 \
266266
--title "Test Dataset" \
267267
--abstract "This is a short abstract of the test dataset." \
268268
--description "This dataset was uploaded for testing the Nextcloud → Databus deployment pipeline." \
269269
--license https://dalicc.net/licenselibrary/Apache-2.0 \
270-
--api-key "API-KEY"
271-
/home/CSVTest/newtestoutputfolder \
272-
/home/CSVTest/output.csv.bz2
270+
--apikey "API-KEY" \
271+
/home/test \
272+
/home/test_folder/test
273273
```
274274

275275

@@ -295,20 +295,21 @@ Options:
295295
--help Show this message and exit.
296296
```
297297

298-
Use the metadata.json file to list all files which should be added to the databus.
298+
Use the metadata.json file (see [databusclient/metadata.json](databusclient/metadata.json)) to list all files which should be added to the databus.
299299
The script registers all files on the databus.
300300

301301

302302
#### Examples of using deploy command
303303

304304
```bash
305-
databusclient upload-with-metadata \
306-
--metadata ./metadata.json \
305+
databusclient deploy-with-metadata \
306+
--metadata /home/metadata.json \
307307
--version-id https://databus.org/user/dataset/version/1.0 \
308308
--title "Test Dataset" \
309309
--abstract "This is a short abstract of the test dataset." \
310310
--description "This dataset was uploaded for testing the Nextcloud → Databus deployment pipeline." \
311-
--license https://dalicc.net/licenselibrary/Apache-2.0
311+
--license https://dalicc.net/licenselibrary/Apache-2.0 \
312+
--apikey "API-KEY"
312313

313314
```
314315

0 commit comments

Comments
 (0)