sfdx-jayree 4.4.33 → 4.4.34
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 +11 -0
- package/README.md +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [4.4.34](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.33...v4.4.34) (2023-03-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.31 to 1.1.32 ([#692](https://github.com/jayree/sfdx-jayree-plugin/issues/692)) ([f8d1412](https://github.com/jayree/sfdx-jayree-plugin/commit/f8d14126d92ad4c22d9e93d08beb545c347efa41))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.4 to 3.0.6 ([#688](https://github.com/jayree/sfdx-jayree-plugin/issues/688)) ([c1c47b1](https://github.com/jayree/sfdx-jayree-plugin/commit/c1c47b193192f1599c056eb7276e069f86772542))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.34 to 1.2.35 ([#693](https://github.com/jayree/sfdx-jayree-plugin/issues/693)) ([d178b95](https://github.com/jayree/sfdx-jayree-plugin/commit/d178b9503c3e119ae12e41e4ea203340dc0f336a))
|
|
9
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 7.13.0 to 7.14.2 ([#686](https://github.com/jayree/sfdx-jayree-plugin/issues/686)) ([6386c07](https://github.com/jayree/sfdx-jayree-plugin/commit/6386c07198ec4e72ed02cff817442096754100cc))
|
|
10
|
+
* **deps:** bump puppeteer from 19.8.0 to 19.8.2 ([#681](https://github.com/jayree/sfdx-jayree-plugin/issues/681)) ([ddf373b](https://github.com/jayree/sfdx-jayree-plugin/commit/ddf373b4abb987646a68fc068c62f1689bc35c46))
|
|
11
|
+
|
|
1
12
|
## [4.4.33](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.32...v4.4.33) (2023-03-24)
|
|
2
13
|
|
|
3
14
|
|
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.34
|
|
28
28
|
$ sfdx help jayree:[COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sfdx jayree:COMMAND
|
|
@@ -104,7 +104,7 @@ EXAMPLES
|
|
|
104
104
|
❯ ChangeSet1
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
_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.32/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
108
108
|
|
|
109
109
|
### `sfdx jayree:automation:changeset:list`
|
|
110
110
|
|
|
@@ -128,7 +128,7 @@ DESCRIPTION
|
|
|
128
128
|
list incomming change sets of an org (beta)
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_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.32/src/commands/jayree/automation/changeset/list.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree:automation:ltngsync:status`
|
|
134
134
|
|
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_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.32/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
170
170
|
|
|
171
171
|
### `sfdx jayree:flowtestcoverage`
|
|
172
172
|
|
|
@@ -196,7 +196,7 @@ EXAMPLES
|
|
|
196
196
|
...
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_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.34/src/commands/jayree/flowtestcoverage.ts)_
|
|
200
200
|
|
|
201
201
|
### `sfdx jayree:manifest:beta:git:diff`
|
|
202
202
|
|
|
@@ -304,7 +304,7 @@ EXAMPLES
|
|
|
304
304
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
305
305
|
```
|
|
306
306
|
|
|
307
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
307
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.6/src/commands/jayree/manifest/cleanup.ts)_
|
|
308
308
|
|
|
309
309
|
### `sfdx jayree:manifest:generate`
|
|
310
310
|
|
|
@@ -340,7 +340,7 @@ EXAMPLES
|
|
|
340
340
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
343
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.6/src/commands/jayree/manifest/generate.ts)_
|
|
344
344
|
|
|
345
345
|
### `sfdx jayree:manifest:git:diff`
|
|
346
346
|
|
|
@@ -422,7 +422,7 @@ FLAG DESCRIPTIONS
|
|
|
422
422
|
The location can be an absolute path or relative to the current working directory.
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
425
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.6/src/commands/jayree/manifest/git/diff.ts)_
|
|
426
426
|
|
|
427
427
|
### `sfdx jayree:manifest:legacy:git:diff`
|
|
428
428
|
|
|
@@ -500,7 +500,7 @@ FLAG DESCRIPTIONS
|
|
|
500
500
|
The location can be an absolute path or relative to the current working directory.
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
503
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.6/src/commands/jayree/manifest/legacy/git/diff.ts)_
|
|
504
504
|
|
|
505
505
|
### `sfdx jayree:org:configure`
|
|
506
506
|
|
|
@@ -535,7 +535,7 @@ EXAMPLES
|
|
|
535
535
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_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.34/src/commands/jayree/org/configure/index.ts)_
|
|
539
539
|
|
|
540
540
|
### `sfdx jayree:org:configure:country`
|
|
541
541
|
|
|
@@ -559,7 +559,7 @@ DESCRIPTION
|
|
|
559
559
|
update country integration values in the State/Country Picklists
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_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.34/src/commands/jayree/org/configure/country.ts)_
|
|
563
563
|
|
|
564
564
|
### `sfdx jayree:org:configure:state`
|
|
565
565
|
|
|
@@ -588,7 +588,7 @@ DESCRIPTION
|
|
|
588
588
|
import (create/update) states into the State/Country Picklists
|
|
589
589
|
```
|
|
590
590
|
|
|
591
|
-
_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.34/src/commands/jayree/org/configure/state.ts)_
|
|
592
592
|
|
|
593
593
|
### `sfdx jayree:org:settings`
|
|
594
594
|
|
|
@@ -621,7 +621,7 @@ EXAMPLES
|
|
|
621
621
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_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.34/src/commands/jayree/org/settings.ts)_
|
|
625
625
|
|
|
626
626
|
### `sfdx jayree:org:streaming`
|
|
627
627
|
|
|
@@ -650,7 +650,7 @@ EXAMPLES
|
|
|
650
650
|
...
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_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.34/src/commands/jayree/org/streaming.ts)_
|
|
654
654
|
|
|
655
655
|
### `sfdx jayree:packagedescription:create`
|
|
656
656
|
|
|
@@ -675,7 +675,7 @@ EXAMPLES
|
|
|
675
675
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_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.32/src/commands/jayree/packagedescription/create.ts)_
|
|
679
679
|
|
|
680
680
|
### `sfdx jayree:packagedescription:get`
|
|
681
681
|
|
|
@@ -700,7 +700,7 @@ EXAMPLES
|
|
|
700
700
|
Description of Package FILENAME
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_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.32/src/commands/jayree/packagedescription/get.ts)_
|
|
704
704
|
|
|
705
705
|
### `sfdx jayree:packagedescription:remove`
|
|
706
706
|
|
|
@@ -724,7 +724,7 @@ EXAMPLES
|
|
|
724
724
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_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.32/src/commands/jayree/packagedescription/remove.ts)_
|
|
728
728
|
|
|
729
729
|
### `sfdx jayree:packagedescription:set`
|
|
730
730
|
|
|
@@ -749,7 +749,7 @@ EXAMPLES
|
|
|
749
749
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_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.32/src/commands/jayree/packagedescription/set.ts)_
|
|
753
753
|
|
|
754
754
|
### `sfdx jayree:source:fix`
|
|
755
755
|
|
|
@@ -777,7 +777,7 @@ DESCRIPTION
|
|
|
777
777
|
(examples will follow)
|
|
778
778
|
```
|
|
779
779
|
|
|
780
|
-
_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.34/src/commands/jayree/source/fix.ts)_
|
|
781
781
|
|
|
782
782
|
### `sfdx jayree:source:tracking:list`
|
|
783
783
|
|
|
@@ -808,7 +808,7 @@ EXAMPLES
|
|
|
808
808
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
809
809
|
```
|
|
810
810
|
|
|
811
|
-
_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.34/src/commands/jayree/source/tracking/list.ts)_
|
|
812
812
|
|
|
813
813
|
### `sfdx jayree:source:tracking:store:get`
|
|
814
814
|
|
|
@@ -836,7 +836,7 @@ EXAMPLES
|
|
|
836
836
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_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.34/src/commands/jayree/source/tracking/store/get.ts)_
|
|
840
840
|
|
|
841
841
|
### `sfdx jayree:source:tracking:store:set`
|
|
842
842
|
|
|
@@ -867,7 +867,7 @@ EXAMPLES
|
|
|
867
867
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
868
868
|
```
|
|
869
869
|
|
|
870
|
-
_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.34/src/commands/jayree/source/tracking/store/set.ts)_
|
|
871
871
|
<!-- commandsstop -->
|
|
872
872
|
|
|
873
873
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.34",
|
|
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": "^3.0.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.2.
|
|
9
|
+
"@jayree/sfdx-plugin-legacy": "^1.1.32",
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^3.0.6",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.2.35",
|
|
12
12
|
"@oclif/core": "^1.26.2",
|
|
13
13
|
"@salesforce/command": "^5.3.4",
|
|
14
14
|
"@salesforce/kit": "^1.9.2",
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^7.
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^7.14.2",
|
|
16
16
|
"@salesforce/source-tracking": "^2.2.26",
|
|
17
17
|
"debug": "^4.3.4",
|
|
18
18
|
"enquirer": "^2.3.6",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"marked-terminal": "^5.1.1",
|
|
27
27
|
"mkdirp": "^2.1.3",
|
|
28
28
|
"object-path": "^0.11.8",
|
|
29
|
-
"puppeteer": "^19.8.
|
|
29
|
+
"puppeteer": "^19.8.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.5.
|
|
35
|
+
"@commitlint/cli": "^17.5.1",
|
|
36
36
|
"@commitlint/config-conventional": "^17.4.4",
|
|
37
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
37
|
+
"@oclif/plugin-command-snapshot": "^3.3.10",
|
|
38
38
|
"@oclif/plugin-help": "^5.2.8",
|
|
39
39
|
"@salesforce/dev-config": "^3.1.0",
|
|
40
40
|
"@salesforce/dev-scripts": "3.1.1",
|
|
@@ -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.11",
|
|
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.57.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
55
55
|
"chai": "^4.3.7",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.37.0",
|
|
57
57
|
"eslint-config-prettier": "^8.8.0",
|
|
58
58
|
"eslint-config-salesforce": "^1.1.1",
|
|
59
59
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"mocha": "^10.2.0",
|
|
68
68
|
"nock": "^13.3.0",
|
|
69
69
|
"nyc": "^15.1.0",
|
|
70
|
-
"oclif": "^3.7.
|
|
70
|
+
"oclif": "^3.7.3",
|
|
71
71
|
"patch-package": "^6.5.1",
|
|
72
72
|
"pinst": "^3.0.0",
|
|
73
73
|
"prettier": "^2.8.7",
|
|
74
74
|
"pretty-quick": "^3.1.3",
|
|
75
75
|
"shx": "^0.3.4",
|
|
76
|
-
"sinon": "^15.0.
|
|
76
|
+
"sinon": "^15.0.3",
|
|
77
77
|
"source-map-support": "^0.5.21",
|
|
78
78
|
"ts-node": "^10.9.1",
|
|
79
79
|
"typescript": "^4.9.5"
|