Dbatools: [Bug] URL from docs website to GitHub code not correct for the configuration commands

Created on 6 Aug 2019  路  6Comments  路  Source: sqlcollaborative/dbatools

The https://docs.dbatools.io web site has the link on the bottom that points to here (GitHub) this works perfectly for all commands except for the ones within Configuration folder

For this commands the url points to:
https://github.com/sqlcollaborative/dbatools/tree/development/functions/

but it should be:
https://github.com/sqlcollaborative/dbatools/tree/development/functions/configuration

Confirmed bugs_life

All 6 comments

Huh, why do we have those in a separated folder?

Good question @wsmelton .

I also found that Set-DbatoolsConfig is not showing up on the docs website

image

update: After do a search I know why.. it's a cmdlet present here
internal/scripts/cmdlets.ps1

Yeah, the set command not showing up is known issue. That command is a cmdlet so the help is in the dbatools library itself. The way we build the data for Find-DbaCommand is not picking up the help due to the scoping issues.

I was to slow editing my previous entry 馃槃

That ps1 file is just for importing the cmdlet. The code and help for it exists within the dbatools.dll file.

This has been fixed.

Was this page helpful?
0 / 5 - 0 ratings