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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Morten G. Johansen
Jul 21, 2017
8d49b31 · Jul 21, 2017

History

88 Commits
Jun 21, 2017
Jun 21, 2017
Jun 21, 2017
Jun 26, 2017
Jun 26, 2017
Jul 4, 2017
Jul 21, 2017
Jul 21, 2017
Jun 26, 2017
Jul 14, 2017
Jun 23, 2017
Jul 13, 2017

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 ([email protected]) // 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