Skip to content

v0.10.0-preview0001

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 05 Aug 09:21
3f90e74

[v0.10.0-preview0001]

Added

  • Added private functions:
    • Out-GitResult - Displays Invoke-Git returned hashtable
      via Write-Verbose and Write-Debug localized messages.
      Fixes Issue 90
    • Hide-GitToken - Used to redact the token from the specified
      git command so that the command can be safely outputted in logs.

Changed

  • Publish-WikiContent
    • Restored to original structure.
  • Invoke-Git
    • Added -PassThru switch to return result hashtable and not throw
      regardless of ExitCode value when used.
    • Throws when ExitCode -ne 0 and -PassThru switch not used.
    • Calls Out-GitResult when using -Debug or -Verbose.