We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b75c6 commit 7f1eda2Copy full SHA for 7f1eda2
databusclient/cli.py
@@ -39,7 +39,7 @@ def download(
39
databusuris: List[str] = typer.Argument(..., help="any kind of these: databus identifier, databus collection identifier, query file"),
40
localDir: str = typer.Option(None , help="local databus folder"), # if not given, databus folder structure is created in current working directory
41
databus: str = typer.Option(None, help="databus URL"), # if not given, inferred on databusuri (e.g. https://databus.dbpedia.org/sparql)
42
- toen: str = typer.Option(None, help="Path to Vault refresh token file"),
+ token: str = typer.Option(None, help="Path to Vault refresh token file"),
43
authUrl: str = typer.Option("https://auth.dbpedia.org/realms/dbpedia/protocol/openid-connect/token", help="Keycloak token endpoint URL"),
44
clientId: str = typer.Option("vault-token-exchange", help="Client ID for token exchange")
45
):
0 commit comments