Skip to main content
1-Visitor
April 13, 2015
Solved

Is there a method for updating the Project level parameters via the command line interface?

  • April 13, 2015
  • 1 reply
  • 1774 views

Is there a method for updating the Project level parameters via the command line interface?

    Best answer by DanR.

    im editproject --name=<value> --project=<project> --description=<value> --permittedAdministrators=u=user1;g=group1

    1 reply

    1-Visitor
    April 14, 2015

    What parameters would you be updating? The description, permitted Admins, Groups, project?

    rteifke1-VisitorAuthor
    1-Visitor
    April 14, 2015

    They are Project Parameters. I would like to update/modify the Parameter Value from an HTML page or External PC Based Application(using the command line interface). We have a base set of parameters that are set at the requiremnts level, they then need some calculations to be performed on them to create test level parameters which need to set at the project level so that various test cases can have access to them.

    DanR.1-VisitorAnswer
    1-Visitor
    April 14, 2015

    im editproject --name=<value> --project=<project> --description=<value> --permittedAdministrators=u=user1;g=group1