Skip to content

Commit

Permalink
docs: add reana-client retention-rules-show command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 24, 2022
1 parent 79c6b8a commit dacfaa0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/reference/reana-client-cli-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Workspace file management commands:
rm Delete files from workspace.
upload Upload files and directories to workspace.

Workspace file retention commands:
retention-rules-show Show the retention rules of a workflow.

Secret management commands:
secrets-add Add secrets from literal string or from file.
secrets-delete Delete user secrets by name.
Expand Down Expand Up @@ -401,6 +404,16 @@ Examples:

$ reana-client du -w myanalysis.42 --filter name=data/

## Workspace file retention commands

### retention-rules-show

Show the retention rules of a workflow.

Example:

$ reana-client retention-rules-show -w myanalysis.42

## Secret management commands

### secrets-add
Expand Down

0 comments on commit dacfaa0

Please sign in to comment.