Skip to content

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

@cmoulliard

Description

@cmoulliard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions