Documentation
Feedback
Guides
App Development

App Development
Local development
Listing an account’s apps

Understanding the apps installed or linked to an account is pivotal for effective development and account management. The VTEX IO CLI simplifies this task by providing a straightforward command to access the list of apps associated with a specific account and workspace.

Step by step

  1. Open the terminal and log into the desired account using the VTEX IO CLI. If applicable, switch to the desired workspace.

  2. Run the following command:


    _10
    vtex list

Upon executing this command, the VTEX IO CLI will display a detailed list of installed and linked apps within the account. This list includes vital information such as app names and their respective versions.

Example output:


_19
$ vtex list
_19
_19
Edition Apps in mystore at workspace master
_19
vtex.admin 4.56.3
_19
vtex.admin-account-details 1.0.3
_19
vtex.admin-apps 4.3.1
_19
vtex.admin-audit 2.13.5
_19
...
_19
vtex.workspace-analytics 0.1.7
_19
_19
Installed Apps in mystore at workspace master
_19
vtex.affiliates 1.8.0
_19
vtex.app-store-seller 0.12.9
_19
vtex.availability-notify 1.12.1
_19
...
_19
vtex.social-selling 0.8.0
_19
_19
Linked Apps in mystore at workspace master
_19
You have no linked apps

Note that the list is organized into three categories:

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