Powershell provider for Coral8 - update and code release
I've released updates for the Coral8 PowerShell provider.
Get the code and binary at http://code.google.com/p/coral8shell/
Two primary changes
- Pure C# - using PowerShell to do some of the heavy lifting around XML was somewhat fun to write, but it was slow and hard to debug.
- Added the following cmdlets for management. Get-C8App, Add-C8App, Remove-C8App, Start-C8App, Stop-C8App
One thing that remains the same is that the interface Coral8 server still uses literal XML strings, despite the Coral8 server having a SOAP api. despite my efforts I was not able to get WCF and Coral8 talking.