Browse Source

update docs/commands.md

remotes/origin/list-filter
Gal Schlezinger 9 months ago
parent
commit
c019f1cf2e
  1. 18
      docs/commands.md

18
docs/commands.md

@ -81,6 +81,9 @@ List all remote Node.js versions @@ -81,6 +81,9 @@ List all remote Node.js versions
Usage: fnm list-remote [OPTIONS]
Options:
--filter <FILTER>
Filter with SemVer
--node-dist-mirror <NODE_DIST_MIRROR>
<https://nodejs.org/dist/> mirror
@ -92,6 +95,21 @@ Options: @@ -92,6 +95,21 @@ Options:
[env: FNM_DIR]
--lts [<LTS>]
Show only LTS versions (optionally filter by LTS codename)
--sort <SORT>
Version sorting order
[default: asc]
Possible values:
- desc: Sort versions in descending order (latest to earliest)
- asc: Sort versions in ascending order (earliest to latest)
--latest
Only show the latest matching version
--log-level <LOG_LEVEL>
The log level of fnm commands

Loading…
Cancel
Save