sfdx-jayree 4.8.119 → 4.8.121

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 CHANGED
@@ -1,3 +1,20 @@
1
+ ## [4.8.121](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.120...v4.8.121) (2025-02-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.48 to 3.6.51 ([#1570](https://github.com/jayree/sfdx-jayree-plugin/issues/1570)) ([abda596](https://github.com/jayree/sfdx-jayree-plugin/commit/abda5960ee51779e8c90c6069e6901380e3f84e5))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.94 to 1.2.96 ([#1568](https://github.com/jayree/sfdx-jayree-plugin/issues/1568)) ([c969508](https://github.com/jayree/sfdx-jayree-plugin/commit/c969508224f03cd3b554e46979385456f9402719))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.101 to 1.3.102 ([#1565](https://github.com/jayree/sfdx-jayree-plugin/issues/1565)) ([3a19c2d](https://github.com/jayree/sfdx-jayree-plugin/commit/3a19c2d85d2bcb304ab5901e12746790c931d8f8))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.98 to 1.3.99 ([#1566](https://github.com/jayree/sfdx-jayree-plugin/issues/1566)) ([45d6e18](https://github.com/jayree/sfdx-jayree-plugin/commit/45d6e18776a434694befc5ace9ac253c2e7edec9))
10
+
11
+ ## [4.8.120](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.119...v4.8.120) (2025-02-08)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.45 to 3.6.48 ([#1563](https://github.com/jayree/sfdx-jayree-plugin/issues/1563)) ([4057e01](https://github.com/jayree/sfdx-jayree-plugin/commit/4057e01cbce1a5fba6f7e519db28ba7bd9628b24))
17
+
1
18
  ## [4.8.119](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.118...v4.8.119) (2025-02-07)
2
19
 
3
20
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.45/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.51/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.45/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.51/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
211
211
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
212
212
  ```
213
213
 
214
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.45/src/commands/jayree/manifest/git/diff.ts)_
214
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.51/src/commands/jayree/manifest/git/diff.ts)_
215
215
 
216
216
  ### `sfdx jayree org configure`
217
217
 
@@ -241,7 +241,7 @@ EXAMPLES
241
241
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
242
242
  ```
243
243
 
244
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/org/configure/index.ts)_
244
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/org/configure/index.ts)_
245
245
 
246
246
  ### `sfdx jayree org configure country`
247
247
 
@@ -261,7 +261,7 @@ GLOBAL FLAGS
261
261
  --json Format output as json.
262
262
  ```
263
263
 
264
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/org/configure/country.ts)_
265
265
 
266
266
  ### `sfdx jayree org configure state`
267
267
 
@@ -286,7 +286,7 @@ GLOBAL FLAGS
286
286
  --json Format output as json.
287
287
  ```
288
288
 
289
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/org/configure/state.ts)_
289
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/org/configure/state.ts)_
290
290
 
291
291
  ### `sfdx jayree org get settings`
292
292
 
@@ -316,7 +316,7 @@ EXAMPLES
316
316
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
317
317
  ```
318
318
 
319
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/org/get/settings.ts)_
319
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/org/get/settings.ts)_
320
320
 
321
321
  ### `sfdx jayree org stream`
322
322
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  ...
349
349
  ```
350
350
 
351
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.94/src/commands/jayree/org/stream.ts)_
351
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.96/src/commands/jayree/org/stream.ts)_
352
352
 
353
353
  ### `sfdx jayree project compare snapshot`
354
354
 
@@ -369,7 +369,7 @@ ALIASES
369
369
  $ sfdx jayree source snapshot compare
370
370
  ```
371
371
 
372
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/compare/snapshot.ts)_
373
373
 
374
374
  ### `sfdx jayree project fix`
375
375
 
@@ -391,7 +391,7 @@ ALIASES
391
391
  $ sfdx jayree source fix
392
392
  ```
393
393
 
394
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/fix.ts)_
395
395
 
396
396
  ### `sfdx jayree project generate snapshot`
397
397
 
@@ -412,7 +412,7 @@ ALIASES
412
412
  $ sfdx jayree source snapshot generate
413
413
  ```
414
414
 
415
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/generate/snapshot.ts)_
416
416
 
417
417
  ### `sfdx jayree project list tracking`
418
418
 
@@ -441,7 +441,7 @@ EXAMPLES
441
441
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
442
442
  ```
443
443
 
444
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/list/tracking.ts)_
445
445
 
446
446
  ### `sfdx jayree project store tracking get`
447
447
 
@@ -467,7 +467,7 @@ EXAMPLES
467
467
  $ sfdx jayree:source:tracking:store:get -u me@my.org
468
468
  ```
469
469
 
470
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/store/tracking/get.ts)_
470
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/store/tracking/get.ts)_
471
471
 
472
472
  ### `sfdx jayree project store tracking set`
473
473
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
498
498
  ```
499
499
 
500
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.98/src/commands/jayree/project/store/tracking/set.ts)_
500
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.99/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks