Documentation
Feedback
Guides
App Development

App Development
VTEX IO CLI
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

_10
brew uninstall vtex


 Linux
  • Standalone

_10
curl -L https://vtex.io/vtexcli/uninstall | sh

The standalone is a tarball with a binary that contains its own node.js binary.


 Windows

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

Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
1
Photo of the contributor
+ 1 contributors
On this page