|
3 | 3 | "command": "apex:get:log", |
4 | 4 | "plugin": "@salesforce/plugin-apex", |
5 | 5 | "flags": ["api-version", "log-id", "loglevel", "number", "output-dir", "target-org"], |
6 | | - "alias": ["force:apex:log:get"] |
| 6 | + "alias": ["force:apex:log:get"], |
| 7 | + "flagChars": ["d", "i", "n", "o"], |
| 8 | + "flagAliases": ["apiversion", "logid", "output-directory", "outputdir", "targetusername", "u"] |
7 | 9 | }, |
8 | 10 | { |
9 | 11 | "command": "apex:get:test", |
10 | 12 | "plugin": "@salesforce/plugin-apex", |
11 | 13 | "flags": ["api-version", "code-coverage", "loglevel", "output-dir", "result-format", "target-org", "test-run-id"], |
12 | | - "alias": ["force:apex:test:report"] |
| 14 | + "alias": ["force:apex:test:report"], |
| 15 | + "flagChars": ["c", "d", "i", "o", "r"], |
| 16 | + "flagAliases": [ |
| 17 | + "apiversion", |
| 18 | + "codecoverage", |
| 19 | + "output-directory", |
| 20 | + "outputdir", |
| 21 | + "resultformat", |
| 22 | + "targetusername", |
| 23 | + "testrunid", |
| 24 | + "u" |
| 25 | + ] |
13 | 26 | }, |
14 | 27 | { |
15 | 28 | "command": "apex:list:log", |
16 | 29 | "plugin": "@salesforce/plugin-apex", |
17 | 30 | "flags": ["api-version", "loglevel", "target-org"], |
18 | | - "alias": ["force:apex:log:list"] |
| 31 | + "alias": ["force:apex:log:list"], |
| 32 | + "flagChars": ["o"], |
| 33 | + "flagAliases": ["apiversion", "targetusername", "u"] |
19 | 34 | }, |
20 | 35 | { |
21 | 36 | "command": "apex:run", |
22 | 37 | "plugin": "@salesforce/plugin-apex", |
23 | 38 | "flags": ["api-version", "file", "loglevel", "target-org"], |
24 | | - "alias": ["force:apex:execute"] |
| 39 | + "alias": ["force:apex:execute"], |
| 40 | + "flagChars": ["f", "o"], |
| 41 | + "flagAliases": ["apexcodefile", "apiversion", "targetusername", "u"] |
25 | 42 | }, |
26 | 43 | { |
27 | 44 | "command": "apex:run:test", |
|
41 | 58 | "tests", |
42 | 59 | "wait" |
43 | 60 | ], |
44 | | - "alias": ["force:apex:test:run"] |
| 61 | + "alias": ["force:apex:test:run"], |
| 62 | + "flagChars": ["c", "d", "l", "n", "o", "r", "s", "t", "v", "w", "y"], |
| 63 | + "flagAliases": [ |
| 64 | + "apiversion", |
| 65 | + "classnames", |
| 66 | + "codecoverage", |
| 67 | + "detailedcoverage", |
| 68 | + "output-directory", |
| 69 | + "outputdir", |
| 70 | + "resultformat", |
| 71 | + "suitenames", |
| 72 | + "targetusername", |
| 73 | + "testlevel", |
| 74 | + "u" |
| 75 | + ] |
45 | 76 | }, |
46 | 77 | { |
47 | 78 | "command": "apex:tail:log", |
48 | 79 | "plugin": "@salesforce/plugin-apex", |
49 | 80 | "flags": ["api-version", "color", "debug-level", "loglevel", "skip-trace-flag", "target-org"], |
50 | | - "alias": ["force:apex:log:tail"] |
| 81 | + "alias": ["force:apex:log:tail"], |
| 82 | + "flagChars": ["c", "d", "o", "s"], |
| 83 | + "flagAliases": ["apiversion", "debuglevel", "skiptraceflag", "targetusername", "u"] |
51 | 84 | } |
52 | 85 | ] |
0 commit comments