From d85cad1c1f3c4e861fa36d1e3d950690fd4e4493 Mon Sep 17 00:00:00 2001 From: blkt Date: Fri, 19 Jul 2024 08:40:48 +0000 Subject: [PATCH] Update documentation --- docs/docs/ref/cli/minder_history_list.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/ref/cli/minder_history_list.md b/docs/docs/ref/cli/minder_history_list.md index 1035cc07d3..e699876002 100644 --- a/docs/docs/ref/cli/minder_history_list.md +++ b/docs/docs/ref/cli/minder_history_list.md @@ -21,10 +21,12 @@ minder history list [flags] --entity-name string Filter evaluation history list by entity name --entity-type string Filter evaluation history list by entity type - one of repository, artifact, pull_request --eval-status string Filter evaluation history list by evaluation status - one of pending, failure, error, success, skipped + --from string Filter evaluation history list by time -h, --help help for list --profile-name string Filter evaluation history list by profile name --remediation-status string Filter evaluation history list by remediation status - one of failure, failure, error, success, skipped, not_available -s, --size uint Change the number of items fetched (default 25) + --to string Filter evaluation history list by time ``` ### Options inherited from parent commands