@oclif/plugin-commands
Version:
plugin to show the list of all the commands
109 lines • 2.67 kB
JSON
{
"commands": {
"commands": {
"aliases": [],
"args": {},
"description": "List all <%= config.bin %> commands.",
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"columns": {
"char": "c",
"description": "Only show provided columns (comma-separated).",
"exclusive": [
"tree"
],
"name": "columns",
"delimiter": ",",
"hasDynamicHelp": false,
"multiple": true,
"options": [
"id",
"plugin",
"summary",
"type"
],
"type": "option"
},
"deprecated": {
"description": "Show deprecated commands.",
"name": "deprecated",
"allowNo": false,
"type": "boolean"
},
"extended": {
"char": "x",
"description": "Show extra columns.",
"exclusive": [
"tree"
],
"name": "extended",
"allowNo": false,
"type": "boolean"
},
"hidden": {
"description": "Show hidden commands.",
"name": "hidden",
"allowNo": false,
"type": "boolean"
},
"no-truncate": {
"description": "Do not truncate output.",
"exclusive": [
"tree"
],
"name": "no-truncate",
"allowNo": false,
"type": "boolean"
},
"sort": {
"description": "Property to sort by.",
"exclusive": [
"tree"
],
"name": "sort",
"default": "id",
"hasDynamicHelp": false,
"multiple": false,
"options": [
"id",
"plugin",
"summary",
"type"
],
"type": "option"
},
"tree": {
"description": "Show tree of commands.",
"name": "tree",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "commands",
"pluginAlias": "@oclif/plugin-commands",
"pluginName": "@oclif/plugin-commands",
"pluginType": "core",
"strict": true,
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"commands.js"
],
"aliasPermutations": [],
"permutations": [
"commands"
]
}
},
"version": "4.1.23"
}