Menu
Guides
App Development

App Development

Updating VTEX IO's CLI

1 min read

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
1
Photo of the contributor Carolina Menezes
+ 1 contributors
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
1
Photo of the contributor Carolina Menezes
+ 1 contributors
On this page
Was this helpful?
Suggest Edits (GitHub)
On this page