config

rudof config prints the effective configuration as TOML: built-in defaults merged with the user config file and any rudof.toml found between the filesystem root and the current directory (or just the file passed via --config-file, if given). See Configuration for how these sources are merged.

rudof config
version = "0.3.9"
auto_base = false

[rdf]
local_base = true

[rdf.endpoints.Wikidata]
name = "Wikidata"
query_url = "https://query.wikidata.org/sparql"
# ...

[rdf.endpoints.*] lists the SPARQL endpoints registered by name, the ones usable as --endpoint wikidata or --backend endpoint=wikidata (matched case-insensitively, so wikidata/Wikidata/WikiData are all the same endpoint). Wikidata, DBpedia and UniProt are registered by default.

This dump only has bare values, no explanations — see the Config reference for what every key means, its type, and its default.

Inspecting a specific config file

rudof config -c my-rudof.toml

Options

Usage: rudof config [OPTIONS]

Options:
  -c, --config-file <FILE>  Config file name
  -o, --output-file <FILE>  Output file name, default = terminal
      --force-overwrite     Force overwrite to output file if it already exists
  -h, --help                Print help