--- title: app info description: 'The information returned includes the following:' api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-info' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-info.md' --- # app info The information returned includes the following: * The app and dev store that's used when you run the [dev](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [`dev --reset`](https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset). * The [structure](https://shopify.dev/docs/apps/tools/cli/structure) of your app project. * The [access scopes](https://shopify.dev/docs/api/usage) your app has requested. * System information, including the package manager and version of Shopify CLI used in the project. #### Flags The following flags are available for the `app info` 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. * **--web-env** **''** **env: SHOPIFY\_FLAG\_OUTPUT\_WEB\_ENV** Outputs environment variables necessary for running and deploying web/. * **-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. Automatically disables color output. Examples ### Examples * #### ##### app info ```sh shopify app info [flags] ``` ***