shopify app info
Print basic information about your app and extensions.
The information returned includes the following:
- The app and dev store that's used when you run the dev command. You can reset these configurations using
dev --reset. - The structure of your app project.
- The access scopes your app has requested.
- System information, including the package manager and version of Shopify CLI used in the project.
Usage
shopify app info [flags]Summary
Print basic information about your app and extensions.
Flags
--client-id <value>string— The Client ID of your app. optional Environment:SHOPIFY_FLAG_CLIENT_ID.--no-color— Disable color output. optional Environment:SHOPIFY_FLAG_NO_COLOR.--path <value>string— The path to your app directory. optional Environment:SHOPIFY_FLAG_PATH.--reset— Reset all your settings. optional Environment:SHOPIFY_FLAG_RESET.--verbose— Increase the verbosity of the output. optional Environment:SHOPIFY_FLAG_VERBOSE.--web-env— Outputs environment variables necessary for running and deploying web/. optional Environment:SHOPIFY_FLAG_OUTPUT_WEB_ENV.-c, --config <value>string— The name of the app configuration. optional Environment:SHOPIFY_FLAG_APP_CONFIG.-j, --json— Output the result as JSON. Automatically disables color output. optional Environment:SHOPIFY_FLAG_JSON.