Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Uncorrect parameter documented - "-r" #105

Open
cmoulliard opened this issue Mar 29, 2021 · 0 comments
Open

Issue: Uncorrect parameter documented - "-r" #105

cmoulliard opened this issue Mar 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cmoulliard
Copy link
Member

cmoulliard commented Mar 29, 2021

Issue

The following command part of the README.md file - see List CVE is not correct as the paremeter -r don't exist anymore

IMPORTANT: Is it possible to document which user/pwd should be used and which application the List CVE service is calling.

 java -jar target/issues-manager-$(xpath -q -e  "/project/version/text()" pom.xml)-runner.jar \
    -u JBOSS_JIRA_USER \
    -p JBOSS_JIRA_PWD \
    list-cves \
    -r \
    -o github_token  \
    2.2.10

Usage: issue-manager list-cves [-g] [-o=<token>] -p=<password> -u=<user>
                               [--url=<jiraServerURI>] [-w=<watchers>[,
                               <watchers>...]]... [<version>]
List CVEs for the specified release or, if not specified, unresolved CVEs
      [<version>]       Release for which to retrieve the CVEs, e.g. 2.2.10
  -g, --publish         Publish the CVE list to github
  -o, --token=<token>   Github API token. Required if --publish is enabled
  -p, --password=<password>
                        JIRA password
  -u, --user=<user>     JIRA user
      --url=<jiraServerURI>
                        URL of the JIRA server
                          Default: https://issues.redhat.com/
  -w, --watchers=<watchers>[,<watchers>...]
                        Comma-separated list of user names to add to watchers
@cmoulliard cmoulliard added the enhancement New feature or request label Mar 29, 2021
@cmoulliard cmoulliard assigned cmoulliard and unassigned cmoulliard Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant