Lines Matching +full:code +full:-
7 "textRaw": "Command-line API",
8 "name": "Command-line API",
11 …-in\ndebugging, multiple ways to execute scripts, and other helpful runtime options.</p>\n<p>To vi…
16 …code>node [options] [V8 options] [<program-entry-point> | -e \"script\" | -] [--] [arguments]…
23 …-like string. If the string is not an\nabsolute path, it's resolved as a relative path from the cu…
28 …-loaders\">ES module loader</a> loads the program\nentry point, the <code>node</code> command will…
43 "pr-url": "https://github.com/nodejs/node/pull/23020",
48 …code>-</code>) or underscores (<code>_</code>). For example, <code>--pending-deprecation</code> is…
51 "textRaw": "`-`",
52 "name": "`-`",
59 …"desc": "<p>Alias for stdin. Analogous to the use of <code>-</code> in other command-line utilitie…
61 "displayName": "`-`"
64 "textRaw": "`--`",
65 "name": "`--`",
74 "displayName": "`--`"
77 "textRaw": "`--abort-on-uncaught-exception`",
78 "name": "`--abort-on-uncaught-exception`",
85 …-mortem\nanalysis using a debugger (such as <code>lldb</code>, <code>gdb</code>, and <code>mdb</co…
87 "displayName": "`--abort-on-uncaught-exception`"
90 "textRaw": "`--build-snapshot`",
91 "name": "`--build-snapshot`",
100 …code>--snapshot-blob</code>.</p>\n<p>When building the snapshot, if <code>--snapshot-blob</code> i…
102 "displayName": "`--build-snapshot`"
105 "textRaw": "`--completion-bash`",
106 "name": "`--completion-bash`",
113 …-able bash completion script for Node.js.</p>\n<pre><code class=\"language-console\">$ node --comp…
115 "displayName": "`--completion-bash`"
118 "textRaw": "`-C condition`, `--conditions=condition`",
119 "name": "`-c_condition`,_`--conditions=condition`",
129 …-exports\">conditional exports</a> resolution\nconditions.</p>\n<p>Any number of custom string con…
131 "displayName": "`-C condition`, `--conditions=condition`"
134 "textRaw": "`--cpu-prof`",
135 "name": "`--cpu-prof`",
144 …code>--cpu-prof-dir</code> is not specified, the generated profile is placed\nin the current worki…
146 "displayName": "`--cpu-prof`"
149 "textRaw": "`--cpu-prof-dir`",
150 "name": "`--cpu-prof-dir`",
159 …code>--cpu-prof</code> will\nbe placed.</p>\n<p>The default value is controlled by the\n<a href=\"…
161 "displayName": "`--cpu-prof-dir`"
164 "textRaw": "`--cpu-prof-interval`",
165 "name": "`--cpu-prof-interval`",
174 …ling interval in microseconds for the CPU profiles generated\nby <code>--cpu-prof</code>. The defa…
176 "displayName": "`--cpu-prof-interval`"
179 "textRaw": "`--cpu-prof-name`",
180 "name": "`--cpu-prof-name`",
189 … "desc": "<p>Specify the file name of the CPU profile generated by <code>--cpu-prof</code>.</p>",
191 "displayName": "`--cpu-prof-name`"
194 "textRaw": "`--diagnostic-dir=directory`",
195 "name": "`--diagnostic-dir=directory`",
196 …--cpu-prof-dir\"><code>--cpu-prof-dir</code></a></li>\n<li><a href=\"#--heap-prof-dir\"><code>--he…
198 "displayName": "`--diagnostic-dir=directory`"
201 "textRaw": "`--disable-proto=mode`",
202 "name": "`--disable-proto=mode`",
210 …code>Object.prototype.__proto__</code> property. If <code>mode</code> is <code>delete</code>, the\…
212 "displayName": "`--disable-proto=mode`"
215 "textRaw": "`--disallow-code-generation-from-strings`",
216 "name": "`--disallow-code-generation-from-strings`",
223 …-in language features like <code>eval</code> and <code>new Function</code> that generate\ncode fro…
225 "displayName": "`--disallow-code-generation-from-strings`"
228 "textRaw": "`--dns-result-order=order`",
229 "name": "`--dns-result-order=order`",
238 "pr-url": "https://github.com/nodejs/node/pull/39987",
243 …code>verbatim</code> in <a href=\"dns.html#dnslookuphostname-options-callback\"><code>dns.lookup()…
245 "displayName": "`--dns-result-order=order`"
248 "textRaw": "`--enable-fips`",
249 "name": "`--enable-fips`",
256 …"desc": "<p>Enable FIPS-compliant crypto at startup. (Requires Node.js to be built\nagainst FIPS-c…
258 "displayName": "`--enable-fips`"
261 "textRaw": "`--enable-network-family-autoselection`",
262 "name": "`--enable-network-family-autoselection`",
271 "displayName": "`--enable-network-family-autoselection`"
274 "textRaw": "`--enable-source-maps`",
275 "name": "`--enable-source-maps`",
286 "pr-url": "https://github.com/nodejs/node/pull/37362",
291 …code, not the original source position.\n<code>--enable-source-maps</code> enables caching of Sour…
293 "displayName": "`--enable-source-maps`"
296 "textRaw": "`--experimental-global-customevent`",
297 "name": "`--experimental-global-customevent`",
306 "displayName": "`--experimental-global-customevent`"
309 "textRaw": "`--experimental-global-webcrypto`",
310 "name": "`--experimental-global-webcrypto`",
319 "displayName": "`--experimental-global-webcrypto`"
322 "textRaw": "`--experimental-default-type=type`",
323 "name": "`--experimental-default-type=type`",
331 "stabilityText": ".0 - Early development",
332 …code>module</code> or <code>commonjs</code>, to use for the following:</p>\n<ul>\n<li>\n<p>String …
334 "displayName": "`--experimental-default-type=type`"
337 "textRaw": "`--experimental-import-meta-resolve`",
338 "name": "`--experimental-import-meta-resolve`",
347 "pr-url": "https://github.com/nodejs/node/pull/49028",
352 …code>import.meta.resolve()</code> parent URL support, which allows\npassing a second <code>parentU…
354 "displayName": "`--experimental-import-meta-resolve`"
357 "textRaw": "`--experimental-loader=module`",
358 "name": "`--experimental-loader=module`",
366 "pr-url": "https://github.com/nodejs/node/pull/29752",
367 … "description": "This flag was renamed from `--loader` to `--experimental-loader`."
371 …code>--import</code> with <code>register()</code></a> instead.</p>\n</blockquote>\n<p>Specify the …
373 "displayName": "`--experimental-loader=module`"
376 "textRaw": "`--experimental-network-imports`",
377 "name": "`--experimental-network-imports`",
386 …"desc": "<p>Enable experimental support for the <code>https:</code> protocol in <code>import</code…
388 "displayName": "`--experimental-network-imports`"
391 "textRaw": "`--experimental-policy`",
392 "name": "`--experimental-policy`",
401 "displayName": "`--experimental-policy`"
404 "textRaw": "`--no-experimental-fetch`",
405 "name": "`--no-experimental-fetch`",
412 …able experimental support for the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Fetch…
414 "displayName": "`--no-experimental-fetch`"
417 "textRaw": "`--no-experimental-repl-await`",
418 "name": "`--no-experimental-repl-await`",
425 "desc": "<p>Use this flag to disable top-level await in REPL.</p>",
427 "displayName": "`--no-experimental-repl-await`"
430 "textRaw": "`--experimental-shadow-realm`",
431 "name": "`--experimental-shadow-realm`",
438 …"desc": "<p>Use this flag to enable <a href=\"https://github.com/tc39/proposal-shadowrealm\">Shado…
440 "displayName": "`--experimental-shadow-realm`"
443 "textRaw": "`--experimental-specifier-resolution=mode`",
444 "name": "`--experimental-specifier-resolution=mode`",
452 …code>explicit</code> and <code>node</code>.</p>\n<p>The default is <code>explicit</code>, which re…
454 "displayName": "`--experimental-specifier-resolution=mode`"
457 "textRaw": "`--experimental-test-coverage`",
458 "name": "`--experimental-test-coverage`",
466 "pr-url": "https://github.com/nodejs/node/pull/47686",
467 "description": "This option can be used with `--test`."
471 …code>node:test</code> module, a code coverage report is\ngenerated as part of the test runner outp…
473 "displayName": "`--experimental-test-coverage`"
476 "textRaw": "`--experimental-vm-modules`",
477 "name": "`--experimental-vm-modules`",
484 … "desc": "<p>Enable experimental ES Module support in the <code>node:vm</code> module.</p>",
486 "displayName": "`--experimental-vm-modules`"
489 "textRaw": "`--experimental-wasi-unstable-preview1`",
490 "name": "`--experimental-wasi-unstable-preview1`",
499 "pr-url": "https://github.com/nodejs/node/pull/47286",
504 "pr-url": "https://github.com/nodejs/node/pull/30980",
505 …"description": "changed from `--experimental-wasi-unstable-preview0` to `--experimental-wasi-unsta…
511 "displayName": "`--experimental-wasi-unstable-preview1`"
514 "textRaw": "`--experimental-wasm-modules`",
515 "name": "`--experimental-wasm-modules`",
524 "displayName": "`--experimental-wasm-modules`"
527 "textRaw": "`--force-context-aware`",
528 "name": "`--force-context-aware`",
535 …loading native addons that are not <a href=\"addons.html#context-aware-addons\">context-aware</a>.…
537 "displayName": "`--force-context-aware`"
540 "textRaw": "`--force-fips`",
541 "name": "`--force-fips`",
548 …c": "<p>Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)\n(Same requ…
550 "displayName": "`--force-fips`"
553 "textRaw": "`--frozen-intrinsics`",
554 "name": "`--frozen-intrinsics`",
563 …code>Array</code> and <code>Object</code>.</p>\n<p>Only the root context is supported. There is no…
565 "displayName": "`--frozen-intrinsics`"
568 "textRaw": "`--force-node-api-uncaught-exceptions-policy`",
569 "name": "`--force-node-api-uncaught-exceptions-policy`",
576 …esc": "<p>Enforces <code>uncaughtException</code> event on Node-API asynchronous callbacks.</p>\n<…
578 "displayName": "`--force-node-api-uncaught-exceptions-policy`"
581 "textRaw": "`--heapsnapshot-near-heap-limit=max_count`",
582 "name": "`--heapsnapshot-near-heap-limit=max_count`",
592 …code>count</code> should be a non-negative integer (in which case\nNode.js will write no more than…
594 "displayName": "`--heapsnapshot-near-heap-limit=max_count`"
597 "textRaw": "`--heapsnapshot-signal=signal`",
598 "name": "`--heapsnapshot-signal=signal`",
605 …code>signal</code> must be a valid signal name.\nDisabled by default.</p>\n<pre><code class=\"lang…
607 "displayName": "`--heapsnapshot-signal=signal`"
610 "textRaw": "`--heap-prof`",
611 "name": "`--heap-prof`",
620 …code>--heap-prof-dir</code> is not specified, the generated profile is placed\nin the current work…
622 "displayName": "`--heap-prof`"
625 "textRaw": "`--heap-prof-dir`",
626 "name": "`--heap-prof-dir`",
635 …code>--heap-prof</code> will\nbe placed.</p>\n<p>The default value is controlled by the\n<a href=\…
637 "displayName": "`--heap-prof-dir`"
640 "textRaw": "`--heap-prof-interval`",
641 "name": "`--heap-prof-interval`",
650 … sampling interval in bytes for the heap profiles generated\nby <code>--heap-prof</code>. The defa…
652 "displayName": "`--heap-prof-interval`"
655 "textRaw": "`--heap-prof-name`",
656 "name": "`--heap-prof-name`",
665 … "desc": "<p>Specify the file name of the heap profile generated by <code>--heap-prof</code>.</p>",
667 "displayName": "`--heap-prof-name`"
670 "textRaw": "`--icu-data-dir=file`",
671 "name": "`--icu-data-dir=file`",
678 "desc": "<p>Specify ICU data load path. (Overrides <code>NODE_ICU_DATA</code>.)</p>",
680 "displayName": "`--icu-data-dir=file`"
683 "textRaw": "`--import=module`",
684 "name": "`--import=module`",
693 …-ecmascript-modules\">ECMAScript module</a> resolution rules.\nUse <a href=\"#-r---require-module\…
695 "displayName": "`--import=module`"
698 "textRaw": "`--input-type=type`",
699 "name": "`--input-type=type`",
706 …code>--eval</code>, <code>--print</code>, or <code>STDIN</code>.</p>\n<p>Valid values are <code>\"…
708 "displayName": "`--input-type=type`"
711 "textRaw": "`--inspect-brk[=[host:]port]`",
712 "name": "`--inspect-brk[=[host:]port]`",
719 …te inspector on <code>host:port</code> and break at start of user script.\nDefault <code>host:port…
721 "displayName": "`--inspect-brk[=[host:]port]`"
724 "textRaw": "`--inspect-port=[host:]port`",
725 "name": "`--inspect-port=[host:]port`",
732 …code>host:port</code> to be used when the inspector is activated.\nUseful when activating the insp…
734 "displayName": "`--inspect-port=[host:]port`"
737 "textRaw": "`--inspect[=[host:]port]`",
738 "name": "`--inspect[=[host:]port]`",
745 …code>host:port</code>. Default is <code>127.0.0.1:9229</code>.</p>\n<p>V8 inspector integration al…
750 …code>0.0.0.0</code>) with an open port is\ninsecure, as it allows external hosts to connect to the…
756 "displayName": "`--inspect[=[host:]port]`"
759 "textRaw": "`--inspect-publish-uid=stderr,http`",
760 "name": "`--inspect-publish-uid=stderr,http`",
761 … url is available in stderr and under <code>/json/list</code>\nendpoint on <code>http://host:port/…
763 "displayName": "`--inspect-publish-uid=stderr,http`"
766 "textRaw": "`--insecure-http-parser`",
767 "name": "`--insecure-http-parser`",
776 …that accepts invalid HTTP headers. This may allow\ninteroperability with non-conformant HTTP imple…
778 "displayName": "`--insecure-http-parser`"
781 "textRaw": "`--jitless`",
782 "name": "`--jitless`",
789 …ed from V8 and is subject to change upstream. It may\ndisappear in a non-semver-major release.</p>…
791 "displayName": "`--jitless`"
794 "textRaw": "`--max-http-header-size=size`",
795 "name": "`--max-http-header-size=size`",
804 "pr-url": "https://github.com/nodejs/node/pull/32520",
811 "displayName": "`--max-http-header-size=size`"
814 "textRaw": "`--napi-modules`",
815 "name": "`--napi-modules`",
822 "desc": "<p>This option is a no-op. It is kept for compatibility.</p>",
824 "displayName": "`--napi-modules`"
827 "textRaw": "`--no-addons`",
828 "name": "`--no-addons`",
836 …code>node-addons</code> exports condition as well as disable loading\nnative addons. When <code>--…
838 "displayName": "`--no-addons`"
841 "textRaw": "`--no-deprecation`",
842 "name": "`--no-deprecation`",
851 "displayName": "`--no-deprecation`"
854 "textRaw": "`--no-extra-info-on-fatal-exception`",
855 "name": "`--no-extra-info-on-fatal-exception`",
864 "displayName": "`--no-extra-info-on-fatal-exception`"
867 "textRaw": "`--no-force-async-hooks-checks`",
868 "name": "`--no-force-async-hooks-checks`",
875 …Disables runtime checks for <code>async_hooks</code>. These will still be enabled\ndynamically whe…
877 "displayName": "`--no-force-async-hooks-checks`"
880 "textRaw": "`--no-global-search-paths`",
881 "name": "`--no-global-search-paths`",
888 …>Do not search modules from global paths like <code>$HOME/.node_modules</code> and\n<code>$NODE_PA…
890 "displayName": "`--no-global-search-paths`"
893 "textRaw": "`--no-warnings`",
894 "name": "`--no-warnings`",
903 "displayName": "`--no-warnings`"
906 "textRaw": "`--node-memory-debug`",
907 "name": "`--node-memory-debug`",
917 "displayName": "`--node-memory-debug`"
920 "textRaw": "`--openssl-config=file`",
921 "name": "`--openssl-config=file`",
928 …Among other uses, this can be\nused to enable FIPS-compliant crypto if Node.js is built\nagainst F…
930 "displayName": "`--openssl-config=file`"
933 "textRaw": "`--openssl-shared-config`",
934 "name": "`--openssl-shared-config`",
941 …code>openssl_conf</code> to be read from\nthe OpenSSL configuration file. The default configuratio…
943 "displayName": "`--openssl-shared-config`"
946 "textRaw": "`--openssl-legacy-provider`",
947 "name": "`--openssl-legacy-provider`",
954 … href=\"https://www.openssl.org/docs/man3.0/man7/OSSL_PROVIDER-legacy.html\">OSSL_PROVIDER-legacy<…
956 "displayName": "`--openssl-legacy-provider`"
959 "textRaw": "`--pending-deprecation`",
960 "name": "`--pending-deprecation`",
967 …mitted\nunless either the <code>--pending-deprecation</code> command-line flag, or the\n<code>NODE…
969 "displayName": "`--pending-deprecation`"
972 "textRaw": "`--policy-integrity=sri`",
973 "name": "`--policy-integrity=sri`",
982 …ior to running any code if the policy does not have\nthe specified integrity. It expects a <a href…
984 "displayName": "`--policy-integrity=sri`"
987 "textRaw": "`--preserve-symlinks`",
988 "name": "`--preserve-symlinks`",
995 …-disk location, Node.js will dereference the link and use the\nactual on-disk \"real path\" of the…
997 "displayName": "`--preserve-symlinks`"
1000 "textRaw": "`--preserve-symlinks-main`",
1001 "name": "`--preserve-symlinks-main`",
1008 …code>require.main</code>).</p>\n<p>This flag exists so that the main module can be opted-in to the…
1010 "displayName": "`--preserve-symlinks-main`"
1013 "textRaw": "`--prof`",
1014 "name": "`--prof`",
1023 "displayName": "`--prof`"
1026 "textRaw": "`--prof-process`",
1027 "name": "`--prof-process`",
1034 … "desc": "<p>Process V8 profiler output generated using the V8 option <code>--prof</code>.</p>",
1036 "displayName": "`--prof-process`"
1039 "textRaw": "`--redirect-warnings=file`",
1040 "name": "`--redirect-warnings=file`",
1047 …code>file</code> name may be an absolute path. If it is not, the default directory it\nwill be wri…
1049 "displayName": "`--redirect-warnings=file`"
1052 "textRaw": "`--report-compact`",
1053 "name": "`--report-compact`",
1061 …eports in a compact format, single-line JSON, more easily consumable\nby log processing systems th…
1063 "displayName": "`--report-compact`"
1066 "textRaw": "`--report-dir=directory`, `report-directory=directory`",
1067 "name": "`--report-dir=directory`,_`report-directory=directory`",
1078 "pr-url": "https://github.com/nodejs/node/pull/32242",
1083 "pr-url": "https://github.com/nodejs/node/pull/27312",
1084 … "description": "Changed from `--diagnostic-report-directory` to `--report-directory`."
1090 "displayName": "`--report-dir=directory`, `report-directory=directory`"
1093 "textRaw": "`--report-filename=filename`",
1094 "name": "`--report-filename=filename`",
1105 "pr-url": "https://github.com/nodejs/node/pull/32242",
1110 "pr-url": "https://github.com/nodejs/node/pull/27312",
1111 … "description": "changed from `--diagnostic-report-filename` to `--report-filename`."
1115 …t will be written.</p>\n<p>If the filename is set to <code>'stdout'</code> or <code>'stderr'</code…
1117 "displayName": "`--report-filename=filename`"
1120 "textRaw": "`--report-on-fatalerror`",
1121 "name": "`--report-on-fatalerror`",
1133 "pr-url": "https://github.com/nodejs/node/pull/32496",
1138 "pr-url": "https://github.com/nodejs/node/pull/27312",
1139 … "description": "changed from `--diagnostic-report-on-fatalerror` to `--report-on-fatalerror`."
1145 "displayName": "`--report-on-fatalerror`"
1148 "textRaw": "`--report-on-signal`",
1149 "name": "`--report-on-signal`",
1160 "pr-url": "https://github.com/nodejs/node/pull/32242",
1165 "pr-url": "https://github.com/nodejs/node/pull/27312",
1166 … "description": "changed from `--diagnostic-report-on-signal` to `--report-on-signal`."
1170 …process. The signal to trigger the report is\nspecified through <code>--report-signal</code>.</p>",
1172 "displayName": "`--report-on-signal`"
1175 "textRaw": "`--report-signal=signal`",
1176 "name": "`--report-signal=signal`",
1187 "pr-url": "https://github.com/nodejs/node/pull/32242",
1192 "pr-url": "https://github.com/nodejs/node/pull/27312",
1193 "description": "changed from `--diagnostic-report-signal` to `--report-signal`."
1197 …al for report generation (not supported on Windows).\nDefault signal is <code>SIGUSR2</code>.</p>",
1199 "displayName": "`--report-signal=signal`"
1202 "textRaw": "`--report-uncaught-exception`",
1203 "name": "`--report-uncaught-exception`",
1211 "pr-url": "https://github.com/nodejs/node/pull/44208",
1219 "pr-url": "https://github.com/nodejs/node/pull/32242",
1224 "pr-url": "https://github.com/nodejs/node/pull/27312",
1225 …"description": "changed from `--diagnostic-report-uncaught-exception` to `--report-uncaught-except…
1231 "displayName": "`--report-uncaught-exception`"
1234 "textRaw": "`--secure-heap=n`",
1235 "name": "`--secure-heap=n`",
1242 …code>n</code> bytes. When initialized, the\nsecure heap is used for selected types of allocations …
1244 "displayName": "`--secure-heap=n`"
1247 "textRaw": "`--secure-heap-min=n`",
1248 "name": "`--secure-heap-min=n`",
1255 …code>--secure-heap</code>, the <code>--secure-heap-min</code> flag specifies the\nminimum allocati…
1257 "displayName": "`--secure-heap-min=n`"
1260 "textRaw": "`--snapshot-blob=path`",
1261 "name": "`--snapshot-blob=path`",
1270 …code>--build-snapshot</code>, <code>--snapshot-blob</code> specifies the path\nwhere the generated…
1272 "displayName": "`--snapshot-blob=path`"
1275 "textRaw": "`--test`",
1276 "name": "`--test`",
1284 "pr-url": "https://github.com/nodejs/node/pull/45214",
1289 …code>--watch-path</code>, <code>--check</code>, <code>--eval</code>, <code>--interactive</code>, o…
1291 "displayName": "`--test`"
1294 "textRaw": "`--test-concurrency`",
1295 "name": "`--test-concurrency`",
1302 …r CLI will execute\nconcurrently. The default value is <code>os.availableParallelism() - 1</code>.…
1304 "displayName": "`--test-concurrency`"
1307 "textRaw": "`--test-name-pattern`",
1308 "name": "`--test-name-pattern`",
1315 …ovided pattern. See the documentation on\n<a href=\"test.html#filtering-tests-by-name\">filtering …
1317 "displayName": "`--test-name-pattern`"
1320 "textRaw": "`--test-reporter`",
1321 "name": "`--test-reporter`",
1328 …o use when running tests. See the documentation on\n<a href=\"test.html#test-reporters\">test repo…
1330 "displayName": "`--test-reporter`"
1333 "textRaw": "`--test-reporter-destination`",
1334 "name": "`--test-reporter-destination`",
1341 …responding test reporter. See the documentation on\n<a href=\"test.html#test-reporters\">test repo…
1343 "displayName": "`--test-reporter-destination`"
1346 "textRaw": "`--test-only`",
1347 "name": "`--test-only`",
1354 …gures the test runner to only execute top level tests that have the <code>only</code>\noption set.…
1356 "displayName": "`--test-only`"
1359 "textRaw": "`--test-shard`",
1360 "name": "`--test-shard`",
1367 …code><index>/<total></code>, where</p>\n<p><code>index</code> is a positive integer, ind…
1369 "displayName": "`--test-shard`"
1372 "textRaw": "`--throw-deprecation`",
1373 "name": "`--throw-deprecation`",
1382 "displayName": "`--throw-deprecation`"
1385 "textRaw": "`--title=title`",
1386 "name": "`--title=title`",
1393 "desc": "<p>Set <code>process.title</code> on startup.</p>",
1395 "displayName": "`--title=title`"
1398 "textRaw": "`--tls-cipher-list=list`",
1399 "name": "`--tls-cipher-list=list`",
1408 "displayName": "`--tls-cipher-list=list`"
1411 "textRaw": "`--tls-keylog=file`",
1412 "name": "`--tls-keylog=file`",
1420 …"<p>Log TLS key material to a file. The key material is in NSS <code>SSLKEYLOGFILE</code>\nformat …
1422 "displayName": "`--tls-keylog=file`"
1425 "textRaw": "`--tls-max-v1.2`",
1426 "name": "`--tls-max-v1.2`",
1434 …esc": "<p>Set <a href=\"tls.html#tlsdefault_max_version\"><code>tls.DEFAULT_MAX_VERSION</code></a>…
1436 "displayName": "`--tls-max-v1.2`"
1439 "textRaw": "`--tls-max-v1.3`",
1440 "name": "`--tls-max-v1.3`",
1447 …p>Set default <a href=\"tls.html#tlsdefault_max_version\"><code>tls.DEFAULT_MAX_VERSION</code></a>…
1449 "displayName": "`--tls-max-v1.3`"
1452 "textRaw": "`--tls-min-v1.0`",
1453 "name": "`--tls-min-v1.0`",
1461 …p>Set default <a href=\"tls.html#tlsdefault_min_version\"><code>tls.DEFAULT_MIN_VERSION</code></a>…
1463 "displayName": "`--tls-min-v1.0`"
1466 "textRaw": "`--tls-min-v1.1`",
1467 "name": "`--tls-min-v1.1`",
1475 …p>Set default <a href=\"tls.html#tlsdefault_min_version\"><code>tls.DEFAULT_MIN_VERSION</code></a>…
1477 "displayName": "`--tls-min-v1.1`"
1480 "textRaw": "`--tls-min-v1.2`",
1481 "name": "`--tls-min-v1.2`",
1489 …p>Set default <a href=\"tls.html#tlsdefault_min_version\"><code>tls.DEFAULT_MIN_VERSION</code></a>…
1491 "displayName": "`--tls-min-v1.2`"
1494 "textRaw": "`--tls-min-v1.3`",
1495 "name": "`--tls-min-v1.3`",
1502 …p>Set default <a href=\"tls.html#tlsdefault_min_version\"><code>tls.DEFAULT_MIN_VERSION</code></a>…
1504 "displayName": "`--tls-min-v1.3`"
1507 "textRaw": "`--trace-atomics-wait`",
1508 "name": "`--trace-atomics-wait`",
1520 …-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait\"><code>Atomics.wait()</code></a> to…
1522 "displayName": "`--trace-atomics-wait`"
1525 "textRaw": "`--trace-deprecation`",
1526 "name": "`--trace-deprecation`",
1535 "displayName": "`--trace-deprecation`"
1538 "textRaw": "`--trace-event-categories`",
1539 "name": "`--trace-event-categories`",
1546 …hould be traced when trace event\ntracing is enabled using <code>--trace-events-enabled</code>.</p…
1548 "displayName": "`--trace-event-categories`"
1551 "textRaw": "`--trace-event-file-pattern`",
1552 "name": "`--trace-event-file-pattern`",
1559 …the filepath for the trace event data, it\nsupports <code>${rotation}</code> and <code>${pid}</cod…
1561 "displayName": "`--trace-event-file-pattern`"
1564 "textRaw": "`--trace-events-enabled`",
1565 "name": "`--trace-events-enabled`",
1574 "displayName": "`--trace-events-enabled`"
1577 "textRaw": "`--trace-exit`",
1578 "name": "`--trace-exit`",
1586 …ce whenever an environment is exited proactively,\ni.e. invoking <code>process.exit()</code>.</p>",
1588 "displayName": "`--trace-exit`"
1591 "textRaw": "`--trace-sigint`",
1592 "name": "`--trace-sigint`",
1602 "displayName": "`--trace-sigint`"
1605 "textRaw": "`--trace-sync-io`",
1606 "name": "`--trace-sync-io`",
1615 "displayName": "`--trace-sync-io`"
1618 "textRaw": "`--trace-tls`",
1619 "name": "`--trace-tls`",
1626 …"desc": "<p>Prints TLS packet trace information to <code>stderr</code>. This can be used to debug …
1628 "displayName": "`--trace-tls`"
1631 "textRaw": "`--trace-uncaught`",
1632 "name": "`--trace-uncaught`",
1639 …code>Error</code> is printed, whereas this makes Node.js also\nprint the stack trace associated wi…
1641 "displayName": "`--trace-uncaught`"
1644 "textRaw": "`--trace-warnings`",
1645 "name": "`--trace-warnings`",
1654 "displayName": "`--trace-warnings`"
1657 "textRaw": "`--track-heap-objects`",
1658 "name": "`--track-heap-objects`",
1667 "displayName": "`--track-heap-objects`"
1670 "textRaw": "`--unhandled-rejections=mode`",
1671 "name": "`--unhandled-rejections=mode`",
1680 "pr-url": "https://github.com/nodejs/node/pull/33021",
1685 …code>throw</code>: Emit <a href=\"process.html#event-unhandledrejection\"><code>unhandledRejection…
1687 "displayName": "`--unhandled-rejections=mode`"
1690 "textRaw": "`--use-bundled-ca`, `--use-openssl-ca`",
1691 "name": "`--use-bundled-ca`,_`--use-openssl-ca`",
1698 …-time.</p>\n<p>The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store\nth…
1700 "displayName": "`--use-bundled-ca`, `--use-openssl-ca`"
1703 "textRaw": "`--use-largepages=mode`",
1704 "name": "`--use-largepages=mode`",
1712 …-map the Node.js static code to large memory pages at startup. If supported on\nthe target system,…
1714 "displayName": "`--use-largepages=mode`"
1717 "textRaw": "`--v8-options`",
1718 "name": "`--v8-options`",
1725 "desc": "<p>Print V8 command-line options.</p>",
1727 "displayName": "`--v8-options`"
1730 "textRaw": "`--v8-pool-size=num`",
1731 "name": "`--v8-pool-size=num`",
1738 …ze which will be used to allocate background jobs.</p>\n<p>If set to <code>0</code> then Node.js w…
1740 "displayName": "`--v8-pool-size=num`"
1743 "textRaw": "`--watch`",
1744 "name": "`--watch`",
1752 "pr-url": "https://github.com/nodejs/node/pull/45214",
1759 …code>--watch-path</code> to specify what paths to watch.</p>\n<p>This flag cannot be combined with…
1761 "displayName": "`--watch`"
1764 "textRaw": "`--watch-path`",
1765 "name": "`--watch-path`",
1774 …code>--watch</code>.</p>\n<p>This flag cannot be combined with\n<code>--check</code>, <code>--eval…
1776 "displayName": "`--watch-path`"
1779 "textRaw": "`--watch-preserve-output`",
1780 "name": "`--watch-preserve-output`",
1781 …restarts the process.</p>\n<pre><code class=\"language-console\">$ node --watch --watch-preserve-o…
1783 "displayName": "`--watch-preserve-output`"
1786 "textRaw": "`--zero-fill-buffers`",
1787 "name": "`--zero-fill-buffers`",
1794 …-fills all newly allocated <a href=\"buffer.html#class-buffer\"><code>Buffer</code></a> and <a hre…
1796 "displayName": "`--zero-fill-buffers`"
1799 "textRaw": "`-c`, `--check`",
1800 "name": "`-c`,_`--check`",
1809 "pr-url": "https://github.com/nodejs/node/pull/19600",
1810 "description": "The `--require` option is now supported when checking a file."
1816 "displayName": "`-c`, `--check`"
1819 "textRaw": "`-e`, `--eval \"script\"`",
1820 "name": "`-e`,_`--eval_\"script\"`",
1828 "pr-url": "https://github.com/nodejs/node/pull/5348",
1829 "description": "Built-in libraries are now available as predefined variables."
1833 …code>script</code>.</p>\n<p>On Windows, using <code>cmd.exe</code> a single quote will not work co…
1835 "displayName": "`-e`, `--eval \"script\"`"
1838 "textRaw": "`-h`, `--help`",
1839 "name": "`-h`,_`--help`",
1846 …"desc": "<p>Print node command-line options.\nThe output of this option is less detailed than this…
1848 "displayName": "`-h`, `--help`"
1851 "textRaw": "`-i`, `--interactive`",
1852 "name": "`-i`,_`--interactive`",
1861 "displayName": "`-i`, `--interactive`"
1864 "textRaw": "`-p`, `--print \"script\"`",
1865 "name": "`-p`,_`--print_\"script\"`",
1873 "pr-url": "https://github.com/nodejs/node/pull/5348",
1874 "description": "Built-in libraries are now available as predefined variables."
1878 "desc": "<p>Identical to <code>-e</code> but prints the result.</p>",
1880 "displayName": "`-p`, `--print \"script\"`"
1883 "textRaw": "`-r`, `--require module`",
1884 "name": "`-r`,_`--require_module`",
1891 …code>require()</code>'s module resolution\nrules. <code>module</code> may be either a path to a fi…
1893 "displayName": "`-r`, `--require module`"
1896 "textRaw": "`-v`, `--version`",
1897 "name": "`-v`,_`--version`",
1906 "displayName": "`-v`, `--version`"
1919 …code>FORCE_COLOR</code> environment variable is used to\nenable ANSI colorized output. The value m…
1932 …"desc": "<p><code>','</code>-separated list of core modules that should print debug information.</…
1939 …"desc": "<p><code>','</code>-separated list of core C++ modules that should print debug informatio…
1965 …code>file</code>. The file should consist of one or more trusted\ncertificates in PEM format. A me…
1978 …"desc": "<p>Data path for ICU (<code>Intl</code> object) data. Will extend linked-in data when com…
1991 "desc": "<p>When set to <code>1</code>, process warnings are silenced.</p>",
2004 …-separated list of command-line options. <code>options...</code> are interpreted\nbefore command-l…
2017 …desc": "<p><code>':'</code>-separated list of directories prefixed to the module search path.</p>\…
2030 …code>1</code>, emit pending deprecation warnings.</p>\n<p>Pending deprecations are generally ident…
2050 …"desc": "<p>When set to <code>1</code>, instructs the module loader to preserve symbolic links whe…
2063 … to stderr instead. This is\nequivalent to using the <code>--redirect-warnings=file</code> command…
2076 …s\n<code>~/.node_repl_history</code>, which is overridden by this variable. Setting the value\nto …
2090 … be loaded in place of the built-in REPL.\nOverriding this value to an empty string (<code>''</cod…
2103 …"desc": "<p>If <code>value</code> equals <code>'1'</code>, the check for a supported platform is s…
2110 …"desc": "<p>If <code>value</code> equals <code>'child'</code>, test reporter options will be overr…
2117 …"desc": "<p>If <code>value</code> equals <code>'0'</code>, certificate validation is disabled for …
2124 …-code-coverage.html\">V8 JavaScript code coverage</a> and\n<a href=\"https://sourcemaps.info/spec.…
2129 …-protocol/tot/Profiler#type-ScriptCoverage\">ScriptCoverage</a> objects on the top-level\nkey <cod…
2138 …-level key <code>source-map-cache</code>\non the JSON coverage object.</p>\n<p><code>source-map-ca…
2149 …"desc": "<p><a href=\"https://no-color.org\"><code>NO_COLOR</code></a> is an alias for <code>NODE…
2162 …-compliant crypto if Node.js is built with\n<code>./configure --openssl-fips</code>.</p>\n<p>If th…
2175 …"desc": "<p>If <code>--use-openssl-ca</code> is enabled, this overrides and sets OpenSSL's directo…
2188 …"desc": "<p>If <code>--use-openssl-ca</code> is enabled, this overrides and sets OpenSSL's file\nc…
2204 "pr-url": "https://github.com/nodejs/node/pull/38642",
2211 "pr-url": "https://github.com/nodejs/node/pull/20026",
2216 …code>TZ</code> environment variable is used to specify the timezone configuration.</p>\n<p>While N…
2223 …code>size</code> threads.</p>\n<p>Asynchronous system APIs are used by Node.js whenever possible, …
2234 …s its own set of CLI options. Any V8 CLI option that is provided to <code>node</code>\nwill be pas…
2237 "textRaw": "`--max-old-space-size=SIZE` (in megabytes)",
2238 "name": "`--max-old-space-size=size`_(in_megabytes)",
2239 …uses and avoid swapping.</p>\n<pre><code class=\"language-console\">$ node --max-old-space-size=15…
2241 "displayName": "`--max-old-space-size=SIZE` (in megabytes)"
2244 "textRaw": "`--max-semi-space-size=SIZE` (in megabytes)",
2245 "name": "`--max-semi-space-size=size`_(in_megabytes)",
2246 …-space</a> size for V8's <a href=\"https://v8.dev/blog/orinoco-parallel-scavenger\">scavenge garba…
2248 "displayName": "`--max-semi-space-size=SIZE` (in megabytes)"