|
2742 | 2742 | "value": "export interface configautoupgradestatus {\n\n}" |
2743 | 2743 | } |
2744 | 2744 | }, |
| 2745 | + "docsearch": { |
| 2746 | + "docs-shopify.dev/commands/interfaces/doc-search.interface.ts": { |
| 2747 | + "filePath": "docs-shopify.dev/commands/interfaces/doc-search.interface.ts", |
| 2748 | + "name": "docsearch", |
| 2749 | + "description": "The following flags are available for the `doc search` command:", |
| 2750 | + "isPublicDocs": true, |
| 2751 | + "members": [ |
| 2752 | + { |
| 2753 | + "filePath": "docs-shopify.dev/commands/interfaces/doc-search.interface.ts", |
| 2754 | + "syntaxKind": "PropertySignature", |
| 2755 | + "name": "--api-name <value>", |
| 2756 | + "value": "string", |
| 2757 | + "description": "Limit results to a specific API (for example: admin, storefront, hydrogen, functions). Unrecognized values are ignored.", |
| 2758 | + "isOptional": true, |
| 2759 | + "environmentValue": "SHOPIFY_FLAG_API_NAME" |
| 2760 | + }, |
| 2761 | + { |
| 2762 | + "filePath": "docs-shopify.dev/commands/interfaces/doc-search.interface.ts", |
| 2763 | + "syntaxKind": "PropertySignature", |
| 2764 | + "name": "--api-version <value>", |
| 2765 | + "value": "string", |
| 2766 | + "description": "Limit results to a specific API version (for example: 2025-10, latest, current).", |
| 2767 | + "isOptional": true, |
| 2768 | + "environmentValue": "SHOPIFY_FLAG_API_VERSION" |
| 2769 | + }, |
| 2770 | + { |
| 2771 | + "filePath": "docs-shopify.dev/commands/interfaces/doc-search.interface.ts", |
| 2772 | + "syntaxKind": "PropertySignature", |
| 2773 | + "name": "--no-color", |
| 2774 | + "value": "''", |
| 2775 | + "description": "Disable color output.", |
| 2776 | + "isOptional": true, |
| 2777 | + "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
| 2778 | + }, |
| 2779 | + { |
| 2780 | + "filePath": "docs-shopify.dev/commands/interfaces/doc-search.interface.ts", |
| 2781 | + "syntaxKind": "PropertySignature", |
| 2782 | + "name": "--verbose", |
| 2783 | + "value": "''", |
| 2784 | + "description": "Increase the verbosity of the output.", |
| 2785 | + "isOptional": true, |
| 2786 | + "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
| 2787 | + } |
| 2788 | + ], |
| 2789 | + "value": "export interface docsearch {\n /**\n * Limit results to a specific API (for example: admin, storefront, hydrogen, functions). Unrecognized values are ignored.\n * @environment SHOPIFY_FLAG_API_NAME\n */\n '--api-name <value>'?: string\n\n /**\n * Limit results to a specific API version (for example: 2025-10, latest, current).\n * @environment SHOPIFY_FLAG_API_VERSION\n */\n '--api-version <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}" |
| 2790 | + } |
| 2791 | + }, |
2745 | 2792 | "help": { |
2746 | 2793 | "docs-shopify.dev/commands/interfaces/help.interface.ts": { |
2747 | 2794 | "filePath": "docs-shopify.dev/commands/interfaces/help.interface.ts", |
|
4126 | 4173 | "name": "search", |
4127 | 4174 | "description": "The following flags are available for the `search` command:", |
4128 | 4175 | "isPublicDocs": true, |
4129 | | - "members": [ |
4130 | | - { |
4131 | | - "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
4132 | | - "syntaxKind": "PropertySignature", |
4133 | | - "name": "--api-name <value>", |
4134 | | - "value": "string", |
4135 | | - "description": "Limit results to a specific API (for example: admin, storefront, hydrogen, functions). Unrecognized values are ignored.", |
4136 | | - "isOptional": true, |
4137 | | - "environmentValue": "SHOPIFY_FLAG_API_NAME" |
4138 | | - }, |
4139 | | - { |
4140 | | - "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
4141 | | - "syntaxKind": "PropertySignature", |
4142 | | - "name": "--api-version <value>", |
4143 | | - "value": "string", |
4144 | | - "description": "Limit results to a specific API version (for example: 2025-10, latest, current).", |
4145 | | - "isOptional": true, |
4146 | | - "environmentValue": "SHOPIFY_FLAG_API_VERSION" |
4147 | | - }, |
4148 | | - { |
4149 | | - "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
4150 | | - "syntaxKind": "PropertySignature", |
4151 | | - "name": "--no-color", |
4152 | | - "value": "''", |
4153 | | - "description": "Disable color output.", |
4154 | | - "isOptional": true, |
4155 | | - "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
4156 | | - }, |
4157 | | - { |
4158 | | - "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
4159 | | - "syntaxKind": "PropertySignature", |
4160 | | - "name": "--verbose", |
4161 | | - "value": "''", |
4162 | | - "description": "Increase the verbosity of the output.", |
4163 | | - "isOptional": true, |
4164 | | - "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
4165 | | - } |
4166 | | - ], |
4167 | | - "value": "export interface search {\n /**\n * Limit results to a specific API (for example: admin, storefront, hydrogen, functions). Unrecognized values are ignored.\n * @environment SHOPIFY_FLAG_API_NAME\n */\n '--api-name <value>'?: string\n\n /**\n * Limit results to a specific API version (for example: 2025-10, latest, current).\n * @environment SHOPIFY_FLAG_API_VERSION\n */\n '--api-version <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}" |
| 4176 | + "members": [], |
| 4177 | + "value": "export interface search {\n\n}" |
4168 | 4178 | } |
4169 | 4179 | }, |
4170 | 4180 | "storeauth": { |
|
0 commit comments