Skip to content

A PowerShell Module to interact with the AppVeyor REST Api.

License

Notifications You must be signed in to change notification settings

dotps1/PSAppVeyor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSAppVeyor

A PowerShell Module providing functions to interact with the AppVeyor REST API.

Build status

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.

After that, there is currently only a few commands available. Use the Get-Command cmdlet to check them out.

PS GitHub:\> Get-Command -Module PSAppVeyor

CommandType     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.

About

A PowerShell Module to interact with the AppVeyor REST Api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published