Skip to content

Commit 22ac02f

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ If using vault authentication, make sure the token file is available in the cont
221221
docker run --rm -v $(pwd):/data dbpedia/databus-python-client download https://databus.dbpedia.org/dbpedia-enterprise/live-fusion-snapshots/fusion/2025-08-23/fusion_props=all_subjectns=commons-wikimedia-org_vocab=all.ttl.gz --token vault-token.dat
222222
```
223223

224+
224225
### Upload-and-deploy command
225226
```
226227
databusclient upload-and-deploy --help
@@ -273,7 +274,7 @@ databusclient upload-and-deploy \
273274
```
274275

275276

276-
### deploy command with metadata
277+
### deploy-with-metadata command
277278
```
278279
databusclient deploy-with-metadata --help
279280
```
@@ -310,12 +311,10 @@ databusclient deploy-with-metadata \
310311
--description "This dataset was uploaded for testing the Nextcloud → Databus deployment pipeline." \
311312
--license https://dalicc.net/licenselibrary/Apache-2.0 \
312313
--apikey "API-KEY"
313-
314314
```
315315

316316

317317
## Module Usage
318-
319318
### Step 1: Create lists of distributions for the dataset
320319

321320
```python

0 commit comments

Comments
 (0)