sfdx-jayree 4.4.27 → 4.4.28
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 +13 -0
- package/README.md +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [4.4.28](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.27...v4.4.28) (2023-02-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.26 to 1.1.27 ([#616](https://github.com/jayree/sfdx-jayree-plugin/issues/616)) ([953628f](https://github.com/jayree/sfdx-jayree-plugin/commit/953628ff80973e937cf5adeefb44046ea523d246))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 2.8.3 to 2.8.7 ([#620](https://github.com/jayree/sfdx-jayree-plugin/issues/620)) ([2d2bf45](https://github.com/jayree/sfdx-jayree-plugin/commit/2d2bf45daae6a8c1b631df39459a8eee1e9e0f8d))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.26 to 1.2.28 ([#614](https://github.com/jayree/sfdx-jayree-plugin/issues/614)) ([e2655a4](https://github.com/jayree/sfdx-jayree-plugin/commit/e2655a41701c818dd84e95536ad90437e7459452))
|
|
9
|
+
* **deps:** bump @salesforce/command from 5.3.0 to 5.3.1 ([#611](https://github.com/jayree/sfdx-jayree-plugin/issues/611)) ([5f98cbb](https://github.com/jayree/sfdx-jayree-plugin/commit/5f98cbba4b451bbd00621139a1451a2e33803462))
|
|
10
|
+
* **deps:** bump @salesforce/kit from 1.8.5 to 1.9.0 ([#621](https://github.com/jayree/sfdx-jayree-plugin/issues/621)) ([f19d56e](https://github.com/jayree/sfdx-jayree-plugin/commit/f19d56e4cd505ee46527524a61637b13eaf82b13))
|
|
11
|
+
* **deps:** bump @salesforce/source-tracking from 2.2.21 to 2.2.22 ([#608](https://github.com/jayree/sfdx-jayree-plugin/issues/608)) ([2fb53e9](https://github.com/jayree/sfdx-jayree-plugin/commit/2fb53e998d7b7a7e6bed2338c3dce8984a90c6ea))
|
|
12
|
+
* **deps:** bump puppeteer from 19.7.1 to 19.7.2 ([#617](https://github.com/jayree/sfdx-jayree-plugin/issues/617)) ([01896fd](https://github.com/jayree/sfdx-jayree-plugin/commit/01896fdf237a5c511d45bb61048ee5d64d5ad5e4))
|
|
13
|
+
|
|
1
14
|
## [4.4.27](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.26...v4.4.27) (2023-02-17)
|
|
2
15
|
|
|
3
16
|
|
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.28
|
|
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.27/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.27/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.27/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.28/src/commands/jayree/flowtestcoverage.ts)_
|
|
199
199
|
|
|
200
200
|
### `sfdx jayree:manifest:beta:git:diff`
|
|
201
201
|
|
|
@@ -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.7/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.7/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.7/src/commands/jayree/manifest/generate.ts)_
|
|
342
342
|
|
|
343
343
|
### `sfdx jayree:manifest:git:diff`
|
|
344
344
|
|
|
@@ -415,7 +415,7 @@ FLAG DESCRIPTIONS
|
|
|
415
415
|
The location can be an absolute path or relative to the current working directory.
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_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.7/src/commands/jayree/manifest/git/diff.ts)_
|
|
419
419
|
|
|
420
420
|
### `sfdx jayree:org:configure`
|
|
421
421
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_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.28/src/commands/jayree/org/configure/index.ts)_
|
|
454
454
|
|
|
455
455
|
### `sfdx jayree:org:configure:country`
|
|
456
456
|
|
|
@@ -474,7 +474,7 @@ DESCRIPTION
|
|
|
474
474
|
update country integration values in the State/Country Picklists
|
|
475
475
|
```
|
|
476
476
|
|
|
477
|
-
_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.28/src/commands/jayree/org/configure/country.ts)_
|
|
478
478
|
|
|
479
479
|
### `sfdx jayree:org:configure:state`
|
|
480
480
|
|
|
@@ -503,7 +503,7 @@ DESCRIPTION
|
|
|
503
503
|
import (create/update) states into the State/Country Picklists
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_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.28/src/commands/jayree/org/configure/state.ts)_
|
|
507
507
|
|
|
508
508
|
### `sfdx jayree:org:settings`
|
|
509
509
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_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.28/src/commands/jayree/org/settings.ts)_
|
|
540
540
|
|
|
541
541
|
### `sfdx jayree:org:streaming`
|
|
542
542
|
|
|
@@ -565,7 +565,7 @@ EXAMPLES
|
|
|
565
565
|
...
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_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.28/src/commands/jayree/org/streaming.ts)_
|
|
569
569
|
|
|
570
570
|
### `sfdx jayree:packagedescription:create`
|
|
571
571
|
|
|
@@ -590,7 +590,7 @@ EXAMPLES
|
|
|
590
590
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
591
591
|
```
|
|
592
592
|
|
|
593
|
-
_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.27/src/commands/jayree/packagedescription/create.ts)_
|
|
594
594
|
|
|
595
595
|
### `sfdx jayree:packagedescription:get`
|
|
596
596
|
|
|
@@ -615,7 +615,7 @@ EXAMPLES
|
|
|
615
615
|
Description of Package FILENAME
|
|
616
616
|
```
|
|
617
617
|
|
|
618
|
-
_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.27/src/commands/jayree/packagedescription/get.ts)_
|
|
619
619
|
|
|
620
620
|
### `sfdx jayree:packagedescription:remove`
|
|
621
621
|
|
|
@@ -639,7 +639,7 @@ EXAMPLES
|
|
|
639
639
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
640
640
|
```
|
|
641
641
|
|
|
642
|
-
_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.27/src/commands/jayree/packagedescription/remove.ts)_
|
|
643
643
|
|
|
644
644
|
### `sfdx jayree:packagedescription:set`
|
|
645
645
|
|
|
@@ -664,7 +664,7 @@ EXAMPLES
|
|
|
664
664
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
665
665
|
```
|
|
666
666
|
|
|
667
|
-
_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.27/src/commands/jayree/packagedescription/set.ts)_
|
|
668
668
|
|
|
669
669
|
### `sfdx jayree:source:fix`
|
|
670
670
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
(examples will follow)
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_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.28/src/commands/jayree/source/fix.ts)_
|
|
696
696
|
|
|
697
697
|
### `sfdx jayree:source:tracking:list`
|
|
698
698
|
|
|
@@ -723,7 +723,7 @@ EXAMPLES
|
|
|
723
723
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
724
724
|
```
|
|
725
725
|
|
|
726
|
-
_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.28/src/commands/jayree/source/tracking/list.ts)_
|
|
727
727
|
|
|
728
728
|
### `sfdx jayree:source:tracking:store:get`
|
|
729
729
|
|
|
@@ -751,7 +751,7 @@ EXAMPLES
|
|
|
751
751
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
752
752
|
```
|
|
753
753
|
|
|
754
|
-
_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.28/src/commands/jayree/source/tracking/store/get.ts)_
|
|
755
755
|
|
|
756
756
|
### `sfdx jayree:source:tracking:store:set`
|
|
757
757
|
|
|
@@ -782,7 +782,7 @@ EXAMPLES
|
|
|
782
782
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
783
783
|
```
|
|
784
784
|
|
|
785
|
-
_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.28/src/commands/jayree/source/tracking/store/set.ts)_
|
|
786
786
|
<!-- commandsstop -->
|
|
787
787
|
|
|
788
788
|
## 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.28",
|
|
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.
|
|
9
|
+
"@jayree/sfdx-plugin-legacy": "^1.1.27",
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^2.8.7",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.28",
|
|
12
12
|
"@oclif/core": "^1.26.2",
|
|
13
|
-
"@salesforce/command": "^5.3.
|
|
14
|
-
"@salesforce/kit": "^1.
|
|
13
|
+
"@salesforce/command": "^5.3.1",
|
|
14
|
+
"@salesforce/kit": "^1.9.0",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^7.9.1",
|
|
16
|
-
"@salesforce/source-tracking": "^2.2.
|
|
16
|
+
"@salesforce/source-tracking": "^2.2.22",
|
|
17
17
|
"debug": "^4.3.4",
|
|
18
18
|
"enquirer": "^2.3.6",
|
|
19
19
|
"fast-xml-parser": "^4.1.1",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"marked-terminal": "^5.1.1",
|
|
27
27
|
"mkdirp": "^2.1.3",
|
|
28
28
|
"object-path": "^0.11.8",
|
|
29
|
-
"puppeteer": "^19.
|
|
29
|
+
"puppeteer": "^19.7.2",
|
|
30
30
|
"semver": "^7.3.8",
|
|
31
31
|
"tabletojson": "^2.0.7",
|
|
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.
|
|
38
|
-
"@oclif/plugin-help": "^5.2.
|
|
35
|
+
"@commitlint/cli": "^17.4.4",
|
|
36
|
+
"@commitlint/config-conventional": "^17.4.4",
|
|
37
|
+
"@oclif/plugin-command-snapshot": "^3.3.6",
|
|
38
|
+
"@oclif/plugin-help": "^5.2.5",
|
|
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.
|
|
50
|
+
"@types/node": "^18.14.1",
|
|
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.53.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.34.0",
|
|
57
57
|
"eslint-config-prettier": "^8.6.0",
|
|
58
58
|
"eslint-config-salesforce": "^1.1.1",
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
@@ -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.
|
|
70
|
+
"oclif": "^3.7.0",
|
|
71
71
|
"patch-package": "^6.5.1",
|
|
72
72
|
"pinst": "^3.0.0",
|
|
73
73
|
"prettier": "^2.8.4",
|