PSAppVeyor
0.2.1
A PowerShell Module to interact with the AppVeyor REST Api.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2016 Thomas J. Malkewitz @dotps1. All rights reserved.
Package Details
Author(s)
- Thomas J. Malkewitz @dotps1
Tags
AppVeyor ContiniousIntergration REST
Functions
Get-AppVeyorBuild Get-AppVeyorCollaborator Get-AppVeyorEnvironment Get-AppVeyorProject Get-AppVeyorProjectSetting Get-AppVeyorUser Get-AppVeyorUserRole New-AppVeyorCollaborator New-AppVeyorProject New-AppVeyorUser Remove-AppVeyorCollaborator Remove-AppVeyorEnvironment Remove-AppVeyorProject Remove-AppVeyorUser Set-AppVeyorApiToken Start-AppVeyorProjectBuild Stop-AppVeyorProjectBuild Update-AppVeyorProjectBuildNumber Update-AppVeyorUser
Dependencies
This module has no dependencies.
Release Notes
Completely overhauled how authentication works. The API token is now stored in the Windows Credential Manager. Added a few more cmdlets.
FileList
- PSAppVeyor.nuspec
- PSAppVeyor.psd1
- PSAppVeyor.psm1
- Private\Invoke-AppVeyorApi.ps1
- Private\PSAppVeyor.Classes.ps1
- Public\Get-AppVeyorBuild.ps1
- Public\Get-AppVeyorCollaborator.ps1
- Public\Get-AppVeyorEnvironment.ps1
- Public\Get-AppVeyorProject.ps1
- Public\Get-AppVeyorProjectDeployment.ps1
- Public\Get-AppVeyorProjectSetting.ps1
- Public\Get-AppVeyorUser.ps1
- Public\Get-AppVeyorUserRole.ps1
- Public\New-AppVeyorCollaborator.ps1
- Public\New-AppVeyorEnvironment.ps1
- Public\New-AppVeyorProject.ps1
- Public\New-AppVeyorUser.ps1
- Public\Remove-AppVeyorCollaborator.ps1
- Public\Remove-AppVeyorEnvironment.ps1
- Public\Remove-AppVeyorProject.ps1
- Public\Remove-AppVeyorUser.ps1
- Public\Set-AppVeyorApiToken.ps1
- Public\Start-AppVeyorProjectBuild.ps1
- Public\Stop-AppVeyorProjectBuild.ps1
- Public\Update-AppVeyorEnvironment.ps1
- Public\Update-AppVeyorProjectBuildNumber.ps1
- Public\Update-AppVeyorUser.ps1