renku log

Renku cli for history of renku commands.

Description

Get the history of renku commands. At the moment, it shows workflow executions and dataset changes.

Commands and options

renku log

Show a history of renku workflow and dataset commands.

renku log [OPTIONS]

Options

-c, --columns <columns>

Comma-separated list of column to display (for ‘tabular’ format): id, date, type, description, actors.

Default:

date,type,description

--format <format>

Choose an output format (default: detailed).

Options:

tabular | json | detailed

-w, --workflows

Show only workflow executions.

-d, --datasets

Show only dataset modifications.

--no-pager

Don’t use pager (less) for output.

-c, --no-color

Do not colorize output.

Examples

$ renku log
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
Plan:
    Id: /plans/c00826a571a246e79b0a3d77712e6f3b
    Name: python-test-fc2ec
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.