PSDevOps
PSDevOps copied to clipboard
PowerShell Tools for DevOps
While most APIs should be exposed thru Connect-GitHub, some GitHub REST apis should become their own commands.
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...