-
Notifications
You must be signed in to change notification settings - Fork 6
/
command-snapshot.json
100 lines (100 loc) · 2.63 KB
/
command-snapshot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"alias": ["force:apex:log:get"],
"command": "apex:get:log",
"flagAliases": ["apiversion", "logid", "output-directory", "outputdir", "targetusername", "u"],
"flagChars": ["d", "i", "n", "o"],
"flags": ["api-version", "flags-dir", "json", "log-id", "loglevel", "number", "output-dir", "target-org"],
"plugin": "@salesforce/plugin-apex"
},
{
"alias": ["force:apex:test:report"],
"command": "apex:get:test",
"flagAliases": [
"apiversion",
"codecoverage",
"output-directory",
"outputdir",
"resultformat",
"targetusername",
"testrunid",
"u"
],
"flagChars": ["c", "d", "i", "o", "r"],
"flags": [
"api-version",
"code-coverage",
"concise",
"detailed-coverage",
"flags-dir",
"json",
"loglevel",
"output-dir",
"result-format",
"target-org",
"test-run-id"
],
"plugin": "@salesforce/plugin-apex"
},
{
"alias": ["force:apex:log:list"],
"command": "apex:list:log",
"flagAliases": ["apiversion", "targetusername", "u"],
"flagChars": ["o"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-apex"
},
{
"alias": ["force:apex:execute"],
"command": "apex:run",
"flagAliases": ["apexcodefile", "apiversion", "targetusername", "u"],
"flagChars": ["f", "o"],
"flags": ["api-version", "file", "flags-dir", "json", "loglevel", "target-org"],
"plugin": "@salesforce/plugin-apex"
},
{
"alias": ["force:apex:test:run"],
"command": "apex:run:test",
"flagAliases": [
"apiversion",
"classnames",
"codecoverage",
"detailedcoverage",
"output-directory",
"outputdir",
"resultformat",
"suitenames",
"targetusername",
"testlevel",
"u"
],
"flagChars": ["c", "d", "l", "n", "o", "r", "s", "t", "v", "w", "y"],
"flags": [
"api-version",
"class-names",
"code-coverage",
"concise",
"detailed-coverage",
"flags-dir",
"json",
"loglevel",
"output-dir",
"result-format",
"suite-names",
"synchronous",
"target-org",
"test-level",
"tests",
"wait"
],
"plugin": "@salesforce/plugin-apex"
},
{
"alias": ["force:apex:log:tail"],
"command": "apex:tail:log",
"flagAliases": ["apiversion", "debuglevel", "skiptraceflag", "targetusername", "u"],
"flagChars": ["c", "d", "o", "s"],
"flags": ["api-version", "color", "debug-level", "flags-dir", "loglevel", "skip-trace-flag", "target-org"],
"plugin": "@salesforce/plugin-apex"
}
]