Managing apps
Listing an account’s appsListing 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.
Instructions
-
Open the terminal and log into the desired account using the VTEX IO CLI. If applicable, switch to the desired workspace.
-
Run the following command:
_10vtex 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_19Edition Apps in mystore at workspace master_19vtex.admin 4.56.3 _19vtex.admin-account-details 1.0.3 _19vtex.admin-apps 4.3.1 _19vtex.admin-audit 2.13.5 _19..._19vtex.workspace-analytics 0.1.7 _19_19Installed Apps in mystore at workspace master_19vtex.affiliates 1.8.0 _19vtex.app-store-seller 0.12.9_19vtex.availability-notify 1.12.1_19..._19vtex.social-selling 0.8.0 _19_19Linked Apps in mystore at workspace master_19You have no linked apps
Note that the list is organized into three categories:
- Edition Apps: Apps installed by an Edition App. Modifying these app versions and configurations is restricted to the Sponsor Account.
- Installed Apps: Independently installed apps.
- Linked Apps: Apps linked in a development workspaces.