|
2360 | 2360 | "args": { |
2361 | 2361 | }, |
2362 | 2362 | "customPluginName": "@oclif/plugin-commands", |
2363 | | - "description": "list all the commands", |
| 2363 | + "description": "List all <%= config.bin %> commands.", |
2364 | 2364 | "enableJsonFlag": true, |
2365 | 2365 | "flags": { |
2366 | 2366 | "columns": { |
2367 | | - "description": "only show provided columns (comma-separated)", |
| 2367 | + "char": "c", |
| 2368 | + "delimiter": ",", |
| 2369 | + "description": "Only show provided columns (comma-separated).", |
2368 | 2370 | "exclusive": [ |
2369 | | - "extended" |
| 2371 | + "tree" |
2370 | 2372 | ], |
2371 | 2373 | "hasDynamicHelp": false, |
2372 | | - "multiple": false, |
| 2374 | + "multiple": true, |
2373 | 2375 | "name": "columns", |
2374 | | - "type": "option" |
2375 | | - }, |
2376 | | - "csv": { |
2377 | | - "allowNo": false, |
2378 | | - "description": "output is csv format [alias: --output=csv]", |
2379 | | - "exclusive": [ |
2380 | | - "no-truncate" |
| 2376 | + "options": [ |
| 2377 | + "id", |
| 2378 | + "plugin", |
| 2379 | + "summary", |
| 2380 | + "type" |
2381 | 2381 | ], |
2382 | | - "name": "csv", |
2383 | | - "type": "boolean" |
| 2382 | + "type": "option" |
2384 | 2383 | }, |
2385 | 2384 | "deprecated": { |
2386 | 2385 | "allowNo": false, |
2387 | | - "description": "show deprecated commands", |
| 2386 | + "description": "Show deprecated commands.", |
2388 | 2387 | "name": "deprecated", |
2389 | 2388 | "type": "boolean" |
2390 | 2389 | }, |
2391 | 2390 | "extended": { |
2392 | 2391 | "allowNo": false, |
2393 | 2392 | "char": "x", |
2394 | | - "description": "show extra columns", |
| 2393 | + "description": "Show extra columns.", |
2395 | 2394 | "exclusive": [ |
2396 | | - "columns" |
| 2395 | + "tree" |
2397 | 2396 | ], |
2398 | 2397 | "name": "extended", |
2399 | 2398 | "type": "boolean" |
2400 | 2399 | }, |
2401 | | - "filter": { |
2402 | | - "description": "filter property by partial string matching, ex: name=foo", |
2403 | | - "hasDynamicHelp": false, |
2404 | | - "multiple": false, |
2405 | | - "name": "filter", |
2406 | | - "type": "option" |
2407 | | - }, |
2408 | | - "help": { |
2409 | | - "allowNo": false, |
2410 | | - "char": "h", |
2411 | | - "description": "Show CLI help.", |
2412 | | - "name": "help", |
2413 | | - "type": "boolean" |
2414 | | - }, |
2415 | 2400 | "hidden": { |
2416 | 2401 | "allowNo": false, |
2417 | | - "description": "show hidden commands", |
| 2402 | + "description": "Show hidden commands.", |
2418 | 2403 | "name": "hidden", |
2419 | 2404 | "type": "boolean" |
2420 | 2405 | }, |
|
2425 | 2410 | "name": "json", |
2426 | 2411 | "type": "boolean" |
2427 | 2412 | }, |
2428 | | - "no-header": { |
2429 | | - "allowNo": false, |
2430 | | - "description": "hide table header from output", |
2431 | | - "exclusive": [ |
2432 | | - "csv" |
2433 | | - ], |
2434 | | - "name": "no-header", |
2435 | | - "type": "boolean" |
2436 | | - }, |
2437 | 2413 | "no-truncate": { |
2438 | 2414 | "allowNo": false, |
2439 | | - "description": "do not truncate output to fit screen", |
| 2415 | + "description": "Do not truncate output.", |
2440 | 2416 | "exclusive": [ |
2441 | | - "csv" |
| 2417 | + "tree" |
2442 | 2418 | ], |
2443 | 2419 | "name": "no-truncate", |
2444 | 2420 | "type": "boolean" |
2445 | 2421 | }, |
2446 | | - "output": { |
2447 | | - "description": "output in a more machine friendly format", |
| 2422 | + "sort": { |
| 2423 | + "default": "id", |
| 2424 | + "description": "Property to sort by.", |
2448 | 2425 | "exclusive": [ |
2449 | | - "no-truncate", |
2450 | | - "csv" |
| 2426 | + "tree" |
2451 | 2427 | ], |
2452 | 2428 | "hasDynamicHelp": false, |
2453 | 2429 | "multiple": false, |
2454 | | - "name": "output", |
| 2430 | + "name": "sort", |
2455 | 2431 | "options": [ |
2456 | | - "csv", |
2457 | | - "json", |
2458 | | - "yaml" |
| 2432 | + "id", |
| 2433 | + "plugin", |
| 2434 | + "summary", |
| 2435 | + "type" |
2459 | 2436 | ], |
2460 | 2437 | "type": "option" |
2461 | 2438 | }, |
2462 | | - "sort": { |
2463 | | - "description": "property to sort by (prepend '-' for descending)", |
2464 | | - "hasDynamicHelp": false, |
2465 | | - "multiple": false, |
2466 | | - "name": "sort", |
2467 | | - "type": "option" |
2468 | | - }, |
2469 | 2439 | "tree": { |
2470 | 2440 | "allowNo": false, |
2471 | | - "description": "show tree of commands", |
| 2441 | + "description": "Show tree of commands.", |
2472 | 2442 | "name": "tree", |
2473 | 2443 | "type": "boolean" |
2474 | 2444 | } |
|
4654 | 4624 | } |
4655 | 4625 | }, |
4656 | 4626 | "customPluginName": "@oclif/plugin-plugins", |
4657 | | - "description": "Links a plugin into the CLI for development.\nInstallation of a linked plugin will override a user-installed or core plugin.\n\ne.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.\n", |
| 4627 | + "description": "Installation of a linked plugin will override a user-installed or core plugin.\n\ne.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.\n", |
4658 | 4628 | "enableJsonFlag": false, |
4659 | 4629 | "examples": [ |
4660 | 4630 | "<%= config.bin %> <%= command.id %> <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> " |
|
4687 | 4657 | "pluginAlias": "@shopify/cli", |
4688 | 4658 | "pluginName": "@shopify/cli", |
4689 | 4659 | "pluginType": "core", |
4690 | | - "strict": true |
| 4660 | + "strict": true, |
| 4661 | + "summary": "Links a plugin into the CLI for development." |
4691 | 4662 | }, |
4692 | 4663 | "plugins:reset": { |
4693 | 4664 | "aliases": [ |
|
0 commit comments