Docs For CLI
Set Proxy
vmr sp "http(socks5)://127.0.0.1:xxxx"
Set Reverse Proxy
vmr sr "https://proxy.vmr.us.kg/proxy/"
Show help info.
vmr -h
Show available SDK list.
vmr show
Show available version list for an SDK.
vmr search <sdk-name>
Show local installed SDKs.
vmr installed-sdks
Show local installed SDKs and their versions.
vmr installed-info
Show local installed versions for an SDK.
vmr local <sdk-name>
Install and switch to the specific version of an SDK globally.
vmr use <sdk-name@version>
Temporarily switch to specific version of an SDK in current termianl session.
vmr use -s <sdk-name@version>
Lock the SDK version for current project.
vmr use -l <sdk-name@version>
Uninstall the specific version of an SDK. (But not the one currently in use.)
vmr uninstall <sdk-name@version>
Uninstall all local installed versions for an SDK. (Including the one currently in use.)
vmr uninstall <sdk-name@all>
Add auto-completions for shell.
vmr add-completions
Allow/Disallow nested sessions.
vmr nested-sessions
Show the mode of crrent shell.
vmr is-session-mode
SDK List not found?
How to enable multi-thread download?
Set number of threads > 1.
vmr st 2
How to toggle customed mirrors?
# $HOME/.vmr/customed_mirrors.tomlvmr tm
The default customed mirrors is available here.