Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Feb 8, 2022
1 parent 366de4c commit e37be04
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions renku/cli/log.py
Expand Up @@ -23,10 +23,27 @@
.. code-block:: console
$ renku log
DATE TYPE DESCRIPTION
------------------- ---- -------------
2021-09-21 15:46:02 Run cp A C
2021-09-21 10:52:51 Run cp A B
Activity /activities/be60896d8d984a0bb585e53f7a3146dc
Start Time: 2022-02-03T13:56:27+01:00
End Time: 2022-02-03T13:56:28+01:00
User: John Doe <John.Doe@example.com>
Renku Version: renku 1.0.5
Command: python test.py
Inputs:
input-1: test.py
Parameters:
text: hello
Dataset testset
Date: 2022-02-03T11:26:55+01:00
Changes: created
Title set to: testset
Creators modified:
+ John Doe <John.Doe@example.com>
To show only dataset entries, use ``-d``, to show only workflows, use ``-w``.
You can select a format using the ``--format <format>`` argument.
.. cheatsheet::
:group: Misc
Expand Down

0 comments on commit e37be04

Please sign in to comment.