File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 5252
5353* `ascii`
5454* `dot`
55+ * `dot-full`
56+ * `dot-landscape`
57+ * `dot-full-landscape`
58+ * `dot-debug`
59+ * `json-ld`
60+ * `json-ld-graph`
61+ * `Makefile`
62+ * `nt`
63+ * `rdf`
5564
5665You can generate a PNG of the full history of all files in the repository
5766using the :program:`dot` program.
6271 $ renku log --format dot $FILES | dot -Tpng > /tmp/graph.png
6372 $ open /tmp/graph.png
6473
74+ Output validation
75+ ~~~~~~~~~~~~~~~~~
76+
77+ The ``--strict`` option forces the output to be validated against the Renku
78+ SHACL schema, causing the command to fail if the generated output is not
79+ valid, as well as printing detailed information on all the issues found.
80+ The ``--strict`` option is only supported for the ``jsonld``, ``rdf`` and
81+ ``nt`` output formats.
82+
6583"""
6684
6785import click
You can’t perform that action at this time.
0 commit comments