Skip to content

Commit ed81d9f

Browse files
author
Ralf Grubenmann
committed
Updates documentation
1 parent 04b07eb commit ed81d9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renku/cli/log.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
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
5665
You can generate a PNG of the full history of all files in the repository
5766
using the :program:`dot` program.
@@ -62,6 +71,15 @@
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

6785
import click

0 commit comments

Comments
 (0)