File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -223,10 +223,10 @@ docker run --rm -v $(pwd):/data dbpedia/databus-python-client download https://d
223223
224224
225225### Upload-and-deploy command
226- ```
226+ ``` bash
227227databusclient upload-and-deploy --help
228228```
229- ```
229+ ``` text
230230Usage: databusclient upload-and-deploy [OPTIONS] [FILES]...
231231
232232 Upload files to Nextcloud and deploy to DBpedia Databus.
@@ -275,10 +275,10 @@ databusclient upload-and-deploy \
275275
276276
277277### deploy-with-metadata command
278- ```
278+ ``` bash
279279databusclient deploy-with-metadata --help
280280```
281- ```
281+ ``` text
282282Usage: databusclient deploy-with-metadata [OPTIONS]
283283
284284 Deploy to DBpedia Databus using metadata json file.
@@ -300,7 +300,7 @@ Use the metadata.json file (see [databusclient/metadata.json](databusclient/meta
300300The script registers all files on the databus.
301301
302302
303- #### Examples of using deploy command
303+ #### Examples of using deploy-with-metadata command
304304
305305``` bash
306306databusclient deploy-with-metadata \
You can’t perform that action at this time.
0 commit comments