sfdx-jayree 4.4.26 → 4.4.27
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 +10 -0
- package/README.md +24 -25
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.4.27](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.26...v4.4.27) (2023-02-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.25 to 1.1.26 ([#598](https://github.com/jayree/sfdx-jayree-plugin/issues/598)) ([7e95211](https://github.com/jayree/sfdx-jayree-plugin/commit/7e9521125309c6beb824f5664b1f1671baed8659))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 2.8.2 to 2.8.3 ([#591](https://github.com/jayree/sfdx-jayree-plugin/issues/591)) ([605c6d0](https://github.com/jayree/sfdx-jayree-plugin/commit/605c6d0283aa7d84cd21521768425a67d03c3acd))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.25 to 1.2.26 ([#601](https://github.com/jayree/sfdx-jayree-plugin/issues/601)) ([356f6f6](https://github.com/jayree/sfdx-jayree-plugin/commit/356f6f68d19138df539b28a75b168b985914d1f0))
|
|
9
|
+
* **deps:** bump @oclif/core from 1.26.1 to 1.26.2 ([#590](https://github.com/jayree/sfdx-jayree-plugin/issues/590)) ([1b30497](https://github.com/jayree/sfdx-jayree-plugin/commit/1b304976328e6174b34123c342123ccdc218fa76))
|
|
10
|
+
|
|
1
11
|
## [4.4.26](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.25...v4.4.26) (2023-02-11)
|
|
2
12
|
|
|
3
13
|
|
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.27
|
|
28
28
|
$ sfdx help jayree:[COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sfdx jayree:COMMAND
|
|
@@ -103,7 +103,7 @@ EXAMPLES
|
|
|
103
103
|
❯ ChangeSet1
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
106
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
107
107
|
|
|
108
108
|
### `sfdx jayree:automation:changeset:list`
|
|
109
109
|
|
|
@@ -127,7 +127,7 @@ DESCRIPTION
|
|
|
127
127
|
list incomming change sets of an org (beta)
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
130
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/automation/changeset/list.ts)_
|
|
131
131
|
|
|
132
132
|
### `sfdx jayree:automation:ltngsync:status`
|
|
133
133
|
|
|
@@ -165,7 +165,7 @@ EXAMPLES
|
|
|
165
165
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
168
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
169
169
|
|
|
170
170
|
### `sfdx jayree:flowtestcoverage`
|
|
171
171
|
|
|
@@ -195,7 +195,7 @@ EXAMPLES
|
|
|
195
195
|
...
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
198
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/flowtestcoverage.ts)_
|
|
199
199
|
|
|
200
200
|
### `sfdx jayree:manifest:beta:git:diff`
|
|
201
201
|
|
|
@@ -203,7 +203,7 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
|
203
203
|
|
|
204
204
|
```
|
|
205
205
|
USAGE
|
|
206
|
-
$ sfdx jayree:manifest:beta:git:diff
|
|
206
|
+
$ sfdx jayree:manifest:beta:git:diff REF1 [REF2] [--json] [--api-version <value>] [-d <value>] [--output-dir <value>]
|
|
207
207
|
[--destructive-changes-only]
|
|
208
208
|
|
|
209
209
|
ARGUMENTS
|
|
@@ -274,7 +274,7 @@ FLAG DESCRIPTIONS
|
|
|
274
274
|
The location can be an absolute path or relative to the current working directory.
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
|
277
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.3/src/commands/jayree/manifest/beta/git/diff.ts)_
|
|
278
278
|
|
|
279
279
|
### `sfdx jayree:manifest:cleanup`
|
|
280
280
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
|
305
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.3/src/commands/jayree/manifest/cleanup.ts)_
|
|
306
306
|
|
|
307
307
|
### `sfdx jayree:manifest:generate`
|
|
308
308
|
|
|
@@ -338,7 +338,7 @@ EXAMPLES
|
|
|
338
338
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.3/src/commands/jayree/manifest/generate.ts)_
|
|
342
342
|
|
|
343
343
|
### `sfdx jayree:manifest:git:diff`
|
|
344
344
|
|
|
@@ -346,8 +346,7 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
|
346
346
|
|
|
347
347
|
```
|
|
348
348
|
USAGE
|
|
349
|
-
$ sfdx jayree:manifest:git:diff
|
|
350
|
-
[--destructive-changes-only]
|
|
349
|
+
$ sfdx jayree:manifest:git:diff REF1 [REF2] [--json] [-d <value>] [--output-dir <value>] [--destructive-changes-only]
|
|
351
350
|
|
|
352
351
|
ARGUMENTS
|
|
353
352
|
REF1 Base commit or branch.
|
|
@@ -416,7 +415,7 @@ FLAG DESCRIPTIONS
|
|
|
416
415
|
The location can be an absolute path or relative to the current working directory.
|
|
417
416
|
```
|
|
418
417
|
|
|
419
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.
|
|
418
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.8.3/src/commands/jayree/manifest/git/diff.ts)_
|
|
420
419
|
|
|
421
420
|
### `sfdx jayree:org:configure`
|
|
422
421
|
|
|
@@ -451,7 +450,7 @@ EXAMPLES
|
|
|
451
450
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
452
451
|
```
|
|
453
452
|
|
|
454
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
453
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/org/configure/index.ts)_
|
|
455
454
|
|
|
456
455
|
### `sfdx jayree:org:configure:country`
|
|
457
456
|
|
|
@@ -475,7 +474,7 @@ DESCRIPTION
|
|
|
475
474
|
update country integration values in the State/Country Picklists
|
|
476
475
|
```
|
|
477
476
|
|
|
478
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
477
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/org/configure/country.ts)_
|
|
479
478
|
|
|
480
479
|
### `sfdx jayree:org:configure:state`
|
|
481
480
|
|
|
@@ -504,7 +503,7 @@ DESCRIPTION
|
|
|
504
503
|
import (create/update) states into the State/Country Picklists
|
|
505
504
|
```
|
|
506
505
|
|
|
507
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
506
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/org/configure/state.ts)_
|
|
508
507
|
|
|
509
508
|
### `sfdx jayree:org:settings`
|
|
510
509
|
|
|
@@ -537,7 +536,7 @@ EXAMPLES
|
|
|
537
536
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
538
537
|
```
|
|
539
538
|
|
|
540
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
539
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/org/settings.ts)_
|
|
541
540
|
|
|
542
541
|
### `sfdx jayree:org:streaming`
|
|
543
542
|
|
|
@@ -566,7 +565,7 @@ EXAMPLES
|
|
|
566
565
|
...
|
|
567
566
|
```
|
|
568
567
|
|
|
569
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
568
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/org/streaming.ts)_
|
|
570
569
|
|
|
571
570
|
### `sfdx jayree:packagedescription:create`
|
|
572
571
|
|
|
@@ -591,7 +590,7 @@ EXAMPLES
|
|
|
591
590
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
592
591
|
```
|
|
593
592
|
|
|
594
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
593
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/packagedescription/create.ts)_
|
|
595
594
|
|
|
596
595
|
### `sfdx jayree:packagedescription:get`
|
|
597
596
|
|
|
@@ -616,7 +615,7 @@ EXAMPLES
|
|
|
616
615
|
Description of Package FILENAME
|
|
617
616
|
```
|
|
618
617
|
|
|
619
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
618
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/packagedescription/get.ts)_
|
|
620
619
|
|
|
621
620
|
### `sfdx jayree:packagedescription:remove`
|
|
622
621
|
|
|
@@ -640,7 +639,7 @@ EXAMPLES
|
|
|
640
639
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
641
640
|
```
|
|
642
641
|
|
|
643
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
642
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/packagedescription/remove.ts)_
|
|
644
643
|
|
|
645
644
|
### `sfdx jayree:packagedescription:set`
|
|
646
645
|
|
|
@@ -665,7 +664,7 @@ EXAMPLES
|
|
|
665
664
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
666
665
|
```
|
|
667
666
|
|
|
668
|
-
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
667
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.26/src/commands/jayree/packagedescription/set.ts)_
|
|
669
668
|
|
|
670
669
|
### `sfdx jayree:source:fix`
|
|
671
670
|
|
|
@@ -693,7 +692,7 @@ DESCRIPTION
|
|
|
693
692
|
(examples will follow)
|
|
694
693
|
```
|
|
695
694
|
|
|
696
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
695
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/source/fix.ts)_
|
|
697
696
|
|
|
698
697
|
### `sfdx jayree:source:tracking:list`
|
|
699
698
|
|
|
@@ -724,7 +723,7 @@ EXAMPLES
|
|
|
724
723
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
725
724
|
```
|
|
726
725
|
|
|
727
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
726
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/source/tracking/list.ts)_
|
|
728
727
|
|
|
729
728
|
### `sfdx jayree:source:tracking:store:get`
|
|
730
729
|
|
|
@@ -752,7 +751,7 @@ EXAMPLES
|
|
|
752
751
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
753
752
|
```
|
|
754
753
|
|
|
755
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
754
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/source/tracking/store/get.ts)_
|
|
756
755
|
|
|
757
756
|
### `sfdx jayree:source:tracking:store:set`
|
|
758
757
|
|
|
@@ -783,7 +782,7 @@ EXAMPLES
|
|
|
783
782
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
784
783
|
```
|
|
785
784
|
|
|
786
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.
|
|
785
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.27/src/commands/jayree/source/tracking/store/set.ts)_
|
|
787
786
|
<!-- commandsstop -->
|
|
788
787
|
|
|
789
788
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.27",
|
|
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": "^2.8.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.2.
|
|
12
|
-
"@oclif/core": "^1.26.
|
|
9
|
+
"@jayree/sfdx-plugin-legacy": "^1.1.26",
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^2.8.3",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.26",
|
|
12
|
+
"@oclif/core": "^1.26.2",
|
|
13
13
|
"@salesforce/command": "^5.3.0",
|
|
14
14
|
"@salesforce/kit": "^1.8.5",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^7.9.1",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@commitlint/cli": "^17.4.
|
|
36
|
-
"@commitlint/config-conventional": "^17.4.
|
|
37
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
35
|
+
"@commitlint/cli": "^17.4.3",
|
|
36
|
+
"@commitlint/config-conventional": "^17.4.3",
|
|
37
|
+
"@oclif/plugin-command-snapshot": "^3.3.5",
|
|
38
38
|
"@oclif/plugin-help": "^5.2.4",
|
|
39
39
|
"@salesforce/dev-config": "^3.1.0",
|
|
40
40
|
"@salesforce/dev-scripts": "3.1.1",
|
|
41
41
|
"@salesforce/prettier-config": "^0.0.2",
|
|
42
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
42
|
+
"@salesforce/ts-sinon": "^1.4.6",
|
|
43
43
|
"@types/chai": "^4.3.4",
|
|
44
44
|
"@types/fs-extra": "^11.0.1",
|
|
45
45
|
"@types/jsforce": "^1.11.0",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@types/node": "^18.13.0",
|
|
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.52.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.52.0",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
56
|
"eslint": "^8.33.0",
|
|
57
57
|
"eslint-config-prettier": "^8.6.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
60
60
|
"eslint-plugin-header": "^3.1.1",
|
|
61
61
|
"eslint-plugin-import": "^2.27.5",
|
|
62
|
-
"eslint-plugin-jsdoc": "^39.
|
|
62
|
+
"eslint-plugin-jsdoc": "^39.9.1",
|
|
63
63
|
"eslint-plugin-prettier": "^4.2.1",
|
|
64
64
|
"eslint-plugin-sf-plugin": "^1.8.1",
|
|
65
65
|
"husky": "^8.0.3",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"mocha": "^10.2.0",
|
|
68
68
|
"nock": "^13.3.0",
|
|
69
69
|
"nyc": "^15.1.0",
|
|
70
|
-
"oclif": "^3.6.
|
|
70
|
+
"oclif": "^3.6.5",
|
|
71
71
|
"patch-package": "^6.5.1",
|
|
72
72
|
"pinst": "^3.0.0",
|
|
73
73
|
"prettier": "^2.8.4",
|