Commit 81d26c9
feat: plugin-apex command restructuring
* fix: src passing linting
* fix: test/ linting and UTs passing, mainly as validation for next steps
* test: when @salesforce/command is required, UTs passing
* test: testing without FancyTest
* fix: migrate to sf flags, commands
* chore: add command aliases
* docs: remove mentions of force: topic
* docs: move messages to files, audit messages, remove buildDescription method
* chore: remove unused consts
* docs: remove unused message imports
* fix: create new commands for sf naming, restore force:apex:execute to maintain behavior
* fix: clean up messages, use standard headers, etc
* fix: add example descriptions and use long flag names
* fix: tests update with new messages
* fix: tests
* refactor: move test reporting to TestReporter class
* refactor: consolidate reporters
* refactor: move commands to finalized designs
* chore: review comments I
* chore: add deprecated loglevel flags
* chore: review comments II
* chore: merge wr/sf with upstream branches
* chore: remove unused messages gen yarn.lock
---------
Co-authored-by: Juliet Shackell <juliet.shackell@salesforce.com>
Co-authored-by: Peter Hale <peter.hale@salesforce.com>1 parent 036b1ce commit 81d26c9
File tree
68 files changed
+3737
-4323
lines changed- .idea
- inspectionProfiles
- jsLinters
- contributing
- messages
- schemas
- src
- commands
- apex
- get
- list
- run
- tail
- force/apex
- log
- test
- reporters
- test
- commands
- apex
- get
- list
- run
- tail
- force/apex
- log
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+3737
-4323
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 8 | + | |
26 | 9 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
0 commit comments