Uninstalling VTEX IO's CLI
To uninstall VTEX IO's CLI from your system, run the command relative to your operating system or package manager.
️ This will also remove all plugins from your system.
MacOS
- Brew
brew uninstall vtex
Linux
- Standalone
curl -L https://vtex.io/vtexcli/uninstall | sh
️ The standalone is a tarball with a binary that contains its own node.js binary.
Windows
-
Standalone.exe
Follow the Window's uninstall tutorial to remove the VTEX IO's CLI from your programs list.
Uninstalling VTEX IO's CLI via NPM
If you have installed VTEX IO's CLI via NPM, to uninstall it on your machine run the following in your command line:
yarn global remove vtex
Updated about 9 hours ago
Did this page help you?