Skip to content

Commit

Permalink
docs(cli): update reana-client-cli-api logs (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlemesh committed Sep 30, 2024
1 parent dba3062 commit 28a3a0d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/reference/reana-client-cli-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,18 @@ Examples:

Get workflow logs.

The ``logs`` command allows to retrieve logs of running workflow. Note that
only finished steps of the workflow are returned, the logs of the currently
processed step is not returned until it is finished.
The ``logs`` command allows to retrieve logs of a running workflow.
Either retrive logs and print the result or follow the logs of a running workflow/job.

Examples:

$ reana-client logs -w myanalysis.42
$ reana-client logs -w myanalysis.42 -s 1st_step

$ reana-client logs -w myanalysis.42 --json

$ reana-client logs -w myanalysis.42 --filter status=running

$ reana-client logs -w myanalysis.42 --filter step=1st_step --follow

### validate

Expand Down

0 comments on commit 28a3a0d

Please sign in to comment.