Documentation
Feedback
Guides
App Development

App Development
VTEX IO CLI
Updating VTEX IO's CLI

If the VTEX IO’s CLI version installed on your machine is outdated or deprecated, run the command relative to your operating system to update it.

 MacOS
  • Brew
Update

_10
brew upgrade vtex

Reinstall

_10
brew unlink vtex
_10
brew install vtex/vtex


 Linux
  • Standalone

_10
vtex autoupdate

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


 Windows
  • Standalone.exe

_10
vtex autoupdate


Updating VTEX IO's CLI via NPM

If you have installed VTEX IO's CLI via NPM, run the following command to update or handle a deprecated version:


_10
yarn global add vtex

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