Skip to content

This PowerShell module provides a series of cmdlets for interacting with the Liquid Planner API

License

Notifications You must be signed in to change notification settings

mojoaar/liquidplanner-powershell

Repository files navigation

PSLiquidPlanner

This PowerShell module provides a series of cmdlets for interacting with the Liquid Planner API. Invoke-RestMethod is used for all API calls.

Requirements

Requires PowerShell 3.0 or above (this is when Invoke-RestMethod was introduced).

Usage

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.

Cmdlets

  • 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

Author: Morten G. Johansen (morten@glerupjohansen.dk) // Twitter

About

This PowerShell module provides a series of cmdlets for interacting with the Liquid Planner API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published