SQLDoc CLI always adds "_documentation" to folder name. How can I specify the exact folder name?
michaelwilliams2
Posts: 4 New member
in SQL Doc
Hi,
Using the sqldoc cli with a sqldoc project, I want to document my server/database to a specific folder. It works fine when I use the GUI (see image below). But when I use the CLI, the resulting folder always has "_documentation" in the folder name. Here's the CLI I'm using:
"sqldoc /project:/project.sqldoc /filetype:html-frames /outputfolder:C:\inetpub\wwwroot\PRE\Prod /exclude_timestamp /name:server"
I have a web interface pointing at a specific location. How do I specifiy a foldername for SQL Doc in CLI?
Tagged:
Best Answer
-
DanC Posts: 644 Gold 5Hi @michaelwilliams2
I have "test" named in the GUI and save that in the project configuration, then override the destination via the cmd.
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Answers
Can I ask what version of the tool you're using?
Copying your CLI syntax and referencing my own project which creates a folder "test" it will export to this locale:
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Ah brilliant, glad to hear that's now working well for you!
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?