sfdx-jayree 4.4.30 → 4.4.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/README.md +109 -24
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [4.4.32](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.31...v4.4.32) (2023-03-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.29 to 1.1.30 ([#656](https://github.com/jayree/sfdx-jayree-plugin/issues/656)) ([88b5e7b](https://github.com/jayree/sfdx-jayree-plugin/commit/88b5e7b43d8b419503deb2329a509599f4f55864))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.2 to 3.0.3 ([#659](https://github.com/jayree/sfdx-jayree-plugin/issues/659)) ([bd74410](https://github.com/jayree/sfdx-jayree-plugin/commit/bd744100b9be2b88946f50745637632c195a0b04))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.31 to 1.2.33 ([#661](https://github.com/jayree/sfdx-jayree-plugin/issues/661)) ([3a34192](https://github.com/jayree/sfdx-jayree-plugin/commit/3a34192ee6ed5cc3eaeb499f73b544ca31316279))
|
|
9
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 7.11.3 to 7.12.0 ([#653](https://github.com/jayree/sfdx-jayree-plugin/issues/653)) ([c141be1](https://github.com/jayree/sfdx-jayree-plugin/commit/c141be14b17bd68bb296d659b051efc538927e86))
|
|
10
|
+
* **deps:** bump @salesforce/source-tracking from 2.2.23 to 2.2.24 ([#658](https://github.com/jayree/sfdx-jayree-plugin/issues/658)) ([271eec5](https://github.com/jayree/sfdx-jayree-plugin/commit/271eec5c95c52a8acdb8428eb675855b64b016db))
|
|
11
|
+
* **deps:** bump @sideway/formula from 3.0.0 to 3.0.1 ([#649](https://github.com/jayree/sfdx-jayree-plugin/issues/649)) ([7e5d6fa](https://github.com/jayree/sfdx-jayree-plugin/commit/7e5d6fabd642d62f7f9da0003046f1c8171ed9fa))
|
|
12
|
+
* **deps:** bump listr2 from 5.0.7 to 5.0.8 ([#652](https://github.com/jayree/sfdx-jayree-plugin/issues/652)) ([6056fe5](https://github.com/jayree/sfdx-jayree-plugin/commit/6056fe539ff78217c0c0200aa6e6a532d3d74c9b))
|
|
13
|
+
* **deps:** bump puppeteer from 19.7.3 to 19.7.5 ([#654](https://github.com/jayree/sfdx-jayree-plugin/issues/654)) ([cdbb73c](https://github.com/jayree/sfdx-jayree-plugin/commit/cdbb73c6bdecddec41f2571d24e8b9313040740d))
|
|
14
|
+
|
|
15
|
+
## [4.4.31](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.30...v4.4.31) (2023-03-16)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 2.9.1 3.0.2 ([b3ceb45](https://github.com/jayree/sfdx-jayree-plugin/commit/b3ceb45bc0c38aec2dbb330ba6b9a198795644e0))
|
|
21
|
+
|
|
1
22
|
## [4.4.30](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.29...v4.4.30) (2023-03-10)
|
|
2
23
|
|
|
3
24
|
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
24
24
|
$ sfdx jayree:[COMMAND]
|
|
25
25
|
running command...
|
|
26
26
|
$ sfdx plugins
|
|
27
|
-
sfdx-jayree 4.4.
|
|
27
|
+
sfdx-jayree 4.4.32
|
|
28
28
|
$ sfdx help jayree:[COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sfdx jayree:COMMAND
|
|
@@ -43,6 +43,7 @@ USAGE
|
|
|
43
43
|
* [`sfdx jayree:manifest:cleanup`](#sfdx-jayreemanifestcleanup)
|
|
44
44
|
* [`sfdx jayree:manifest:generate`](#sfdx-jayreemanifestgenerate)
|
|
45
45
|
* [`sfdx jayree:manifest:git:diff`](#sfdx-jayreemanifestgitdiff)
|
|
46
|
+
* [`sfdx jayree:manifest:legacy:git:diff`](#sfdx-jayreemanifestlegacygitdiff)
|
|
46
47
|
* [`sfdx jayree:org:configure`](#sfdx-jayreeorgconfigure)
|
|
47
48
|
* [`sfdx jayree:org:configure:country`](#sfdx-jayreeorgconfigurecountry)
|
|
48
49
|
* [`sfdx jayree:org:configure:state`](#sfdx-jayreeorgconfigurestate)
|
|
@@ -103,7 +104,7 @@ EXAMPLES
|
|
|
103
104
|
❯ ChangeSet1
|
|
104
105
|
```
|
|
105
106
|
|
|
106
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
107
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
107
108
|
|
|
108
109
|
### `sfdx jayree:automation:changeset:list`
|
|
109
110
|
|
|
@@ -127,7 +128,7 @@ DESCRIPTION
|
|
|
127
128
|
list incomming change sets of an org (beta)
|
|
128
129
|
```
|
|
129
130
|
|
|
130
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/automation/changeset/list.ts)_
|
|
131
132
|
|
|
132
133
|
### `sfdx jayree:automation:ltngsync:status`
|
|
133
134
|
|
|
@@ -165,7 +166,7 @@ EXAMPLES
|
|
|
165
166
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
166
167
|
```
|
|
167
168
|
|
|
168
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
169
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
169
170
|
|
|
170
171
|
### `sfdx jayree:flowtestcoverage`
|
|
171
172
|
|
|
@@ -195,7 +196,7 @@ EXAMPLES
|
|
|
195
196
|
...
|
|
196
197
|
```
|
|
197
198
|
|
|
198
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
199
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/flowtestcoverage.ts)_
|
|
199
200
|
|
|
200
201
|
### `sfdx jayree:manifest:beta:git:diff`
|
|
201
202
|
|
|
@@ -228,6 +229,9 @@ DESCRIPTION
|
|
|
228
229
|
|
|
229
230
|
You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
|
|
230
231
|
|
|
232
|
+
ALIASES
|
|
233
|
+
$ sfdx jayree:manifest:beta:git:diff
|
|
234
|
+
|
|
231
235
|
EXAMPLES
|
|
232
236
|
Uses the changes between two arbitrary <commit>.
|
|
233
237
|
|
|
@@ -274,8 +278,6 @@ FLAG DESCRIPTIONS
|
|
|
274
278
|
The location can be an absolute path or relative to the current working directory.
|
|
275
279
|
```
|
|
276
280
|
|
|
277
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.9.1/src/commands/jayree/manifest/beta/git/diff.ts)_
|
|
278
|
-
|
|
279
281
|
### `sfdx jayree:manifest:cleanup`
|
|
280
282
|
|
|
281
283
|
Removes those tags from a manifest file that are present in a second manifest file.
|
|
@@ -302,7 +304,7 @@ EXAMPLES
|
|
|
302
304
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
303
305
|
```
|
|
304
306
|
|
|
305
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/
|
|
307
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.3/src/commands/jayree/manifest/cleanup.ts)_
|
|
306
308
|
|
|
307
309
|
### `sfdx jayree:manifest:generate`
|
|
308
310
|
|
|
@@ -338,7 +340,7 @@ EXAMPLES
|
|
|
338
340
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
339
341
|
```
|
|
340
342
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/
|
|
343
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.3/src/commands/jayree/manifest/generate.ts)_
|
|
342
344
|
|
|
343
345
|
### `sfdx jayree:manifest:git:diff`
|
|
344
346
|
|
|
@@ -346,7 +348,8 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
|
346
348
|
|
|
347
349
|
```
|
|
348
350
|
USAGE
|
|
349
|
-
$ sfdx jayree:manifest:git:diff REF1 [REF2] [--json] [-
|
|
351
|
+
$ sfdx jayree:manifest:git:diff REF1 [REF2] [--json] [--api-version <value>] [-d <value>] [--output-dir <value>]
|
|
352
|
+
[--destructive-changes-only]
|
|
350
353
|
|
|
351
354
|
ARGUMENTS
|
|
352
355
|
REF1 Base commit or branch.
|
|
@@ -354,6 +357,7 @@ ARGUMENTS
|
|
|
354
357
|
|
|
355
358
|
FLAGS
|
|
356
359
|
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
360
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
357
361
|
--destructive-changes-only Create a destructiveChanges manifest only.
|
|
358
362
|
--output-dir=<value> Directory to save the created manifest files.
|
|
359
363
|
|
|
@@ -369,6 +373,9 @@ DESCRIPTION
|
|
|
369
373
|
|
|
370
374
|
You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
|
|
371
375
|
|
|
376
|
+
ALIASES
|
|
377
|
+
$ sfdx jayree:manifest:beta:git:diff
|
|
378
|
+
|
|
372
379
|
EXAMPLES
|
|
373
380
|
Uses the changes between two arbitrary <commit>.
|
|
374
381
|
|
|
@@ -415,7 +422,85 @@ FLAG DESCRIPTIONS
|
|
|
415
422
|
The location can be an absolute path or relative to the current working directory.
|
|
416
423
|
```
|
|
417
424
|
|
|
418
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/
|
|
425
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.3/src/commands/jayree/manifest/git/diff.ts)_
|
|
426
|
+
|
|
427
|
+
### `sfdx jayree:manifest:legacy:git:diff`
|
|
428
|
+
|
|
429
|
+
Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or delete based on changes in your git history.
|
|
430
|
+
|
|
431
|
+
```
|
|
432
|
+
USAGE
|
|
433
|
+
$ sfdx jayree:manifest:legacy:git:diff REF1 [REF2] [--json] [-d <value>] [--output-dir <value>]
|
|
434
|
+
[--destructive-changes-only]
|
|
435
|
+
|
|
436
|
+
ARGUMENTS
|
|
437
|
+
REF1 Base commit or branch.
|
|
438
|
+
REF2 Commit or branch to compare to the base commit.
|
|
439
|
+
|
|
440
|
+
FLAGS
|
|
441
|
+
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
442
|
+
--destructive-changes-only Create a destructiveChanges manifest only.
|
|
443
|
+
--output-dir=<value> Directory to save the created manifest files.
|
|
444
|
+
|
|
445
|
+
GLOBAL FLAGS
|
|
446
|
+
--json Format output as json.
|
|
447
|
+
|
|
448
|
+
DESCRIPTION
|
|
449
|
+
Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or
|
|
450
|
+
delete based on changes in your git history.
|
|
451
|
+
|
|
452
|
+
Use this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two
|
|
453
|
+
git refs.
|
|
454
|
+
|
|
455
|
+
You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
|
|
456
|
+
|
|
457
|
+
EXAMPLES
|
|
458
|
+
Uses the changes between two arbitrary <commit>.
|
|
459
|
+
|
|
460
|
+
$ sfdx jayree:manifest:legacy:git:diff <commit> <commit>
|
|
461
|
+
$ sfdx jayree:manifest:legacy:git:diff <commit>..<commit>
|
|
462
|
+
|
|
463
|
+
Uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both
|
|
464
|
+
<commit>.
|
|
465
|
+
|
|
466
|
+
$ sfdx jayree:manifest:legacy:git:diff <commit>...<commit>
|
|
467
|
+
|
|
468
|
+
Uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1).
|
|
469
|
+
|
|
470
|
+
$ sfdx jayree:manifest:legacy:git:diff branchA..branchB
|
|
471
|
+
|
|
472
|
+
Uses the diff of what is unique in branchB (REF2).
|
|
473
|
+
|
|
474
|
+
$ sfdx jayree:manifest:legacy:git:diff branchA...branchB
|
|
475
|
+
|
|
476
|
+
Specify the flags before or after the REF args
|
|
477
|
+
|
|
478
|
+
$ sfdx jayree:manifest:legacy:git:diff --output-dir package <commit> <commit>
|
|
479
|
+
$ sfdx jayree:manifest:legacy:git:diff <commit> <commit> --output-dir package
|
|
480
|
+
|
|
481
|
+
If you specify the 'source-dir' flag before the REF args, use '--' to separate the args from the 'source-dir'
|
|
482
|
+
values.
|
|
483
|
+
|
|
484
|
+
$ sfdx jayree:manifest:legacy:git:diff --source-dir force-app -- <commit> <commit>
|
|
485
|
+
|
|
486
|
+
FLAG DESCRIPTIONS
|
|
487
|
+
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
488
|
+
|
|
489
|
+
The supplied path can be to a single file (in which case the operation is applied to only one file) or to a folder
|
|
490
|
+
(in which case the operation is applied to all metadata types in the directory and its subdirectories).
|
|
491
|
+
|
|
492
|
+
You can specify this flag more than once.
|
|
493
|
+
|
|
494
|
+
--destructive-changes-only Create a destructiveChanges manifest only.
|
|
495
|
+
|
|
496
|
+
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
497
|
+
|
|
498
|
+
--output-dir=<value> Directory to save the created manifest files.
|
|
499
|
+
|
|
500
|
+
The location can be an absolute path or relative to the current working directory.
|
|
501
|
+
```
|
|
502
|
+
|
|
503
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.3/src/commands/jayree/manifest/legacy/git/diff.ts)_
|
|
419
504
|
|
|
420
505
|
### `sfdx jayree:org:configure`
|
|
421
506
|
|
|
@@ -450,7 +535,7 @@ EXAMPLES
|
|
|
450
535
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
451
536
|
```
|
|
452
537
|
|
|
453
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
538
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/org/configure/index.ts)_
|
|
454
539
|
|
|
455
540
|
### `sfdx jayree:org:configure:country`
|
|
456
541
|
|
|
@@ -474,7 +559,7 @@ DESCRIPTION
|
|
|
474
559
|
update country integration values in the State/Country Picklists
|
|
475
560
|
```
|
|
476
561
|
|
|
477
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
562
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/org/configure/country.ts)_
|
|
478
563
|
|
|
479
564
|
### `sfdx jayree:org:configure:state`
|
|
480
565
|
|
|
@@ -503,7 +588,7 @@ DESCRIPTION
|
|
|
503
588
|
import (create/update) states into the State/Country Picklists
|
|
504
589
|
```
|
|
505
590
|
|
|
506
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
591
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/org/configure/state.ts)_
|
|
507
592
|
|
|
508
593
|
### `sfdx jayree:org:settings`
|
|
509
594
|
|
|
@@ -536,7 +621,7 @@ EXAMPLES
|
|
|
536
621
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
537
622
|
```
|
|
538
623
|
|
|
539
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
624
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/org/settings.ts)_
|
|
540
625
|
|
|
541
626
|
### `sfdx jayree:org:streaming`
|
|
542
627
|
|
|
@@ -565,7 +650,7 @@ EXAMPLES
|
|
|
565
650
|
...
|
|
566
651
|
```
|
|
567
652
|
|
|
568
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
653
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/org/streaming.ts)_
|
|
569
654
|
|
|
570
655
|
### `sfdx jayree:packagedescription:create`
|
|
571
656
|
|
|
@@ -590,7 +675,7 @@ EXAMPLES
|
|
|
590
675
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
591
676
|
```
|
|
592
677
|
|
|
593
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
678
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/packagedescription/create.ts)_
|
|
594
679
|
|
|
595
680
|
### `sfdx jayree:packagedescription:get`
|
|
596
681
|
|
|
@@ -615,7 +700,7 @@ EXAMPLES
|
|
|
615
700
|
Description of Package FILENAME
|
|
616
701
|
```
|
|
617
702
|
|
|
618
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
703
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/packagedescription/get.ts)_
|
|
619
704
|
|
|
620
705
|
### `sfdx jayree:packagedescription:remove`
|
|
621
706
|
|
|
@@ -639,7 +724,7 @@ EXAMPLES
|
|
|
639
724
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
640
725
|
```
|
|
641
726
|
|
|
642
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
727
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/packagedescription/remove.ts)_
|
|
643
728
|
|
|
644
729
|
### `sfdx jayree:packagedescription:set`
|
|
645
730
|
|
|
@@ -664,7 +749,7 @@ EXAMPLES
|
|
|
664
749
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
665
750
|
```
|
|
666
751
|
|
|
667
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
752
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.30/src/commands/jayree/packagedescription/set.ts)_
|
|
668
753
|
|
|
669
754
|
### `sfdx jayree:source:fix`
|
|
670
755
|
|
|
@@ -692,7 +777,7 @@ DESCRIPTION
|
|
|
692
777
|
(examples will follow)
|
|
693
778
|
```
|
|
694
779
|
|
|
695
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
780
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/source/fix.ts)_
|
|
696
781
|
|
|
697
782
|
### `sfdx jayree:source:tracking:list`
|
|
698
783
|
|
|
@@ -723,7 +808,7 @@ EXAMPLES
|
|
|
723
808
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
724
809
|
```
|
|
725
810
|
|
|
726
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
811
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/source/tracking/list.ts)_
|
|
727
812
|
|
|
728
813
|
### `sfdx jayree:source:tracking:store:get`
|
|
729
814
|
|
|
@@ -751,7 +836,7 @@ EXAMPLES
|
|
|
751
836
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
752
837
|
```
|
|
753
838
|
|
|
754
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
839
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/source/tracking/store/get.ts)_
|
|
755
840
|
|
|
756
841
|
### `sfdx jayree:source:tracking:store:set`
|
|
757
842
|
|
|
@@ -782,7 +867,7 @@ EXAMPLES
|
|
|
782
867
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
783
868
|
```
|
|
784
869
|
|
|
785
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
870
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.32/src/commands/jayree/source/tracking/store/set.ts)_
|
|
786
871
|
<!-- commandsstop -->
|
|
787
872
|
|
|
788
873
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.32",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-legacy": "^1.1.
|
|
10
|
-
"@jayree/sfdx-plugin-manifest": "^
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.2.
|
|
9
|
+
"@jayree/sfdx-plugin-legacy": "^1.1.30",
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^3.0.3",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.33",
|
|
12
12
|
"@oclif/core": "^1.26.2",
|
|
13
13
|
"@salesforce/command": "^5.3.2",
|
|
14
14
|
"@salesforce/kit": "^1.9.2",
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^7.
|
|
16
|
-
"@salesforce/source-tracking": "^2.2.
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^7.12.0",
|
|
16
|
+
"@salesforce/source-tracking": "^2.2.24",
|
|
17
17
|
"debug": "^4.3.4",
|
|
18
18
|
"enquirer": "^2.3.6",
|
|
19
19
|
"fast-xml-parser": "^4.1.1",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"ignore": "^5.2.4",
|
|
22
22
|
"is-docker": "^3.0.0",
|
|
23
23
|
"is-wsl": "^2.2.0",
|
|
24
|
-
"listr2": "^5.0.
|
|
24
|
+
"listr2": "^5.0.8",
|
|
25
25
|
"marked": "^4.2.12",
|
|
26
26
|
"marked-terminal": "^5.1.1",
|
|
27
27
|
"mkdirp": "^2.1.3",
|
|
28
28
|
"object-path": "^0.11.8",
|
|
29
|
-
"puppeteer": "^19.7.
|
|
29
|
+
"puppeteer": "^19.7.5",
|
|
30
30
|
"semver": "^7.3.8",
|
|
31
31
|
"tabletojson": "^2.0.7",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@commitlint/cli": "^17.4.4",
|
|
36
36
|
"@commitlint/config-conventional": "^17.4.4",
|
|
37
37
|
"@oclif/plugin-command-snapshot": "^3.3.8",
|
|
38
|
-
"@oclif/plugin-help": "^5.2.
|
|
38
|
+
"@oclif/plugin-help": "^5.2.8",
|
|
39
39
|
"@salesforce/dev-config": "^3.1.0",
|
|
40
40
|
"@salesforce/dev-scripts": "3.1.1",
|
|
41
41
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@types/marked-terminal": "^3.1.3",
|
|
48
48
|
"@types/mkdirp": "^1.0.2",
|
|
49
49
|
"@types/mocha": "^10.0.1",
|
|
50
|
-
"@types/node": "^18.15.
|
|
50
|
+
"@types/node": "^18.15.3",
|
|
51
51
|
"@types/semver": "^7.3.13",
|
|
52
52
|
"@types/sinon": "^10.0.13",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.55.0",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.36.0",
|
|
57
57
|
"eslint-config-prettier": "^8.7.0",
|
|
58
58
|
"eslint-config-salesforce": "^1.1.1",
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"eslint-plugin-import": "^2.27.5",
|
|
62
62
|
"eslint-plugin-jsdoc": "^39.9.1",
|
|
63
63
|
"eslint-plugin-prettier": "^4.2.1",
|
|
64
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
64
|
+
"eslint-plugin-sf-plugin": "^1.14.0",
|
|
65
65
|
"husky": "^8.0.3",
|
|
66
66
|
"is-ci": "^3.0.1",
|
|
67
67
|
"mocha": "^10.2.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"prettier": "^2.8.4",
|
|
74
74
|
"pretty-quick": "^3.1.3",
|
|
75
75
|
"shx": "^0.3.4",
|
|
76
|
-
"sinon": "^15.0.
|
|
76
|
+
"sinon": "^15.0.2",
|
|
77
77
|
"source-map-support": "^0.5.21",
|
|
78
78
|
"ts-node": "^10.9.1",
|
|
79
79
|
"typescript": "^4.9.5"
|