Entry point: owl2vault = owl2vault.cli:main
owl2vault [OPTIONS]-i, --input PATH: local OWL file.--url URL: remote OWL resource (downloaded to temp file before parsing).
--linkml PATH: write LinkML YAML.--vault DIR: write Obsidian vault.--mkdocs DIR: write MkDocs project.--docsify DIR: write Docsify project.--hugo DIR: write Hugo project.--create-dirs: create missing output directories (and--linkmlparent directory) before writing.
--log-level {ERROR,WARNING,INFO,DEBUG}(default:INFO).
- Multiple outputs can be requested in one run.
- If
--urlis used, temporary files are cleaned up automatically. - Without
--create-dirs, the CLI warns and exits if required output directories do not exist.