🌐
Shopify
shopify.dev › docs › api › shopify-cli › app › app-config-link
app config link
Shopify CLI · Copy page MD · 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.
🌐
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
Learn more about managing app configuration files. ... Changes to the shopify.app.toml are applied automatically during app dev for your chosen development store.
🌐
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 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 ... even though it says that it uses the .toml file for (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.lo...
🌐
GitHub
github.com › Shopify › shopify-app-template-remix › issues › 646
Running shopify app config link fails with "Fix a schema error ...
April 2, 2024 - Running yarn shopify app config link should generate a shopify.app.toml configuration file for an existing app.
Published   Apr 02, 2024
🌐
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 › cli › blob › main › packages › cli › README.md
cli/packages/cli/README.md at main · Shopify/cli
The information returned includes the following: - The function handle - The function name - The function API version - The targeting configuration - The schema path - The WASM path - The function runner path · Replays a function run from an app log. 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.
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 ... app and I can change the configurations of the app via UI by going to partners → apps → configurations....
Find elsewhere
🌐
Jeff Edmondson
jeffedmondson.dev › shopify-app-development-workflow
Shopify App Development Workflow (Dev & Prod)
May 21, 2024 - Run shopify app config link to create a new configuration file for your app. You will be asked if you want to create a new app.
🌐
Shopify Community
community.shopify.com › shopify apps
Partner Dashboard App configuration do not get updated when i run ...
January 11, 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
You can use TOML files with names matching format shopify.app.{config-name}.toml to link your project to multiple Shopify apps.
🌐
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 › retired boards › appdev › tools
Shopify CLI asking to create a new config file at every app restart ...
February 18, 2024 - Every time I create a try to restart my shopify dev app with the command → shopify app dev --tunnel-url https://xxxxx.ngrok-free.app:8000 it asks if i want to link it to an already existing app. The app that i already have is called Kuba Labs. If i select it, it asks another time to create a config file.
🌐
Shopify Community
community.shopify.com › shopify apps
Application Url
September 19, 2025 - I see shopify partner dashbard ui updated. How can i update application uril?
🌐
GitHub
github.com › shopify › cli › issues › 6038
[Bug]: shopify app config link - success message goes to stderr · Issue #6038 · Shopify/cli
June 28, 2025 - When running shopify app config link, I would expect the "success" message to be routed through stdout
Published   Jun 28, 2025
🌐
Shopify
shopify.dev › docs › apps › structure › configuration
App configuration - Shopify.dev
Learn more about managing app configuration files. ... Changes to the shopify.app.toml are applied automatically during app dev for your chosen development store.
🌐
BoldDesk
support.bolddesk.com › kb › article › 13570 › installing-and-configuring-the-shopify-apps
Installing And Configuring The Shopify App
Configure Account - Enter the store name, specify the subdomain for the store, and provide the access token (Token of Custom App is generated from your Shopify store). App permissions allow you to manage access to integrated applications within your organization. You can control who can read, modify, and use applications based on roles and brands. For detailed configuration steps, please refer to the following link: App Permissions & Visibility Guide
🌐
PeerDH
peerdh.com › blogs › programming-insights › understanding-shopify-cli-app-configuration
Understanding Shopify Cli App Configuration – peerdh.com
September 22, 2024 - To set up the app config link, follow these steps: Open the Configuration File: Navigate to your app's root directory and open the shopify.app.toml file.
🌐
Shopify Community
community.shopify.com › shopify apps
Unable to use same development environment for multiple developers ...
January 19, 2024 - I have a small clarification regarding Shopify app development.Currently, we are developing a custom Shopify app with two developers. We are using the same partner account and the same app credentials for our local development environments. Our development framework is Remix, and we’re utilizing ...