Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotps1/PSAppVeyor
A PowerShell Module to interact with the AppVeyor REST Api.
https://github.com/dotps1/PSAppVeyor
Last synced: 6 days ago
JSON representation
A PowerShell Module to interact with the AppVeyor REST Api.
- Host: GitHub
- URL: https://github.com/dotps1/PSAppVeyor
- Owner: dotps1
- License: gpl-2.0
- Created: 2016-06-23T20:30:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T19:36:54.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T07:09:49.300Z (3 months ago)
- Language: PowerShell
- Size: 59.6 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-powershell - PSAppVeyor - A module to interact with the AppVeyor REST API. (API Wrapper)
- jimsghstars - dotps1/PSAppVeyor - A PowerShell Module to interact with the AppVeyor REST Api. (PowerShell)
README
# PSAppVeyor
### A PowerShell Module providing functions to interact with the [AppVeyor](www.appveyor.com) REST API.[![Build status](https://ci.appveyor.com/api/projects/status/83nuaecxyn7rr16q?svg=true)](https://ci.appveyor.com/project/dotps1/psappveyor)
This module is still very beta, in fact, we will just call it alpha.
To get started after you install/import it, you need to use the `Set-AppVeyorApiToken` cmdlet. You can get the reqired value from your [AppVeyor Account](https://ci.appveyor.com/api-token).
After that, there is currently only a few commands available. Use the Get-Command cmdlet to check them out.
```
PS GitHub:\> Get-Command -Module PSAppVeyorCommandType Name Version Source
----------- ---- ------- ------
Function Get-AppVeyorBuild 0.2.2 PSAppVeyor
Function Get-AppVeyorCollaborator 0.2.2 PSAppVeyor
Function Get-AppVeyorEnvironment 0.2.2 PSAppVeyor
Function Get-AppVeyorProject 0.2.2 PSAppVeyor
Function Get-AppVeyorProjectSetting 0.2.2 PSAppVeyor
Function Get-AppVeyorUser 0.2.2 PSAppVeyor
Function Get-AppVeyorUserRole 0.2.2 PSAppVeyor
Function New-AppVeyorCollaborator 0.2.2 PSAppVeyor
Function New-AppVeyorProject 0.2.2 PSAppVeyor
Function New-AppVeyorUser 0.2.2 PSAppVeyor
Function New-AppVeyorUserRole 0.2.2 PSAppVeyor
Function Remove-AppVeyorCollaborator 0.2.2 PSAppVeyor
Function Remove-AppVeyorEnvironment 0.2.2 PSAppVeyor
Function Remove-AppVeyorProject 0.2.2 PSAppVeyor
Function Remove-AppVeyorUser 0.2.2 PSAppVeyor
Function Remove-AppVeyorUserRole 0.2.2 PSAppVeyor
Function Set-AppVeyorApiToken 0.2.2 PSAppVeyor
Function Start-AppVeyorProjectBuild 0.2.2 PSAppVeyor
Function Stop-AppVeyorProjectBuild 0.2.2 PSAppVeyor
Function Update-AppVeyorProjectBuildNumber 0.2.2 PSAppVeyor
Function Update-AppVeyorUser 0.2.2 PSAppVeyor
Function Update-AppVeyorUserRole 0.2.2 PSAppVeyor
```I havent had a whole lot of time to put into this, but I will keep adding functionality.
have fun.