PSDevOps icon indicating copy to clipboard operation
PSDevOps copied to clipboard

PowerShell Tools for DevOps

Results 39 PSDevOps issues
Sort by recently updated
recently updated
newest added

While most APIs should be exposed thru Connect-GitHub, some GitHub REST apis should become their own commands.

enhancement

* [ ] #178 * [ ] #179 * [ ] #180 * [ ] #181

enhancement

I would like to write scripts to automate various devops tasks for developers. I'm able to do so with a personal access token, like this: $pat = get-content .devopspat -ErrorAction...

first off; I see a lot of PowerShell work, and yours is by a huge margin way more efficient and thorough than the average! Great job on this module :)...

Remove-ADOWorkItem.ps1 - Added the functionality to permanently delete work items via "-Destroy" switch parameter. Updated the docs to reflect this change. Background: For data protection and privacy reasons we regularly...