Thanks to all who contributed! Also thanks to @StartAutomating who didn't show up on this list but helped create a tool that we use for separating out help into a help file. You can find HelpOut on GitHub and in the PowerShell Gallery.
We used the following command:
Install-Maml -FunctionRoot public, private -Module dbatools -Compact -NoVersion -ScriptName dbatools.ps1 -NoComment
Then we further compress the resulting dbatools.ps1 to a dbatools.dat
What's Changed
- Remove-DbaDatabaseSafely - Fix usage of Stop-Function by @andreasjordan in #9109
- Get-DbaAgListener - Fix filtering for listener names by @andreasjordan in #9108
- Add repl commands to the psm1 by @jpomfret in #9124
- Set-DbaNetworkCertificate - Support localhost and use it as default for SqlInstance by @HCRitter in #9098
- Set-DbaDbCompression, prefer online rebuilds where possible by @niphlod in #9118
- Copy-DbaDbTableData - Enable failback to default group by @ben-thul in #9122
- Invoke-DbaDbDataMasking - Use correct logging command by @andreasjordan in #9117
- Remove-DbaDatabaseSafely - Fix Exception handling by @andreasjordan in #9115
- Install-DbaInstance - Use maximum length for random password by @andreasjordan in #9119
- Set-DbaNetworkCertificate - Support localhost and use it as default for SqlInstance (part 2) by @andreasjordan in #9125
- Update dbatools-buildref-index.json Added security updates addressing by @MikeyBronowski in #9126
Full Changelog: v2.1.2...v2.1.3