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.
[Feature]: Skip prompts when using shopify app config link -c with existing config
What area(s) will this request affect? App What type of change do you want to see? New feature Overview Improve the behavior of shopify app config link -c so that when an existin... More on github.com
Cannot use two apps for production and staging with .toml files and shopify app config link
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... More on community.shopify.com
How to run shopify app locally with specific toml config file
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. More on community.shopify.com
Application Url
I see shopify partner dashbard ui updated. How can i update application uril? More on community.shopify.com
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 › 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 apps
Application Url
September 19, 2025 - I see shopify partner dashbard ui updated. How can i update application uril?
Shopify Community
community.shopify.com › retired boards › appdev › tools
Shopify CLI asking to create a new config file at every app restart (shopify app dev) - Shopify Community
February 25, 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.
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-template-remix › issues › 646
Running shopify app config link fails with "Fix a schema ...
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
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
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 Help Center
help.shopify.com › en › manual › apps › working-with-apps
Shopify Help Center | Managing apps
Click the app that you want to view. ... From the Shopify app, tap > Settings.
Shopify Community
community.shopify.com › shopify apps
How to create a dynamic link with variables in Shopify ...
September 19, 2024 - I’m trying to create a link to the app settings within a Shopify block using schema in Liquid. I want to include dynamic variables like shop.domain and block.id in the URL. Here’s my code: {% schema %} { "name": "block", "target": "body", "settings": [ { "type": "header", "content": "Customize [App Configuration Page](https://admin.shopify.com/store/{{ shop.domain }}/apps/myapp/{{ block.id }})" } ] } {% endschema %} However, the variables {{...
Shopify Community
community.shopify.com › shopify apps
Route config in "routes.js" is invalid.
October 8, 2024 - getting error on deploying in heroku remote: Step 9/10 : RUN npm run build remote: —> Running in 6639f26b9b28 remote: remote: > build remote: > remix vite:build remote: remote: Route config in “routes.js” is invalid. remote: remote: Error: Failed to load url @remix-run/fs-routes (resolved ...
Shopify Community
community.shopify.com › shopify apps
Why does the application URL change every time I run ...
December 8, 2023 - I am having an issue where I try and run “npm run dev” and it tells me the callback urls need to be changed to the values presented, then run “npm run shopify app config push” which I do. When I run the command, however, I get the error “Command no longer supported” and instead ...
Shopify Community
community.shopify.com › shopify apps
Re: Once shopify app is in production and How to test after ...
August 11, 2023 - I have deployed my shopify app on heroku and updated app url and redirection url in partners dashboard now after testing I found some bugs on it so now I have to change app url and redirection to my local host (ngrok) ag…