You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
+80-1Lines changed: 80 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,85 @@
164
164
"strict": true,
165
165
"summary": "Fetch your app configuration from the Developer Dashboard."
166
166
},
167
+
"app:config:pull": {
168
+
"aliases": [
169
+
],
170
+
"args": {
171
+
},
172
+
"customPluginName": "@shopify/app",
173
+
"description": "Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file.\n\nThis command reuses the existing linked app and organization and skips all interactive prompts. Use the --config flag to target a specific configuration file, or omit it to use the default one.",
174
+
"descriptionWithMarkdown": "Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file.\n\nThis command reuses the existing linked app and organization and skips all interactive prompts. Use `--config` to target a specific configuration file, or omit it to use the default one.",
175
+
"flags": {
176
+
"client-id": {
177
+
"description": "The Client ID of your app.",
178
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
179
+
"exclusive": [
180
+
"config"
181
+
],
182
+
"hasDynamicHelp": false,
183
+
"hidden": false,
184
+
"multiple": false,
185
+
"name": "client-id",
186
+
"type": "option"
187
+
},
188
+
"config": {
189
+
"char": "c",
190
+
"description": "The name of the app configuration.",
191
+
"env": "SHOPIFY_FLAG_APP_CONFIG",
192
+
"hasDynamicHelp": false,
193
+
"hidden": false,
194
+
"multiple": false,
195
+
"name": "config",
196
+
"type": "option"
197
+
},
198
+
"no-color": {
199
+
"allowNo": false,
200
+
"description": "Disable color output.",
201
+
"env": "SHOPIFY_FLAG_NO_COLOR",
202
+
"hidden": false,
203
+
"name": "no-color",
204
+
"type": "boolean"
205
+
},
206
+
"path": {
207
+
"description": "The path to your app directory.",
208
+
"env": "SHOPIFY_FLAG_PATH",
209
+
"hasDynamicHelp": false,
210
+
"multiple": false,
211
+
"name": "path",
212
+
"noCacheDefault": true,
213
+
"type": "option"
214
+
},
215
+
"reset": {
216
+
"allowNo": false,
217
+
"description": "Reset all your settings.",
218
+
"env": "SHOPIFY_FLAG_RESET",
219
+
"exclusive": [
220
+
"config"
221
+
],
222
+
"hidden": false,
223
+
"name": "reset",
224
+
"type": "boolean"
225
+
},
226
+
"verbose": {
227
+
"allowNo": false,
228
+
"description": "Increase the verbosity of the output.",
229
+
"env": "SHOPIFY_FLAG_VERBOSE",
230
+
"hidden": false,
231
+
"name": "verbose",
232
+
"type": "boolean"
233
+
}
234
+
},
235
+
"hasDynamicHelp": false,
236
+
"hiddenAliases": [
237
+
],
238
+
"id": "app:config:pull",
239
+
"pluginAlias": "@shopify/cli",
240
+
"pluginName": "@shopify/cli",
241
+
"pluginType": "core",
242
+
"strict": true,
243
+
"summary": "Refresh an already-linked app configuration without prompts."
0 commit comments