v0.10.0-preview0001
Pre-release
Pre-release
[v0.10.0-preview0001]
Added
- Added private functions:
Out-GitResult
- DisplaysInvoke-Git
returned hashtable
via Write-Verbose and Write-Debug localized messages.
Fixes Issue 90Hide-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
.
- Added