Tririga-Manage-Rest
4.4.0
Manages TRIRIGA installations using the admin REST API
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
Copyright (C) 2024 Nithin Philips
Package Details
Author(s)
- Nithin Philips
Functions
Get-BuildNumber Get-Summary Get-Agent Get-AgentHost Get-AdminUser Get-ActiveUser Stop-Agent Start-Agent Set-WorkflowInstance Enable-WorkflowInstance Disable-WorkflowInstance
PSEditions
Dependencies
This module has no dependencies.
Release Notes
- Fix bug in REST module returning results twice
- Implement `-WhatIf` flag in any commands that will make a change.
- Rename commands per PSScriptAnalyer recommendations:
- Get-AdminUsers -\> Get-AdminUser
- Get-ActiveUsers -\> Get-ActiveUser
- Get-Agents -\> Get-Agent
- Implement unit tests.
- Changes to production environments is now confirmed with a a Yes/No prompt, not a timer.
FileList
- Tririga-Manage-Rest.nuspec
- Tririga-Manage-Rest.psd1
- Tririga-Manage-Rest.psm1
- Tririga-Manage-Rest.Tests.ps1