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
_10brew uninstall vtex
Linux
- Standalone
_10curl -L https://vtex.io/vtexcli/uninstall | sh
The standalone is a tarball with a binary that contains its own node.js binary.
Windows
-
Standalone
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:
_10 yarn global remove vtex