sfdx-jayree 4.8.8 → 4.8.10
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 +17 -0
- package/README.md +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.10](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.9...v4.8.10) (2023-06-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.3 to 3.1.5 ([#836](https://github.com/jayree/sfdx-jayree-plugin/issues/836)) ([79084a2](https://github.com/jayree/sfdx-jayree-plugin/commit/79084a2595173333587eea9b72e9fe867e2b9dd0))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.1.4 to 1.1.5 ([#835](https://github.com/jayree/sfdx-jayree-plugin/issues/835)) ([251a213](https://github.com/jayree/sfdx-jayree-plugin/commit/251a213c0fb58519f97b0742e84182d4cadf1dab))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.6 to 1.3.7 ([#834](https://github.com/jayree/sfdx-jayree-plugin/issues/834)) ([d200402](https://github.com/jayree/sfdx-jayree-plugin/commit/d2004029721d913237182499ce2f21b5416eaa76))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.3 to 1.3.4 ([#830](https://github.com/jayree/sfdx-jayree-plugin/issues/830)) ([54e3475](https://github.com/jayree/sfdx-jayree-plugin/commit/54e3475a1fd74612443d27552af7a9b9c6b53c06))
|
|
10
|
+
|
|
11
|
+
## [4.8.9](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.8...v4.8.9) (2023-06-07)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump fast-xml-parser from 4.2.2 to 4.2.4 ([#821](https://github.com/jayree/sfdx-jayree-plugin/issues/821)) ([6ecf9fd](https://github.com/jayree/sfdx-jayree-plugin/commit/6ecf9fdca942d78125d8838e687cafaf7bcd389a))
|
|
17
|
+
|
|
1
18
|
## [4.8.8](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.7...v4.8.8) (2023-06-02)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
62
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
63
|
|
|
64
64
|
### `sfdx jayree:manifest:cleanup`
|
|
65
65
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
90
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
91
|
|
|
92
92
|
### `sfdx jayree:manifest:generate`
|
|
93
93
|
|
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
126
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/generate.ts)_
|
|
127
127
|
|
|
128
128
|
### `sfdx jayree:manifest:git:diff`
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
|
|
|
205
205
|
The location can be an absolute path or relative to the current working directory.
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
208
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
209
|
|
|
210
210
|
### `sfdx jayree:org:configure`
|
|
211
211
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree:org:configure:country`
|
|
244
244
|
|
|
@@ -261,7 +261,7 @@ DESCRIPTION
|
|
|
261
261
|
update country integration values in the State/Country Picklists
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/org/configure/country.ts)_
|
|
265
265
|
|
|
266
266
|
### `sfdx jayree:org:configure:state`
|
|
267
267
|
|
|
@@ -289,7 +289,7 @@ DESCRIPTION
|
|
|
289
289
|
import (create/update) states into the State/Country Picklists
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
292
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/org/configure/state.ts)_
|
|
293
293
|
|
|
294
294
|
### `sfdx jayree:org:get:settings`
|
|
295
295
|
|
|
@@ -317,7 +317,7 @@ EXAMPLES
|
|
|
317
317
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
320
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/org/get/settings.ts)_
|
|
321
321
|
|
|
322
322
|
### `sfdx jayree:org:stream`
|
|
323
323
|
|
|
@@ -347,7 +347,7 @@ EXAMPLES
|
|
|
347
347
|
...
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.
|
|
350
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.5/src/commands/jayree/org/stream.ts)_
|
|
351
351
|
|
|
352
352
|
### `sfdx jayree:project:compare:snapshot`
|
|
353
353
|
|
|
@@ -367,7 +367,7 @@ ALIASES
|
|
|
367
367
|
$ sfdx jayree:source:snapshot:compare
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
370
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/compare/snapshot.ts)_
|
|
371
371
|
|
|
372
372
|
### `sfdx jayree:project:fix`
|
|
373
373
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree:source:fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree:project:generate:snapshot`
|
|
394
394
|
|
|
@@ -408,7 +408,7 @@ ALIASES
|
|
|
408
408
|
$ sfdx jayree:source:snapshot:generate
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
411
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/generate/snapshot.ts)_
|
|
412
412
|
|
|
413
413
|
### `sfdx jayree:project:list:tracking`
|
|
414
414
|
|
|
@@ -435,7 +435,7 @@ EXAMPLES
|
|
|
435
435
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
438
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/list/tracking.ts)_
|
|
439
439
|
|
|
440
440
|
### `sfdx jayree:project:store:tracking:get`
|
|
441
441
|
|
|
@@ -459,7 +459,7 @@ EXAMPLES
|
|
|
459
459
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
462
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/store/tracking/get.ts)_
|
|
463
463
|
|
|
464
464
|
### `sfdx jayree:project:store:tracking:set`
|
|
465
465
|
|
|
@@ -486,7 +486,7 @@ EXAMPLES
|
|
|
486
486
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
489
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.4/src/commands/jayree/project/store/tracking/set.ts)_
|
|
490
490
|
<!-- commandsstop -->
|
|
491
491
|
|
|
492
492
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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.8.
|
|
4
|
+
"version": "4.8.10",
|
|
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-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.1.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.5",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.1.5",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.7",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^5.2.9",
|
|
16
16
|
"@salesforce/dev-config": "^4.0.1",
|
|
17
17
|
"@salesforce/dev-scripts": "^5.4.2",
|
|
18
18
|
"@salesforce/prettier-config": "^0.0.3",
|
|
19
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
21
|
-
"@typescript-eslint/parser": "^5.59.
|
|
19
|
+
"@salesforce/ts-sinon": "^1.4.8",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
21
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
22
22
|
"c8": "^7.14.0",
|
|
23
23
|
"chai": "^4.3.7",
|
|
24
24
|
"eslint": "^8.41.0",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
29
29
|
"eslint-plugin-header": "^3.1.1",
|
|
30
30
|
"eslint-plugin-import": "^2.27.5",
|
|
31
|
-
"eslint-plugin-jsdoc": "^46.
|
|
31
|
+
"eslint-plugin-jsdoc": "^46.2.6",
|
|
32
32
|
"eslint-plugin-prettier": "^4.2.1",
|
|
33
|
-
"eslint-plugin-sf-plugin": "^1.15.
|
|
33
|
+
"eslint-plugin-sf-plugin": "^1.15.8",
|
|
34
34
|
"husky": "^8.0.3",
|
|
35
35
|
"mocha": "^10.2.0",
|
|
36
36
|
"nock": "^13.3.1",
|