|
2 | 2 | { |
3 | 3 | "command": "apex:get:log", |
4 | 4 | "plugin": "@salesforce/plugin-apex", |
5 | | - "flags": ["api-version", "json", "log-id", "loglevel", "number", "output-dir", "target-org"], |
| 5 | + "flags": ["api-version", "log-id", "loglevel", "number", "output-dir", "target-org"], |
6 | 6 | "alias": ["force:apex:log:get"] |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | "command": "apex:get:test", |
10 | 10 | "plugin": "@salesforce/plugin-apex", |
11 | | - "flags": [ |
12 | | - "api-version", |
13 | | - "code-coverage", |
14 | | - "json", |
15 | | - "loglevel", |
16 | | - "output-dir", |
17 | | - "result-format", |
18 | | - "target-org", |
19 | | - "test-run-id" |
20 | | - ], |
| 11 | + "flags": ["api-version", "code-coverage", "loglevel", "output-dir", "result-format", "target-org", "test-run-id"], |
21 | 12 | "alias": ["force:apex:test:report"] |
22 | 13 | }, |
23 | 14 | { |
24 | 15 | "command": "apex:list:log", |
25 | 16 | "plugin": "@salesforce/plugin-apex", |
26 | | - "flags": ["api-version", "json", "loglevel", "target-org"], |
| 17 | + "flags": ["api-version", "loglevel", "target-org"], |
27 | 18 | "alias": ["force:apex:log:list"] |
28 | 19 | }, |
29 | 20 | { |
30 | 21 | "command": "apex:run", |
31 | 22 | "plugin": "@salesforce/plugin-apex", |
32 | | - "flags": ["api-version", "file", "json", "loglevel", "target-org"], |
| 23 | + "flags": ["api-version", "file", "loglevel", "target-org"], |
33 | 24 | "alias": ["force:apex:execute"] |
34 | 25 | }, |
35 | 26 | { |
|
40 | 31 | "class-names", |
41 | 32 | "code-coverage", |
42 | 33 | "detailed-coverage", |
43 | | - "json", |
44 | 34 | "loglevel", |
45 | 35 | "output-dir", |
46 | 36 | "result-format", |
|
56 | 46 | { |
57 | 47 | "command": "apex:tail:log", |
58 | 48 | "plugin": "@salesforce/plugin-apex", |
59 | | - "flags": ["api-version", "color", "debug-level", "json", "loglevel", "skip-trace-flag", "target-org"], |
| 49 | + "flags": ["api-version", "color", "debug-level", "loglevel", "skip-trace-flag", "target-org"], |
60 | 50 | "alias": ["force:apex:log:tail"] |
61 | 51 | } |
62 | 52 | ] |
0 commit comments