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
brew upgrade vtex
brew unlink vtex brew install vtex/vtex

 Linux
  • Standalone
vtex autoupdate

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


 Windows
  • Standalone.exe
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:

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