Skip to content

Commit

Permalink
docs(reana-client-cli-api): add logs --follow command docs (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlemesh authored and tiborsimko committed Oct 21, 2024
1 parent dba3062 commit 9b1fa9d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 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,17 @@ 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.

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=myfit --follow

### validate

Expand Down

0 comments on commit 9b1fa9d

Please sign in to comment.