Skip to content

Road Map

Jeff Bramwell edited this page Mar 5, 2016 · 1 revision

As mentioned in the Readme file, VSTS-Tools is primarily intended to be used as a set of examples on how to call various REST APIs within VSTS. However, the tools are fully functional and can be utilized on the command line for automating various processes within VSTS.

At the moment, there are several other tools on the backlog to be created (again, primarily as API examples). Here is what I am thinking right now:

  • VSTS-Builds
    • List completed and/or queued builds for a given project or build definition.
    • Delete one or more builds for a given build definition
    • Queue a build
  • VSTS-BuildDefs
    • List build definitions for a given project
    • Delete one or more build definitions for a given project
  • VSTS-Project
    • Create a team project within VSTS
    • Delete a project within VSTS

If there is something else that you'd like to see enabled as a tool and provided as an example in code, let me know by creating an issue. I will do my best to work implement as many examples as possible. Also, if you have an example that you've coded that you would like to contribute, create a pull request.

Clone this wiki locally