How to Create Team Project from cmd line/Automation

Hi,

Is it possible to create a Team project from cmd line or by using the object model

Basically I need to automate the Team Project creation Process as part of some other activity

Any help in this regard will be highly appreciated

Thanks and Regards

Prash



Answer this question

How to Create Team Project from cmd line/Automation

  • vidya_084

    AFAIK, there is no out of the box command line that you can use to create team projects.

    Using the OM however is possible, but the team project creation itself is actually a process of registering the various plugins specified in your process template. So, in order to mimic the UI creation, you will have to go about registering all plugins in the same order listed in the process template.



  • jweisz

    The short answer is that it is not possible.  The only way to create a Team Project is to use the UI.  We frequently get the request to enable it from the command-line or API but we don't support it in V1.  It's something we've put on our V2 feature list.

    Brian


  • Werner Swiegers

    Hi,

    Thanks for the reply. Will you please provide more details on this. I am not clear on what is being told

    Thanks and Regards

    Prash


  • sdewan

    Hi Brain

    VSTS 2008 is now out , do we have command line for creating TFS projects in this release

    Best Regards

    Razi



  • Sans103171

    We were not able to get that done for TFS2008. It remains on our work backlog and is a candidate for our next release. I believe the chance that we will get it done for our next release is very good.

    Brian


  • How to Create Team Project from cmd line/Automation