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 › 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.
Videos
01:36
Mastering Shopify's App Configurations - Avoid Common ...
02:36:24
Remix - Shopify App Development | Admin Api | Theme app Extensions ...
05:05
How to Add an App to Shopify: A Step-by-Step Guide - YouTube
How to create a Shopify App - An overview
02:01
App - Configuration of your Shopify - YouTube
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 › build › app-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
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…
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
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.
Shopify Community
community.shopify.com › shopify apps
Why does my app configuration revert after running npm run dev? ...
August 29, 2023 - Hi everyone, I have a question. . . . I modified “shopify.app.toml” and successfully pushed the configuration through the command “npm run shopify app config push”. But when I run “npm run dev”, “shopify.app.toml” autom…
GitHub
github.com › shopify › cli › issues › 6293
[Feature]: Skip prompts when using shopify app config link -c with existing config · Issue #6293 · Shopify/cli
August 20, 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
Shopify Community
community.shopify.com › shopify apps
How do I setup my shopify.web.toml files? - Shopify Apps - Shopify ...
March 8, 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…
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%
GitHub
github.com › Shopify › shopify-app-template-remix › issues › 646
Running shopify app config link fails with "Fix a schema error ...
April 2, 2024 - # Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration client_id = "XXX"
Published Apr 02, 2024