Skip to content
New issue

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

14.0.2 CLI --project-name and --project-version parameters not priority over package.json #1615

Open
visionmax opened this issue Oct 7, 2023 · 1 comment

Comments

@visionmax
Copy link

visionmax commented Oct 7, 2023

I've been using DocumentationJS for years now. Just updated client to 14.0.2 on Windows, and seems like command line parameters for client such as:

  • --project-name
  • --project-version
  • --project-homepage

are no longer a priority over values stored in package.json.

Command line I use:

documentation --project-name "Project name" --project-version "0.1.601" --project-homepage "https://www.something.com/" build "../src/**/*.js" -f html -o "../docs-v0.1-stable/"`

Generated documentation is in html, and all content is correctly parsed, except it uses project name and version from package.json rather than from the command line.

I've seen that this issue is supposed to be fixed for 14.0.1, as there was a fix merged, however I've just installed fresh 14.0.2 and still experience the same issue.

If I remove project name and version from package.json, then generated documentation has no project name.

Am I doing something wrong here?

Added:

I just tried to rename package.json into something else, and command line parameters are used as expected. However as soon as package.json is present, command line parameters are ignored.

@mlafeldt
Copy link

mlafeldt commented Apr 4, 2024

Same here. I can confirm that package.json always takes precedence - even if name isn't set, in which case the project name will be empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants