Skip to content

Conversation

@avivkeller
Copy link
Member

@avivkeller avivkeller commented Jan 26, 2026

This file has been generated using @nodejs/doc-kit. Once #57343 lands, we will move the generation of this file into an Makefile script, but in the mean time, I've seen several issues opened to update this file, so might as well update it.

You can preview the output of this man-page with curl "https://raw.githubusercontent.com/nodejs/node/81c1d6f411f750205ba59915983d7d3047eb5f0d/doc/node.1" -s | mandoc (or locally, mandoc path/to/doc/node.1) (Note, I suggest using mandoc -l to page the output)

Additionally, a PDF version of the output.

Fixes #60877
Fixes #58895
Fixes #60840
Fixes #60857
Fixes #61148
Fixes #61508

Copilot AI review requested due to automatic review settings January 26, 2026 17:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Jan 26, 2026
@rubiesonthesky
Copy link

Indentation in section “--use-system-ca” is inconsistent in the PDF linked in OP. I don’t know if that is existing problem or if it can be fixed at all currently. Just pointing out if it’s a helpful note. :)

@avivkeller avivkeller assigned avivkeller and unassigned avivkeller Jan 27, 2026
@avivkeller
Copy link
Member Author

Need to fix the test..., but the indentation seems fine to me, and it's probably just an artifact of the rendering.

Copy link
Member

@ovflowd ovflowd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM, since content is generated.

Copy link
Member

@lpinca lpinca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@avivkeller avivkeller added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 27, 2026
Comment on lines -836 to -844
### `--enable-network-family-autoselection`

<!-- YAML
added: v18.18.0
-->

Enables the family autoselection algorithm unless connection options explicitly
disables it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This flag, being enabled by default, should not be documented. It's --no-variant already is documented.

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.90%. Comparing base (83893bb) to head (13ba2f1).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #61535      +/-   ##
==========================================
- Coverage   89.78%   88.90%   -0.88%     
==========================================
  Files         672      672              
  Lines      203809   203756      -53     
  Branches    39183    39081     -102     
==========================================
- Hits       182980   181147    -1833     
- Misses      13166    14883    +1717     
- Partials     7663     7726      +63     

see 106 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some CLI options documented in the CLI docs are missing in node manpage

7 participants