Skip to content

handlers.CommandLine.net v0.1.17082.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@GuyWaguespack GuyWaguespack released this 23 Mar 20:06
· 16 commits to develop since this release

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.