|
2 | 2 | { |
3 | 3 | "command": "apex:get:log", |
4 | 4 | "plugin": "@salesforce/plugin-apex", |
5 | | - "flags": ["api-version", "log-id", "loglevel", "number", "output-dir", "target-org"], |
| 5 | + "flags": ["api-version", "json", "log-id", "loglevel", "number", "output-dir", "target-org"], |
6 | 6 | "alias": ["force:apex:log:get"], |
7 | 7 | "flagChars": ["d", "i", "n", "o"], |
8 | 8 | "flagAliases": ["apiversion", "logid", "output-directory", "outputdir", "targetusername", "u"] |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "command": "apex:get:test", |
12 | 12 | "plugin": "@salesforce/plugin-apex", |
13 | | - "flags": ["api-version", "code-coverage", "loglevel", "output-dir", "result-format", "target-org", "test-run-id"], |
| 13 | + "flags": [ |
| 14 | + "api-version", |
| 15 | + "code-coverage", |
| 16 | + "json", |
| 17 | + "loglevel", |
| 18 | + "output-dir", |
| 19 | + "result-format", |
| 20 | + "target-org", |
| 21 | + "test-run-id" |
| 22 | + ], |
14 | 23 | "alias": ["force:apex:test:report"], |
15 | 24 | "flagChars": ["c", "d", "i", "o", "r"], |
16 | 25 | "flagAliases": [ |
|
27 | 36 | { |
28 | 37 | "command": "apex:list:log", |
29 | 38 | "plugin": "@salesforce/plugin-apex", |
30 | | - "flags": ["api-version", "loglevel", "target-org"], |
| 39 | + "flags": ["api-version", "json", "loglevel", "target-org"], |
31 | 40 | "alias": ["force:apex:log:list"], |
32 | 41 | "flagChars": ["o"], |
33 | 42 | "flagAliases": ["apiversion", "targetusername", "u"] |
34 | 43 | }, |
35 | 44 | { |
36 | 45 | "command": "apex:run", |
37 | 46 | "plugin": "@salesforce/plugin-apex", |
38 | | - "flags": ["api-version", "file", "loglevel", "target-org"], |
| 47 | + "flags": ["api-version", "file", "json", "loglevel", "target-org"], |
39 | 48 | "alias": ["force:apex:execute"], |
40 | 49 | "flagChars": ["f", "o"], |
41 | 50 | "flagAliases": ["apexcodefile", "apiversion", "targetusername", "u"] |
|
48 | 57 | "class-names", |
49 | 58 | "code-coverage", |
50 | 59 | "detailed-coverage", |
| 60 | + "json", |
51 | 61 | "loglevel", |
52 | 62 | "output-dir", |
53 | 63 | "result-format", |
|
77 | 87 | { |
78 | 88 | "command": "apex:tail:log", |
79 | 89 | "plugin": "@salesforce/plugin-apex", |
80 | | - "flags": ["api-version", "color", "debug-level", "loglevel", "skip-trace-flag", "target-org"], |
| 90 | + "flags": ["api-version", "color", "debug-level", "json", "loglevel", "skip-trace-flag", "target-org"], |
81 | 91 | "alias": ["force:apex:log:tail"], |
82 | 92 | "flagChars": ["c", "d", "o", "s"], |
83 | 93 | "flagAliases": ["apiversion", "debuglevel", "skiptraceflag", "targetusername", "u"] |
|
0 commit comments