🌐
Shopify
shopify.dev › docs › apps › build › cli-for-apps › app-configuration
App configuration
You can configure your apps locally with TOML files, then deploy your changes using Shopify CLI.
🌐
Shopify
shopify.dev › docs › apps › build › cli-for-apps › manage-app-config-files
Manage app config files
Use shopify app config link to generate additional configuration files for development or staging apps. You can also re-link upstream Shopify apps if your configuration file gets deleted, corrupted, or out-of-sync.
🌐
Shopify
shopify.dev › docs › api › shopify-cli › app › app-config-link
app config link
Pulls app configuration from the Dev Dashboard and creates or overwrites a configuration file. You can create a new app with this command to start with a default configuration file. For more information on the format of the created TOML configuration file, refer to the [App configuration](/docs/apps/tools/cli/configuration) page.
🌐
Shopify
shopify.dev › docs › apps › tools › cli › configuration
App configuration - Shopify.dev
You can configure your apps locally with TOML files, then deploy your changes using Shopify CLI.
🌐
GitHub
github.com › Shopify › cli › blob › main › packages › cli › README.md
cli/packages/cli/README.md at main · Shopify/cli
USAGE $ shopify app function replay [--client-id <value> | -c <value>] [-j] [-l <value>] [--no-color] [--path <value>] [--reset | ] [--verbose] [-w] FLAGS -c, --config=<value> The name of the app configuration. -j, --json Output the result as JSON. -l, --log=<value> Specifies a log identifier to replay instead of selecting from a list. The identifier is provided in the output of `shopify app dev` and is the suffix of the log file name.
Author   Shopify
🌐
YouTube
youtube.com › code inspire
09 - Shopify app settings and configuration in admin - YouTube
🚀 *Welcome to "Shopify App Development with Remix" - Free Course!* 🚀In this exciting new series, dive into the world of Shopify app development with Remix,...
Published   February 13, 2024
Views   4K
🌐
GitHub
github.com › Shopify › shopify_app › blob › main › lib › shopify_app › configuration.rb
shopify_app/lib/shopify_app/configuration.rb at main · Shopify/shopify_app
@webhooks_manager_queue_name = Rails.application.config.active_job.queue_name · @disable_webpacker = ENV["SHOPIFY_APP_DISABLE_WEBPACKER"].present? @scope = [] end · · def login_url · @login_url || File.join(@root_url, "login") end ·
Author   Shopify
🌐
Shopify Community
community.shopify.com › shopify apps
How to run shopify app locally with specific toml config file
September 26, 2025 - Hi, I am developing the app using remix and I keep on running into same issue every few days. I create a new partners org, create a store on it, install app and I can change the configurations of the app via UI by going to partners → apps → configurations.
🌐
Shopify Community
community.shopify.com › shopify apps
Partner Dashboard App configuration do not get updated when i run ...
January 6, 2024 - I make some configuration changes to my toml file. when i tried running shopify app config:push i got this │ │ │ Command no longer supported. │ │ │ │ To update your app configuration, upgrade Shopify CLI to the l…
Find elsewhere
🌐
Shopify
shopify.dev › docs › apps › build › cli-for-apps › app-structure
App structure
For more details, refer to App configuration. You can use TOML files with names matching format shopify.app.{config-name}.toml to link your project to multiple Shopify apps.
🌐
Shopify Community
community.shopify.com › shopify discussion
Cannot use two apps for production and staging with .toml files and shopify app config link
September 30, 2024 - I have followed the steps explained ... (flett-development-local). I have made sure to use “shopify app config link” and link the toml file to a new app, and the “shopify app config use” to select the “shopify.app.local.toml” file. Any ideas to why the shopify CLI ...
🌐
Shopify Community
community.shopify.com › retired boards › appdev › tools
Shopify CLI asking to create a new config file at every app restart ...
February 13, 2024 - Every time I create a try to restart ... is called Kuba Labs. If i select it, it asks another time to create a config file. I already have a config file called shopify.app.toml in my app, I want to use that one. How can I do it ? Is this a bug?...
🌐
DEV Community
dev.to › joshatflare › managing-and-handling-configurations-in-your-shopify-app-3l07
Managing and Handling Configurations in a Shopify App - DEV Community
February 28, 2024 - It's wise to maintain separate TOML files for development and production to avoid any mix-ups. You can easily switch between these files using the npm run shopify app config use <TOML> command, substituting <TOML> with the desired file's name.
🌐
Shopify
shopify.dev › docs › api › shopify-cli › app › app-config-use
app config use
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.
🌐
Shopify
shopify.dev › docs › apps › build › app-extensions › configure-app-extensions
Configure app extensions
When you generate an app extension, a TOML configuration file named shopify.extension.toml is automatically generated in your app's extension directory.
🌐
GitHub
github.com › shopify › cli › issues › 6293
[Feature]: Skip prompts when using shopify app config link -c with existing config · Issue #6293 · Shopify/cli
July 21, 2025 - Improve the behavior of shopify app config link -c <configName> so that when an existing .toml file is specified, the CLI refreshes or updates the file directly without prompting for organization or app selection again.
Published   Aug 20, 2025
🌐
GitHub
github.com › Shopify › web-configs
GitHub - Shopify/web-configs: Common configurations for building web apps at Shopify
This repository contains common configurations for building web apps at Shopify.
Starred by 487 users
Forked by 59 users
Languages   JavaScript 98.8% | TypeScript 1.2%
🌐
Shopify Community
community.shopify.com › shopify apps
How do I setup my shopify.web.toml files? - Shopify Apps - Shopify ...
March 7, 2023 - Hi! I am having trouble with setting up my shopify.web.toml files for my NodeJS project, and I don’t really understand the documentation. It isn’t very clear and concise to me. So, I want my app to run under a frontend…
🌐
Shopify Polaris React
polaris-react.shopify.com › patterns › app-settings-layout
App settings layout — Shopify Polaris React
In the right column, settings are grouped in cards to make it easier for merchants to configure a setting after it's been found, or to configure multiple settings that might belong together. ... This pattern is used specifically for finding and updating individual app settings within the Shopify ...
🌐
Shopify
shopify.dev › docs › api › shopify-cli › app
Shopify CLI App commands
Pulls app configuration from the Dev Dashboard and creates or overwrites a configuration file. ... Sets default configuration when you run app-related CLI commands. ... Builds the app, then deploys your app configuration and extensions. ... Builds and previews your app on a dev store, and watches for changes. ... Stop the app preview that was started with shopify app dev.