add | Adds the specified app(s) to the manifest's dependencies |
autoupdate | Automatically updates VTEX IO's CLI |
browse | Opens the URL relative to your current workspace and account in a new browser window |
config | Env Configuration |
debug dotnet | Debug .NET applications (IDEs only) |
deploy | Publishes an app as a stable version. Only works for apps previously published as a release candidate version [see vtex publish --help] |
deprecate | Deprecates the specified app, uninstalling and downgrading it to the latest stable version in every VTEX account |
deps | Displays the differences between the dependencies of two distinct workspaces. If a single parameter is passed, the specified workspace's dependencies are compared with the master's. If no parameter is passed, the diff is made between the current workspace and master |
edition | Displays the Edition App version installed on the current account |
help | Displays help for VTEX CLI commands |
infra | Infra service |
init | Copies starting files and folders from VTEX boilerplates into your local directories |
install | Installs an app on the current workspace. If not specified which one, it defaults to the app in the current directory |
lighthouse | Runs a Lighthouse audit over the specified URL |
lh | Runs a Lighthouse audit over the specified URL |
link | Syncs the app in the current directory with the development workspace in use |
list | Lists the apps installed on the current workspace and account |
local token | Prints the user's auth token and copies it to the clipboard |
login | Login to a VTEX account |
logout | Logs out of the current VTEX account |
logs | Shows logs of an app. (Only apps in production.) |
publish | Publishes the app in the current directory as a release candidate version |
redirects | Redirects from the current account and workspace |
release | (Only for git users.) Bumps the app version, commits, and pushes to remote the app in the current directory |
settings | VTEX CLI Settings |
setup | Sets up typings and tools for the current development environment |
submit | Submits the current app, or an specified one, to validation from VTEX App Store team |
support | Logs in as support to another VTEX account |
switch | Switches to another VTEX account |
test | Runs unit tests for the app in the current directory |
undeprecate | Reestablishes a deprecated version of an app as a stable version |
uninstall | Uninstalls an app from the current workspace. If not specified which app to uninstall, it defaults to the app in the current directory |
unlink | Unlinks an app from the current workspace. If not specified which app to unlink, it defaults to the app in the current directory |
update | Updates all installed apps to the latest (minor or patch) version. Does not upgrade to another major version |
url | Prints base URL for the current account and workspace |
whoami | Prints the current account, workspace, environment, and login details |
workspace | Workspace from the current account |