|
192 | 192 | "category": "app", |
193 | 193 | "related": [] |
194 | 194 | }, |
| 195 | + { |
| 196 | + "name": "app config pull", |
| 197 | + "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 `--config` to target a specific configuration file, or omit it to use the default one.", |
| 198 | + "overviewPreviewDescription": "Refresh an already-linked app configuration without prompts.", |
| 199 | + "type": "command", |
| 200 | + "isVisualComponent": false, |
| 201 | + "defaultExample": { |
| 202 | + "codeblock": { |
| 203 | + "tabs": [ |
| 204 | + { |
| 205 | + "title": "app config pull", |
| 206 | + "code": "shopify app config pull [flags]", |
| 207 | + "language": "bash" |
| 208 | + } |
| 209 | + ], |
| 210 | + "title": "app config pull" |
| 211 | + } |
| 212 | + }, |
| 213 | + "definitions": [ |
| 214 | + { |
| 215 | + "title": "Flags", |
| 216 | + "description": "The following flags are available for the `app config pull` command:", |
| 217 | + "type": "appconfigpull", |
| 218 | + "typeDefinitions": { |
| 219 | + "appconfigpull": { |
| 220 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 221 | + "name": "appconfigpull", |
| 222 | + "description": "", |
| 223 | + "members": [ |
| 224 | + { |
| 225 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 226 | + "syntaxKind": "PropertySignature", |
| 227 | + "name": "--client-id <value>", |
| 228 | + "value": "string", |
| 229 | + "description": "The Client ID of your app.", |
| 230 | + "isOptional": true, |
| 231 | + "environmentValue": "SHOPIFY_FLAG_CLIENT_ID" |
| 232 | + }, |
| 233 | + { |
| 234 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 235 | + "syntaxKind": "PropertySignature", |
| 236 | + "name": "--no-color", |
| 237 | + "value": "\"\"", |
| 238 | + "description": "Disable color output.", |
| 239 | + "isOptional": true, |
| 240 | + "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
| 241 | + }, |
| 242 | + { |
| 243 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 244 | + "syntaxKind": "PropertySignature", |
| 245 | + "name": "--path <value>", |
| 246 | + "value": "string", |
| 247 | + "description": "The path to your app directory.", |
| 248 | + "isOptional": true, |
| 249 | + "environmentValue": "SHOPIFY_FLAG_PATH" |
| 250 | + }, |
| 251 | + { |
| 252 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 253 | + "syntaxKind": "PropertySignature", |
| 254 | + "name": "--reset", |
| 255 | + "value": "\"\"", |
| 256 | + "description": "Reset all your settings.", |
| 257 | + "isOptional": true, |
| 258 | + "environmentValue": "SHOPIFY_FLAG_RESET" |
| 259 | + }, |
| 260 | + { |
| 261 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 262 | + "syntaxKind": "PropertySignature", |
| 263 | + "name": "--verbose", |
| 264 | + "value": "\"\"", |
| 265 | + "description": "Increase the verbosity of the output.", |
| 266 | + "isOptional": true, |
| 267 | + "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
| 268 | + }, |
| 269 | + { |
| 270 | + "filePath": "docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts", |
| 271 | + "syntaxKind": "PropertySignature", |
| 272 | + "name": "-c, --config <value>", |
| 273 | + "value": "string", |
| 274 | + "description": "The name of the app configuration.", |
| 275 | + "isOptional": true, |
| 276 | + "environmentValue": "SHOPIFY_FLAG_APP_CONFIG" |
| 277 | + } |
| 278 | + ], |
| 279 | + "value": "export interface appconfigpull {\n /**\n * The Client ID of your app.\n * @environment SHOPIFY_FLAG_CLIENT_ID\n */\n '--client-id <value>'?: string\n\n /**\n * The name of the app configuration.\n * @environment SHOPIFY_FLAG_APP_CONFIG\n */\n '-c, --config <value>'?: string\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * The path to your app directory.\n * @environment SHOPIFY_FLAG_PATH\n */\n '--path <value>'?: string\n\n /**\n * Reset all your settings.\n * @environment SHOPIFY_FLAG_RESET\n */\n '--reset'?: ''\n\n /**\n * Increase the verbosity of the output.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}" |
| 280 | + } |
| 281 | + } |
| 282 | + } |
| 283 | + ], |
| 284 | + "category": "app", |
| 285 | + "related": [] |
| 286 | + }, |
195 | 287 | { |
196 | 288 | "name": "app config use", |
197 | 289 | "description": "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.", |
|
0 commit comments