UNPKG

3.02 kBJSONView Raw
1{
2 "version": "2.2.9",
3 "commands": {
4 "commands": {
5 "id": "commands",
6 "description": "list all the commands",
7 "strict": true,
8 "pluginName": "@oclif/plugin-commands",
9 "pluginAlias": "@oclif/plugin-commands",
10 "pluginType": "core",
11 "aliases": [],
12 "flags": {
13 "json": {
14 "name": "json",
15 "type": "boolean",
16 "description": "Format output as json.",
17 "helpGroup": "GLOBAL",
18 "allowNo": false
19 },
20 "help": {
21 "name": "help",
22 "type": "boolean",
23 "char": "h",
24 "description": "Show CLI help.",
25 "allowNo": false
26 },
27 "hidden": {
28 "name": "hidden",
29 "type": "boolean",
30 "description": "show hidden commands",
31 "allowNo": false
32 },
33 "tree": {
34 "name": "tree",
35 "type": "boolean",
36 "description": "show tree of commands",
37 "allowNo": false
38 },
39 "columns": {
40 "name": "columns",
41 "type": "option",
42 "description": "only show provided columns (comma-separated)",
43 "multiple": false,
44 "exclusive": [
45 "extended"
46 ]
47 },
48 "sort": {
49 "name": "sort",
50 "type": "option",
51 "description": "property to sort by (prepend '-' for descending)",
52 "multiple": false
53 },
54 "filter": {
55 "name": "filter",
56 "type": "option",
57 "description": "filter property by partial string matching, ex: name=foo",
58 "multiple": false
59 },
60 "csv": {
61 "name": "csv",
62 "type": "boolean",
63 "description": "output is csv format [alias: --output=csv]",
64 "allowNo": false,
65 "exclusive": [
66 "no-truncate"
67 ]
68 },
69 "output": {
70 "name": "output",
71 "type": "option",
72 "description": "output in a more machine friendly format",
73 "multiple": false,
74 "options": [
75 "csv",
76 "json",
77 "yaml"
78 ],
79 "exclusive": [
80 "no-truncate",
81 "csv"
82 ]
83 },
84 "extended": {
85 "name": "extended",
86 "type": "boolean",
87 "char": "x",
88 "description": "show extra columns",
89 "allowNo": false,
90 "exclusive": [
91 "columns"
92 ]
93 },
94 "no-truncate": {
95 "name": "no-truncate",
96 "type": "boolean",
97 "description": "do not truncate output to fit screen",
98 "allowNo": false,
99 "exclusive": [
100 "csv"
101 ]
102 },
103 "no-header": {
104 "name": "no-header",
105 "type": "boolean",
106 "description": "hide table header from output",
107 "allowNo": false,
108 "exclusive": [
109 "csv"
110 ]
111 }
112 },
113 "args": {}
114 }
115 }
116}
\No newline at end of file