|
|
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
|
|
|
|
# `fnm` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm 1.31.1 |
|
|
|
|
fnm 1.32.0 |
|
|
|
|
A fast and simple Node.js manager |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -77,7 +78,9 @@ SUBCOMMANDS:
@@ -77,7 +78,9 @@ SUBCOMMANDS:
|
|
|
|
|
use |
|
|
|
|
Change Node.js version |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm alias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-alias |
|
|
|
|
Alias a version to a common name |
|
|
|
@ -132,7 +135,9 @@ OPTIONS:
@@ -132,7 +135,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm completions` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-completions |
|
|
|
|
Print shell completions to stdout |
|
|
|
@ -183,7 +188,9 @@ OPTIONS:
@@ -183,7 +188,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm current` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-current |
|
|
|
|
Print the current Node.js version |
|
|
|
@ -231,7 +238,9 @@ OPTIONS:
@@ -231,7 +238,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm default` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-default |
|
|
|
|
Set a version as the default version |
|
|
|
@ -285,7 +294,9 @@ OPTIONS:
@@ -285,7 +294,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm env` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-env |
|
|
|
|
Print and set up required environment variables for fnm |
|
|
|
@ -314,6 +325,9 @@ OPTIONS:
@@ -314,6 +325,9 @@ OPTIONS:
|
|
|
|
|
-h, --help |
|
|
|
|
Print help information |
|
|
|
|
|
|
|
|
|
--json |
|
|
|
|
Print JSON instead of shell commands |
|
|
|
|
|
|
|
|
|
--log-level <LOG_LEVEL> |
|
|
|
|
The log level of fnm commands |
|
|
|
|
|
|
|
|
@ -348,7 +362,9 @@ OPTIONS:
@@ -348,7 +362,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm exec` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-exec |
|
|
|
|
Run a command within fnm context |
|
|
|
@ -408,11 +424,15 @@ OPTIONS:
@@ -408,11 +424,15 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm help` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm install` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-install |
|
|
|
|
Install a new Node.js version |
|
|
|
@ -470,7 +490,9 @@ OPTIONS:
@@ -470,7 +490,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm list` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list |
|
|
|
|
List all locally installed Node.js versions |
|
|
|
@ -518,7 +540,9 @@ OPTIONS:
@@ -518,7 +540,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm list-remote` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list-remote |
|
|
|
|
List all remote Node.js versions |
|
|
|
@ -566,7 +590,9 @@ OPTIONS:
@@ -566,7 +590,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm unalias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-unalias |
|
|
|
|
Remove an alias definition |
|
|
|
@ -618,7 +644,9 @@ OPTIONS:
@@ -618,7 +644,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm uninstall` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-uninstall |
|
|
|
|
Uninstall a Node.js version |
|
|
|
@ -673,7 +701,9 @@ OPTIONS:
@@ -673,7 +701,9 @@ OPTIONS:
|
|
|
|
|
[default: local] |
|
|
|
|
[possible values: local, recursive] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
# `fnm use` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-use |
|
|
|
|
Change Node.js version |
|
|
|
|