Skip to content

Commit 3de3e9c

Browse files
committed
chore: regen snapshots without json
1 parent 1a14368 commit 3de3e9c

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

command-snapshot.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,25 @@
22
{
33
"command": "apex:get:log",
44
"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"],
66
"alias": ["force:apex:log:get"]
77
},
88
{
99
"command": "apex:get:test",
1010
"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"],
2112
"alias": ["force:apex:test:report"]
2213
},
2314
{
2415
"command": "apex:list:log",
2516
"plugin": "@salesforce/plugin-apex",
26-
"flags": ["api-version", "json", "loglevel", "target-org"],
17+
"flags": ["api-version", "loglevel", "target-org"],
2718
"alias": ["force:apex:log:list"]
2819
},
2920
{
3021
"command": "apex:run",
3122
"plugin": "@salesforce/plugin-apex",
32-
"flags": ["api-version", "file", "json", "loglevel", "target-org"],
23+
"flags": ["api-version", "file", "loglevel", "target-org"],
3324
"alias": ["force:apex:execute"]
3425
},
3526
{
@@ -40,7 +31,6 @@
4031
"class-names",
4132
"code-coverage",
4233
"detailed-coverage",
43-
"json",
4434
"loglevel",
4535
"output-dir",
4636
"result-format",
@@ -56,7 +46,7 @@
5646
{
5747
"command": "apex:tail:log",
5848
"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"],
6050
"alias": ["force:apex:log:tail"]
6151
}
6252
]

0 commit comments

Comments
 (0)