Skip to main content
1-Visitor
June 6, 2014
Question

How to pass arguments to CLI to generate report.

  • June 6, 2014
  • 1 reply
  • 1957 views

Hi,

I need to generate report to show previous releases between 2 releases. And those 2 releases needs to passed as arguments using CLI.

Could you please help me how should I pass arguments using CLI and generate previous releases based on the arguemnts.

Thanks,

Gajanan

    1 reply

    16-Pearl
    June 6, 2014

    Gajanan,

    What exactly are you looking for in this report? When you say a release, that suggests to me that you are talking about Source artifacts. Do you mean a different between two checkpoints?

    Regards,

    Kael

    ghole1-VisitorAuthor
    1-Visitor
    June 6, 2014

    Thanks for your reply....

    What exactly I want is to get report between two user inputs. How can we pass parameters/user input in report.

    How to create report using CLI.

    16-Pearl
    June 23, 2014

    You might want to look at the Integrity 10.5 Workflows and CLI Reference, page 142: the im runreport command. You probably want --issues or --issues2. Based on what you have described, it seems like that might do what you are looking for.