Releases: SynapseProject/handlers.CommandLine.net
Releases · SynapseProject/handlers.CommandLine.net
handlers.CommandLine.net v1.0.18226.0
- Fixed bug where unexpected errors in ScriptHandler deleted non-temporary scripts.
- Allow for empty values in ReplaceWith field.
handlers.CommandLine.net v1.0.18049.0
- Recompiled against Synapse.Core 1.0 release
- Minor update to reference local EncodingType enum
handlers.CommandLine.net v1.0.17268.0
Initial release of CommandLine Handler.
handlers.CommandLine.net v0.1.17151.0
- Minor bug fix with ScriptHandler
- Added ability to "override" the DryRun flag and allow the script or command to handle it instead.
handlers.CommandLine.net v0.1.17135.0
- Added ability to pass in Windows Credentials into LocalProcess execution.
- Implemented methods for GetConfigInstance and GetParametersInstance.
handlers.CommandLine.net v0.1.17100.0
Added config option to not return stdout/stedrr output. (ReturnStdout)
Stdout / Stderr will still output into the log file, but if ReturnStdout = false, handler will not store output in memory and return it in the ExitData field.
handlers.CommandLine.net v0.1.17086.0
Added additional handler substitution variables :
- PlanInstanceId (same as InstanceId)
- ActionInstanceId
handlers.CommandLine.net v0.1.17082.0
Added Handler Variable Substitution. Replaces tokens in Arugments and ReplaceWith elements formatted like "~~VARIABLE~~" with values. Available handler variables are :
- InstanceId
- IsDryRun
- ParentExitData (Base64 Encode of the ToString output of the object)
- RequestNumber
- RequestUser
- ActionName
- RuntimeType
Added Plan Validation.
- Checks that WorkingDirectory exists.
- Verifies that Script exists in ScriptHandler.
- Ensures that both Script and ScriptBlock elements don't exist in ScriptHandler.
handlers.CommandLine.net v0.1.17080.0
Renamed some plan element values to make ScriptHandler and CommandHandler more uniform.
handlers.CommandLine.net v0.1.17079.0
Added Regular Expression (Regex) Replacement into ScriptHandler.