We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For @sankethka - this will update the logging in PlatyPS for the update scenario. In Update-MarkdownHelp and Update-MarkdownHelpModule
The logs will now have output that looks like the following:
---- UPDATING Cmdlet : ---- ---- COMPLETED UPDATING Cmdlet : ----
Parameter Set Added:
Parameter Set Deleted:
Old Set: New Set: No need to show any row if there were no updates done.
Parameter Added:
Parameter Deleted:
updated from to updated from to updated from to
No updates done
---- NEW Cmdlet Added: ----
---- DELETED Cmdlet: ----
---- ERROR updating Cmdlet: ----
---- ERROR updating module ----
The text was updated successfully, but these errors were encountered:
@jongeller got it. thanks
Sorry, something went wrong.
@jongeller has the log been implemented or is it still in dev? Thanks!
Fixed in #217
jongeller
No branches or pull requests
For @sankethka - this will update the logging in PlatyPS for the update scenario. In Update-MarkdownHelp and Update-MarkdownHelpModule
The logs will now have output that looks like the following:
Start and End
---- UPDATING Cmdlet : ----
---- COMPLETED UPDATING Cmdlet : ----
Parameter sets – Any addition/deletion or updates to parameter sets should be reflected in log file.
Parameter set being added
Parameter Set Added:
Parameter set being deleted
Parameter Set Deleted:
Parameter Set Updated:
Old Set:
New Set:
No need to show any row if there were no updates done.
Parameters – Any addition/deletion or updates to parameter and their attributes
For any new parameter being added
Parameter Added:
For any parameter being deleted
Parameter Deleted:
Parameter Updated:
updated from to
updated from to
updated from to
If no updates have been done to parameter show within start and end
Cmdlets
For NEW Cmdlets being added
---- NEW Cmdlet Added: ----
For Deleted Cmdlets
---- DELETED Cmdlet: ----
Errors
If any errors updating cmdlet
---- ERROR updating Cmdlet: ----
If tool encountered any errors updating module show:
---- ERROR updating module ----
The text was updated successfully, but these errors were encountered: