Skip to content

Commit cdec8eb

Browse files
committed
chore: rebuild docs for install-links config
1 parent a26d662 commit cdec8eb

File tree

11 files changed

+132
-0
lines changed

11 files changed

+132
-0
lines changed

docs/content/commands/npm-audit.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,18 @@ This value is not exported to the environment for child processes.
399399
<!-- automatically generated, do not edit manually -->
400400
<!-- see lib/utils/config/definitions.js -->
401401

402+
#### `install-links`
403+
404+
* Default: false
405+
* Type: Boolean
406+
407+
When set file: protocol dependencies that exist outside of the project root
408+
will be packed and installed as regular dependencies instead of creating a
409+
symlink. This option has no effect on workspaces.
410+
411+
<!-- automatically generated, do not edit manually -->
412+
<!-- see lib/utils/config/definitions.js -->
413+
402414
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
403415

404416
### See Also

docs/content/commands/npm-dedupe.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,18 @@ This value is not exported to the environment for child processes.
310310
<!-- automatically generated, do not edit manually -->
311311
<!-- see lib/utils/config/definitions.js -->
312312
313+
#### `install-links`
314+
315+
* Default: false
316+
* Type: Boolean
317+
318+
When set file: protocol dependencies that exist outside of the project root
319+
will be packed and installed as regular dependencies instead of creating a
320+
symlink. This option has no effect on workspaces.
321+
322+
<!-- automatically generated, do not edit manually -->
323+
<!-- see lib/utils/config/definitions.js -->
324+
313325
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
314326
315327
### See Also

docs/content/commands/npm-find-dupes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@ This value is not exported to the environment for child processes.
234234
<!-- automatically generated, do not edit manually -->
235235
<!-- see lib/utils/config/definitions.js -->
236236

237+
#### `install-links`
238+
239+
* Default: false
240+
* Type: Boolean
241+
242+
When set file: protocol dependencies that exist outside of the project root
243+
will be packed and installed as regular dependencies instead of creating a
244+
symlink. This option has no effect on workspaces.
245+
246+
<!-- automatically generated, do not edit manually -->
247+
<!-- see lib/utils/config/definitions.js -->
248+
237249
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
238250

239251
### See Also

docs/content/commands/npm-install-test.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,18 @@ This value is not exported to the environment for child processes.
319319
<!-- automatically generated, do not edit manually -->
320320
<!-- see lib/utils/config/definitions.js -->
321321

322+
#### `install-links`
323+
324+
* Default: false
325+
* Type: Boolean
326+
327+
When set file: protocol dependencies that exist outside of the project root
328+
will be packed and installed as regular dependencies instead of creating a
329+
symlink. This option has no effect on workspaces.
330+
331+
<!-- automatically generated, do not edit manually -->
332+
<!-- see lib/utils/config/definitions.js -->
333+
322334
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
323335

324336
### See Also

docs/content/commands/npm-install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,18 @@ This value is not exported to the environment for child processes.
709709
<!-- automatically generated, do not edit manually -->
710710
<!-- see lib/utils/config/definitions.js -->
711711
712+
#### `install-links`
713+
714+
* Default: false
715+
* Type: Boolean
716+
717+
When set file: protocol dependencies that exist outside of the project root
718+
will be packed and installed as regular dependencies instead of creating a
719+
symlink. This option has no effect on workspaces.
720+
721+
<!-- automatically generated, do not edit manually -->
722+
<!-- see lib/utils/config/definitions.js -->
723+
712724
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
713725
714726
### Algorithm

docs/content/commands/npm-link.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ This value is not exported to the environment for child processes.
387387
<!-- automatically generated, do not edit manually -->
388388
<!-- see lib/utils/config/definitions.js -->
389389

390+
#### `install-links`
391+
392+
* Default: false
393+
* Type: Boolean
394+
395+
When set file: protocol dependencies that exist outside of the project root
396+
will be packed and installed as regular dependencies instead of creating a
397+
symlink. This option has no effect on workspaces.
398+
399+
<!-- automatically generated, do not edit manually -->
400+
<!-- see lib/utils/config/definitions.js -->
401+
390402
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
391403

392404
### See Also

docs/content/commands/npm-ls.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,18 @@ This value is not exported to the environment for child processes.
285285
<!-- automatically generated, do not edit manually -->
286286
<!-- see lib/utils/config/definitions.js -->
287287

288+
#### `install-links`
289+
290+
* Default: false
291+
* Type: Boolean
292+
293+
When set file: protocol dependencies that exist outside of the project root
294+
will be packed and installed as regular dependencies instead of creating a
295+
symlink. This option has no effect on workspaces.
296+
297+
<!-- automatically generated, do not edit manually -->
298+
<!-- see lib/utils/config/definitions.js -->
299+
288300
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
289301

290302
### See Also

docs/content/commands/npm-prune.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@ This value is not exported to the environment for child processes.
191191
<!-- automatically generated, do not edit manually -->
192192
<!-- see lib/utils/config/definitions.js -->
193193

194+
#### `install-links`
195+
196+
* Default: false
197+
* Type: Boolean
198+
199+
When set file: protocol dependencies that exist outside of the project root
200+
will be packed and installed as regular dependencies instead of creating a
201+
symlink. This option has no effect on workspaces.
202+
203+
<!-- automatically generated, do not edit manually -->
204+
<!-- see lib/utils/config/definitions.js -->
205+
194206
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
195207

196208
### See Also

docs/content/commands/npm-rebuild.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@ This value is not exported to the environment for child processes.
162162
<!-- automatically generated, do not edit manually -->
163163
<!-- see lib/utils/config/definitions.js -->
164164

165+
#### `install-links`
166+
167+
* Default: false
168+
* Type: Boolean
169+
170+
When set file: protocol dependencies that exist outside of the project root
171+
will be packed and installed as regular dependencies instead of creating a
172+
symlink. This option has no effect on workspaces.
173+
174+
<!-- automatically generated, do not edit manually -->
175+
<!-- see lib/utils/config/definitions.js -->
176+
165177
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
166178

167179
### See Also

docs/content/commands/npm-uninstall.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,18 @@ This value is not exported to the environment for child processes.
145145
<!-- automatically generated, do not edit manually -->
146146
<!-- see lib/utils/config/definitions.js -->
147147

148+
#### `install-links`
149+
150+
* Default: false
151+
* Type: Boolean
152+
153+
When set file: protocol dependencies that exist outside of the project root
154+
will be packed and installed as regular dependencies instead of creating a
155+
symlink. This option has no effect on workspaces.
156+
157+
<!-- automatically generated, do not edit manually -->
158+
<!-- see lib/utils/config/definitions.js -->
159+
148160
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
149161

150162
### See Also

0 commit comments

Comments
 (0)