Command Line Interface¶
gimie¶
Command line group
gimie [OPTIONS] COMMAND [ARGS]...
¶
gimie [OPTIONS] COMMAND [ARGS]...
advice¶
Show a metadata completion report for a Git repository at the target URL.
NOTE: Not implemented yet
gimie advice [OPTIONS] URL
Arguments
- URL¶
Required argument
data¶
Extract linked metadata from a Git repository at the target URL.
The output is sent to stdout, and turtle is used as the default serialization format.
gimie data [OPTIONS] URL
Options
- --format <format>¶
Output serialization format for the RDF graph.
- Default:
RDFFormatChoice.ttl
- Options:
ttl | json-ld | nt
- --base-url <base_url>¶
Specify the base URL of the git provider. Inferred by default.
- -I, --include-parser <include_parser>¶
Only include selected parser. Use ‘gimie parsers’ to list parsers.
- -X, --exclude-parser <exclude_parser>¶
Exclude selected parser.
- --version¶
Display version and exit
Arguments
- URL¶
Required argument
parsers¶
List available parsers, specifying which are default. If –verbose is used, show parser description.
gimie parsers [OPTIONS]
Options
- --verbose¶
Show parser description.
- Default:
False