Skip to content

Releases: SynapseProject/handlers.CommandLine.net

handlers.CommandLine.net v1.0.18226.0

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 14 Aug 15:27
  • 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

Choose a tag to compare

@steveshortt steveshortt released this 18 Feb 19:30
  • Recompiled against Synapse.Core 1.0 release
  • Minor update to reference local EncodingType enum

handlers.CommandLine.net v1.0.17268.0

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 25 Sep 15:46

Initial release of CommandLine Handler.

handlers.CommandLine.net v0.1.17151.0

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 31 May 16:54
  • 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

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 18 May 14:14
  • Added ability to pass in Windows Credentials into LocalProcess execution.
  • Implemented methods for GetConfigInstance and GetParametersInstance.

handlers.CommandLine.net v0.1.17100.0

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 10 Apr 21:28

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

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 27 Mar 12:47

Added additional handler substitution variables :

  • PlanInstanceId (same as InstanceId)
  • ActionInstanceId

handlers.CommandLine.net v0.1.17082.0

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 23 Mar 20:06

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

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 21 Mar 21:43

Renamed some plan element values to make ScriptHandler and CommandHandler more uniform.

handlers.CommandLine.net v0.1.17079.0

Pre-release

Choose a tag to compare

@GuyWaguespack GuyWaguespack released this 20 Mar 20:38

Added Regular Expression (Regex) Replacement into ScriptHandler.