README.md in dri-0.9.0 vs README.md in dri-0.10.0

- old
+ new

@@ -68,10 +68,11 @@ - reports - [6. incidents](#6-incidents) - [7. analyze](#7-analyze) - stacktraces - [8. version](#8-version) +- [9. faq](#8-faq) #### 1. init ```shell $ dri init @@ -95,10 +96,15 @@ ``` Fetches today's opened failures and lists them according to their triage status. Helpful to understand if there are missing recent failures to be reviewed. +There is the possibility to customise the timeframe for such failures by passing a +`--start_date=DD-MM-YYYY` and `--end_date=DD-MM-YYYY`. It is also possible to pass +a `--cutoff=HH:MM` to just show failures after a certain period of the day. The cutoff +time will be converted to UTC. + To surface most urgent issues pass the `--urgent` flag to see issues that are both in `canary` and `staging-canary` pipelines just during today's timespan. ```shell $ dri fetch testcases @@ -226,8 +232,17 @@ $ dri version ``` `dri` gem version. +#### 9. faq + +```shell +$ dri faq +``` + +Returns a list of questions and answers related to on-call operations. This leverages +existing pages of documentation, redirecting directly to the relevant section to help +with a problem. ## Copyright Copyright (c) 2022 GitLab, Inc. See [MIT License](LICENSE.txt) for further details.