From 1d22af63b24080fcac96f97b7f16167b0e622f89 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Jan 25 2018 20:06:09 +0000 Subject: Corrected README file with new changes for CLI Corrected the README file with the new changes made for the CLI. Updated the output of the "waiverdb-cli --help" command with the new parameters for subject/testcase result. --- diff --git a/README.md b/README.md index a2d68c7..890fa13 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,16 @@ Usage: waiverdb-cli [OPTIONS] Examples: waiverdb-cli -r 123 -r 456 -p "fedora-26" -c "It's dead!" +or + + waiverdb-cli -t dist.rpmlint -s '{"item": "python-requests-1.2.3-1.fc26", "type": "koji_build"}' -p "fedora-26" -c "It's dead!" + Options: -C, --config-file PATH Specify a config file to use -r, --result-id INTEGER Specify one or more results to be waived + -s, --subject TEXT Specify one subject for a result to waive + -t, --testcase TEXT Specify a testcase for the subject -p, --product-version TEXT Specify one of PDC's product version identifiers. --waived / --no-waived Whether or not the result is waived