GithubHelp home page GithubHelp logo

filipliwinski / azure-devops-toolbox Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 366 KB

Azure DevOps Toolbox is a set of PowerShell scripts that helps you manage your Azure DevOps projects.

License: MIT License

PowerShell 100.00%
azure-devops

azure-devops-toolbox's Introduction

Azure DevOps Toolbox 🧰

Azure DevOps Toolbox is a set of PowerShell scripts that helps you manage your Azure DevOps projects. It uses the Azure DevOps REST API and allows to read, write and manage data stored in Azure DevOps as well as export and import them with a few commands.

The API specification can be found here.

⚠ This project is in an early stage of development. Until now it has only been partially tested with Azure DevOps Server API v.6.0.

Requirements

  • PowerShell 7+
  • Git
  • Visual Studio Code with the PowerShell extension (recommended)

How to use

  1. Clone the repository to your machine.

  2. Open a PowerShell terminal window in the location of the cloned repository.

  3. In the terminal window go into the src folder:

    cd src

  4. Specify the target API version - just include one of the .ps1 files from the api_clients folder in line 5 of the demo.ps1 file.

  5. Configure the demo.ps1 script with your organization name, project name and PAT token (if you use Azure DevOps Server, also the $tfsServiceHost variable).

  6. Now you can include other .ps1 scripts and .psm1 modules from the src folder in the demo.ps1 file and start managing your Azure DevOps project like a pro.

Please be aware that there is no prompt before deleting things (and no Undo button or dryRun flag). Be careful when using Remove- commands!

Run the demo script to see Azure DevOps Toolbox in action:

`.\demo.ps1`

Notes for developers

If you make changes to any PowerShell modules (.psm1 files) you must close and reopen your PS terminal each time. Otherwise PowerShell won't reload modules but will continue to use the old versions.

azure-devops-toolbox's People

Contributors

filipliwinski avatar specs-autoupdate-bot[bot] avatar

Stargazers

Akos Toth avatar

Watchers

James Cloos avatar  avatar

Forkers

hpzzz-nc

azure-devops-toolbox's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.