--- title: app config use description: >- Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-config-use' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-config-use.md' --- # app config usecommand Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project. ## Flags The following flags are available for the `app config use` 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. ### Examples * #### app config use ##### app config use ```bash shopify app config use [config] [flags] ```