mise sync node
- Usage:
mise sync node [FLAGS] - Effect: modifies state
- Source code:
src/cli/sync/node.rs
Symlinks all tool versions from an external tool into mise
For example, use this to import all Homebrew node installs into mise
This won't overwrite managed installs, runtime aliases, or links from other providers.
Flags
--brew— Get tool versions from Homebrew--nodenv— Get tool versions from nodenv--nvm— Get tool versions from nvm-h --help— Print help
Examples:
brew install node@18 node@20
mise sync node --brew
mise use -g node@18 - uses Homebrew-provided node