docs/cli/sync/node.md
mise sync nodemise sync node [FLAGS]src/cli/sync/node.rsSymlink node versions installed by nvm, nodenv, or Homebrew into mise
Use this to make versions installed by another version manager available to mise.
This won't overwrite managed installs, runtime aliases, or links from other providers.
--brew — Get tool versions from Homebrew--nodenv — Get tool versions from nodenv--nvm — Get tool versions from nvm-h --help — Print helpbrew install node@20
mise sync node --brew
mise use -g node@20 # uses Homebrew-provided node