@oclif/plugin-commands
Version:
plugin to show the list of all the commands
133 lines • 3.44 kB
JSON
{
"commands": {
"commands": {
"aliases": [],
"args": {},
"description": "list all the commands",
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"help": {
"char": "h",
"description": "Show CLI help.",
"name": "help",
"allowNo": false,
"type": "boolean"
},
"hidden": {
"description": "show hidden commands",
"name": "hidden",
"allowNo": false,
"type": "boolean"
},
"tree": {
"description": "show tree of commands",
"name": "tree",
"allowNo": false,
"type": "boolean"
},
"columns": {
"description": "only show provided columns (comma-separated)",
"exclusive": [
"extended"
],
"name": "columns",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"csv": {
"description": "output is csv format [alias: --output=csv]",
"exclusive": [
"no-truncate"
],
"name": "csv",
"allowNo": false,
"type": "boolean"
},
"extended": {
"char": "x",
"description": "show extra columns",
"exclusive": [
"columns"
],
"name": "extended",
"allowNo": false,
"type": "boolean"
},
"filter": {
"description": "filter property by partial string matching, ex: name=foo",
"name": "filter",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"no-header": {
"description": "hide table header from output",
"exclusive": [
"csv"
],
"name": "no-header",
"allowNo": false,
"type": "boolean"
},
"no-truncate": {
"description": "do not truncate output to fit screen",
"exclusive": [
"csv"
],
"name": "no-truncate",
"allowNo": false,
"type": "boolean"
},
"output": {
"description": "output in a more machine friendly format",
"exclusive": [
"no-truncate",
"csv"
],
"name": "output",
"hasDynamicHelp": false,
"multiple": false,
"options": [
"csv",
"json",
"yaml"
],
"type": "option"
},
"sort": {
"description": "property to sort by (prepend '-' for descending)",
"name": "sort",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"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": "3.0.7"
}