--- title: app config pull description: >- Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file. This command reuses the existing linked app and organization and skips all interactive prompts. Use `--config` to target a specific configuration file, or omit it to use the default one. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-config-pull' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-config-pull.md' --- # app config pull Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file. This command reuses the existing linked app and organization and skips all interactive prompts. Use `--config` to target a specific configuration file, or omit it to use the default one. ## Flags The following flags are available for the `app config pull` 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. Examples ### Examples * #### app config pull ##### app config pull ```bash shopify app config pull [flags] ```