Skip to content

Repository files navigation

AzureDevOps icon

AzureDevOps

Build StatusAzure DevOps TestsAzure DevOps CoverageAzure DevOps Release - PowerShell GalleryAzureDevOps PSGallery versionAzureDevOps PSGallery downloads

AzureDevOps is a very simple (and primitive) PowerShell module to interact with the Azure DevOps REST API.

Getting started

  1. Install the module

    Install-Module AzureDevOps
  2. Import the module

    Import-Module AzureDevOps
  3. Add connection details

    # Add Azure DevOps connection detailsAdd-AzureDevOpsAccount`-OrganisationName "contoso"`-ProjectName "AzureDevOps PowerShell Demo"`-UserName "user@name.com"`-Token "<azure-devops-personal-access-token>";
  4. Check out the examples in the Examples folder.

  5. Or, check out the list of available cmdlets

    Get-Command*AzureDevOps*
  6. Use Get-Help to see details for the cmdlets.

    Get-HelpAdd-AzureDevOpsAccount-Detailed

Documentation

Documentation for the individual commands is available in the Docs folder.

References

Similar projects

  • vsteam - A comprehensive PowerShell module for accessing TFS and VSTS.
  • AzureDevOpsPowerShell - A selection of PowerShell scripts that make use of the Azure DevOps (TFS/VSTS) APIs.
  • vststools-cli - A set of useful command-line tools and extensions for VSTS.
  • AzurePipelinesPS - A PowerShell module that makes interfacing with Azure Pipelines a little easier
  • AZDOPS

About

A PowerShell module to interact with the Azure DevOps REST API.

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages