|
2757 | 2757 | "description": "The Accept content type to request (defaults to text/markdown).", |
2758 | 2758 | "isOptional": true, |
2759 | 2759 | "environmentValue": "SHOPIFY_FLAG_CONTENT_TYPE" |
| 2760 | + }, |
| 2761 | + { |
| 2762 | + "filePath": "docs-shopify.dev/commands/interfaces/fetch-doc.interface.ts", |
| 2763 | + "syntaxKind": "PropertySignature", |
| 2764 | + "name": "--no-color", |
| 2765 | + "value": "''", |
| 2766 | + "description": "Disable color output.", |
| 2767 | + "isOptional": true, |
| 2768 | + "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
| 2769 | + }, |
| 2770 | + { |
| 2771 | + "filePath": "docs-shopify.dev/commands/interfaces/fetch-doc.interface.ts", |
| 2772 | + "syntaxKind": "PropertySignature", |
| 2773 | + "name": "--verbose", |
| 2774 | + "value": "''", |
| 2775 | + "description": "Increase the verbosity of the output.", |
| 2776 | + "isOptional": true, |
| 2777 | + "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
2760 | 2778 | } |
2761 | 2779 | ], |
2762 | | - "value": "export interface fetchdoc {\n /**\n * The Accept content type to request (defaults to text/markdown).\n * @environment SHOPIFY_FLAG_CONTENT_TYPE\n */\n '--content-type <value>'?: string\n}" |
| 2780 | + "value": "export interface fetchdoc {\n /**\n * The Accept content type to request (defaults to text/markdown).\n * @environment SHOPIFY_FLAG_CONTENT_TYPE\n */\n '--content-type <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}" |
2763 | 2781 | } |
2764 | 2782 | }, |
2765 | 2783 | "help": { |
|
4146 | 4164 | "name": "search", |
4147 | 4165 | "description": "The following flags are available for the `search` command:", |
4148 | 4166 | "isPublicDocs": true, |
4149 | | - "members": [], |
4150 | | - "value": "export interface search {\n\n}" |
| 4167 | + "members": [ |
| 4168 | + { |
| 4169 | + "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
| 4170 | + "syntaxKind": "PropertySignature", |
| 4171 | + "name": "--no-color", |
| 4172 | + "value": "''", |
| 4173 | + "description": "Disable color output.", |
| 4174 | + "isOptional": true, |
| 4175 | + "environmentValue": "SHOPIFY_FLAG_NO_COLOR" |
| 4176 | + }, |
| 4177 | + { |
| 4178 | + "filePath": "docs-shopify.dev/commands/interfaces/search.interface.ts", |
| 4179 | + "syntaxKind": "PropertySignature", |
| 4180 | + "name": "--verbose", |
| 4181 | + "value": "''", |
| 4182 | + "description": "Increase the verbosity of the output.", |
| 4183 | + "isOptional": true, |
| 4184 | + "environmentValue": "SHOPIFY_FLAG_VERBOSE" |
| 4185 | + } |
| 4186 | + ], |
| 4187 | + "value": "export interface search {\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}" |
4151 | 4188 | } |
4152 | 4189 | }, |
4153 | 4190 | "storeauth": { |
|
0 commit comments