|
2332 | 2332 | }, |
2333 | 2333 | { |
2334 | 2334 | "name": "commands", |
2335 | | - "description": "list all the commands", |
2336 | | - "overviewPreviewDescription": "list all the commands", |
| 2335 | + "description": "List all <%= config.bin %> commands.", |
| 2336 | + "overviewPreviewDescription": "List all <%= config.bin %> commands.", |
2337 | 2337 | "type": "command", |
2338 | 2338 | "isVisualComponent": false, |
2339 | 2339 | "defaultExample": { |
|
2359 | 2359 | "name": "commands", |
2360 | 2360 | "description": "", |
2361 | 2361 | "members": [ |
2362 | | - { |
2363 | | - "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2364 | | - "syntaxKind": "PropertySignature", |
2365 | | - "name": "--columns <value>", |
2366 | | - "value": "string", |
2367 | | - "description": "only show provided columns (comma-separated)", |
2368 | | - "isOptional": true |
2369 | | - }, |
2370 | | - { |
2371 | | - "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2372 | | - "syntaxKind": "PropertySignature", |
2373 | | - "name": "--csv", |
2374 | | - "value": "\"\"", |
2375 | | - "description": "output is csv format [alias: --output=csv]", |
2376 | | - "isOptional": true |
2377 | | - }, |
2378 | 2362 | { |
2379 | 2363 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2380 | 2364 | "syntaxKind": "PropertySignature", |
2381 | 2365 | "name": "--deprecated", |
2382 | 2366 | "value": "\"\"", |
2383 | | - "description": "show deprecated commands", |
2384 | | - "isOptional": true |
2385 | | - }, |
2386 | | - { |
2387 | | - "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2388 | | - "syntaxKind": "PropertySignature", |
2389 | | - "name": "--filter <value>", |
2390 | | - "value": "string", |
2391 | | - "description": "filter property by partial string matching, ex: name=foo", |
| 2367 | + "description": "Show deprecated commands.", |
2392 | 2368 | "isOptional": true |
2393 | 2369 | }, |
2394 | 2370 | { |
2395 | 2371 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2396 | 2372 | "syntaxKind": "PropertySignature", |
2397 | 2373 | "name": "--hidden", |
2398 | 2374 | "value": "\"\"", |
2399 | | - "description": "show hidden commands", |
| 2375 | + "description": "Show hidden commands.", |
2400 | 2376 | "isOptional": true |
2401 | 2377 | }, |
2402 | 2378 | { |
|
2407 | 2383 | "description": "Format output as json.", |
2408 | 2384 | "isOptional": true |
2409 | 2385 | }, |
2410 | | - { |
2411 | | - "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2412 | | - "syntaxKind": "PropertySignature", |
2413 | | - "name": "--no-header", |
2414 | | - "value": "\"\"", |
2415 | | - "description": "hide table header from output", |
2416 | | - "isOptional": true |
2417 | | - }, |
2418 | 2386 | { |
2419 | 2387 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2420 | 2388 | "syntaxKind": "PropertySignature", |
2421 | 2389 | "name": "--no-truncate", |
2422 | 2390 | "value": "\"\"", |
2423 | | - "description": "do not truncate output to fit screen", |
2424 | | - "isOptional": true |
2425 | | - }, |
2426 | | - { |
2427 | | - "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2428 | | - "syntaxKind": "PropertySignature", |
2429 | | - "name": "--output <value>", |
2430 | | - "value": "string", |
2431 | | - "description": "output in a more machine friendly format", |
| 2391 | + "description": "Do not truncate output.", |
2432 | 2392 | "isOptional": true |
2433 | 2393 | }, |
2434 | 2394 | { |
2435 | 2395 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2436 | 2396 | "syntaxKind": "PropertySignature", |
2437 | 2397 | "name": "--sort <value>", |
2438 | 2398 | "value": "string", |
2439 | | - "description": "property to sort by (prepend '-' for descending)", |
| 2399 | + "description": "Property to sort by.", |
2440 | 2400 | "isOptional": true |
2441 | 2401 | }, |
2442 | 2402 | { |
2443 | 2403 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2444 | 2404 | "syntaxKind": "PropertySignature", |
2445 | 2405 | "name": "--tree", |
2446 | 2406 | "value": "\"\"", |
2447 | | - "description": "show tree of commands", |
| 2407 | + "description": "Show tree of commands.", |
2448 | 2408 | "isOptional": true |
2449 | 2409 | }, |
2450 | 2410 | { |
2451 | 2411 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2452 | 2412 | "syntaxKind": "PropertySignature", |
2453 | | - "name": "-h, --help", |
2454 | | - "value": "\"\"", |
2455 | | - "description": "Show CLI help.", |
| 2413 | + "name": "-c, --columns <value>", |
| 2414 | + "value": "string", |
| 2415 | + "description": "Only show provided columns (comma-separated).", |
2456 | 2416 | "isOptional": true |
2457 | 2417 | }, |
2458 | 2418 | { |
2459 | 2419 | "filePath": "docs-shopify.dev/commands/interfaces/commands.interface.ts", |
2460 | 2420 | "syntaxKind": "PropertySignature", |
2461 | 2421 | "name": "-x, --extended", |
2462 | 2422 | "value": "\"\"", |
2463 | | - "description": "show extra columns", |
| 2423 | + "description": "Show extra columns.", |
2464 | 2424 | "isOptional": true |
2465 | 2425 | } |
2466 | 2426 | ], |
2467 | | - "value": "export interface commands {\n /**\n * only show provided columns (comma-separated)\n *\n */\n '--columns <value>'?: string\n\n /**\n * output is csv format [alias: --output=csv]\n *\n */\n '--csv'?: ''\n\n /**\n * show deprecated commands\n *\n */\n '--deprecated'?: ''\n\n /**\n * show extra columns\n *\n */\n '-x, --extended'?: ''\n\n /**\n * filter property by partial string matching, ex: name=foo\n *\n */\n '--filter <value>'?: string\n\n /**\n * Show CLI help.\n *\n */\n '-h, --help'?: ''\n\n /**\n * show hidden commands\n *\n */\n '--hidden'?: ''\n\n /**\n * Format output as json.\n *\n */\n '--json'?: ''\n\n /**\n * hide table header from output\n *\n */\n '--no-header'?: ''\n\n /**\n * do not truncate output to fit screen\n *\n */\n '--no-truncate'?: ''\n\n /**\n * output in a more machine friendly format\n *\n */\n '--output <value>'?: string\n\n /**\n * property to sort by (prepend '-' for descending)\n *\n */\n '--sort <value>'?: string\n\n /**\n * show tree of commands\n *\n */\n '--tree'?: ''\n}" |
| 2427 | + "value": "export interface commands {\n /**\n * Only show provided columns (comma-separated).\n *\n */\n '-c, --columns <value>'?: string\n\n /**\n * Show deprecated commands.\n *\n */\n '--deprecated'?: ''\n\n /**\n * Show extra columns.\n *\n */\n '-x, --extended'?: ''\n\n /**\n * Show hidden commands.\n *\n */\n '--hidden'?: ''\n\n /**\n * Format output as json.\n *\n */\n '--json'?: ''\n\n /**\n * Do not truncate output.\n *\n */\n '--no-truncate'?: ''\n\n /**\n * Property to sort by.\n *\n */\n '--sort <value>'?: string\n\n /**\n * Show tree of commands.\n *\n */\n '--tree'?: ''\n}" |
2468 | 2428 | } |
2469 | 2429 | } |
2470 | 2430 | } |
|
0 commit comments