This PowerShell module provides a series of cmdlets for interacting with the Liquid Planner API. Invoke-RestMethod is used for all API calls.
Requires PowerShell 3.0 or above (this is when Invoke-RestMethod
was introduced).
Download the latest release and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the Modules
directory under wherever $profile
points to in your PS console) and run:
Import-Module PSLiquidPlanner
Once you've done this, all the cmdlets will be at your disposal, you can see a full list using Get-Command -Module PSLiquidPlanner
. Remember to run Set-LiquidPlannerAuthToken & Set-LiquidPlannerWorkspace before beginning to work in your environment.
- Add-LiquidPlanerTaskComment
- Add-LiquidPlannerTaskLink
- Get-LiquidPlannerActivity
- Get-LiquidPlannerClient
- Get-LiquidPlannerMember
- Get-LiquidPlannerProject
- Get-LiquidPlannerTask
- Get-LiquidPlannerWorkspace
- New-LiquidPlannerProject
- New-LiquidPlannerTask
- Remove-LiquidPlannerEnvironment
- Set-LiquidPlannerAuth
- Set-LiquidPlannerAuthToken
- Set-LiquidPlannerWorkspace
- Test-LiquidPlannerAuthIsSet
- Test-LiquidPlannerEnvironment
- Test-LiquidPlannerWorkspaceIdIsSet
Author: Morten G. Johansen ([email protected]) // Twitter