|
4184 | 4184 | "value": "export interface storeauth {\n /**\n * Output the result as JSON. Automatically disables color output.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * Comma-separated Admin API scopes to request for the app.\n * @environment SHOPIFY_FLAG_SCOPES\n */\n '--scopes <value>': string\n\n /**\n * The myshopify.com domain of the store to authenticate against.\n * @environment SHOPIFY_FLAG_STORE\n */\n '-s, --store <value>': string\n\n /**\n * Increase the verbosity of the output.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}" |
4185 | 4185 | } |
4186 | 4186 | }, |
| 4187 | + "storecreatepreview": { |
| 4188 | + "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts": { |
| 4189 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4190 | + "name": "storecreatepreview", |
| 4191 | + "description": "The following flags are available for the `store create preview` command:", |
| 4192 | + "isPublicDocs": true, |
| 4193 | + "members": [ |
| 4194 | + { |
| 4195 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4196 | + "syntaxKind": "PropertySignature", |
| 4197 | + "name": "--country <value>", |
| 4198 | + "value": "string", |
| 4199 | + "description": "The ISO country code for the default locale for your store.", |
| 4200 | + "isOptional": true, |
| 4201 | + "environmentValue": "SHOPIFY_FLAG_PREVIEW_STORE_COUNTRY" |
| 4202 | + }, |
| 4203 | + { |
| 4204 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4205 | + "syntaxKind": "PropertySignature", |
| 4206 | + "name": "--name <value>", |
| 4207 | + "value": "string", |
| 4208 | + "description": "The name of the store.", |
| 4209 | + "isOptional": true, |
| 4210 | + "environmentValue": "SHOPIFY_FLAG_PREVIEW_STORE_NAME" |
| 4211 | + }, |
| 4212 | + { |
| 4213 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4214 | + "syntaxKind": "PropertySignature", |
| 4215 | + "name": "--no-color", |
| 4216 | + "value": "''", |
| 4217 | + "description": "Disable color output.", |
| 4218 | + "isOptional": true, |
| 4219 | + "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
| 4220 | + }, |
| 4221 | + { |
| 4222 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4223 | + "syntaxKind": "PropertySignature", |
| 4224 | + "name": "--verbose", |
| 4225 | + "value": "''", |
| 4226 | + "description": "Increase the verbosity of the output.", |
| 4227 | + "isOptional": true, |
| 4228 | + "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
| 4229 | + }, |
| 4230 | + { |
| 4231 | + "filePath": "docs-shopify.dev/commands/interfaces/store-create-preview.interface.ts", |
| 4232 | + "syntaxKind": "PropertySignature", |
| 4233 | + "name": "-j, --json", |
| 4234 | + "value": "''", |
| 4235 | + "description": "Output the result as JSON. Automatically disables color output.", |
| 4236 | + "isOptional": true, |
| 4237 | + "environmentValue": "SHOPIFY_FLAG_JSON" |
| 4238 | + } |
| 4239 | + ], |
| 4240 | + "value": "export interface storecreatepreview {\n /**\n * Output the result as JSON. Automatically disables color output.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * The ISO country code for the default locale for your store.\n * @environment SHOPIFY_FLAG_PREVIEW_STORE_COUNTRY\n */\n '--country <value>'?: string\n\n /**\n * The name of the store.\n * @environment SHOPIFY_FLAG_PREVIEW_STORE_NAME\n */\n '--name <value>'?: string\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * Increase the verbosity of the output.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}" |
| 4241 | + } |
| 4242 | + }, |
4187 | 4243 | "storeexecute": { |
4188 | 4244 | "docs-shopify.dev/commands/interfaces/store-execute.interface.ts": { |
4189 | 4245 | "filePath": "docs-shopify.dev/commands/interfaces/store-execute.interface.ts", |
|
0 commit comments