--- title: app versions list description: >- Lists the deployed app versions. An app version is a snapshot of your app extensions. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-versions-list' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-versions-list.md' --- # app versions list Lists the deployed app versions. An app version is a snapshot of your app extensions. ## Flags The following flags are available for the `app versions list` command: * **--client-id \** **string** **env: SHOPIFY\_FLAG\_CLIENT\_ID** The Client ID of your app. * **--no-color** **env: SHOPIFY\_FLAG\_NO\_COLOR** Disable color output. * **--path \** **string** **env: SHOPIFY\_FLAG\_PATH** The path to your app directory. * **--reset** **env: SHOPIFY\_FLAG\_RESET** Reset all your settings. * **--verbose** **env: SHOPIFY\_FLAG\_VERBOSE** Increase the verbosity of the output. * **-c, --config \** **string** **env: SHOPIFY\_FLAG\_APP\_CONFIG** The name of the app configuration. * **-j, --json** **env: SHOPIFY\_FLAG\_JSON** Output the result as JSON. Examples ### Examples * #### app versions list ##### app versions list ```bash shopify app versions list [flags] ```