sfdx-jayree 4.8.116 → 4.8.118

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,23 @@
1
+ ## [4.8.118](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.117...v4.8.118) (2025-01-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.43 to 3.6.45 ([#1555](https://github.com/jayree/sfdx-jayree-plugin/issues/1555)) ([4995a60](https://github.com/jayree/sfdx-jayree-plugin/commit/4995a608c7b99451ffdc8dac1f52249e40610680))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.92 to 1.2.93 ([#1556](https://github.com/jayree/sfdx-jayree-plugin/issues/1556)) ([de4ad78](https://github.com/jayree/sfdx-jayree-plugin/commit/de4ad78862938d647abc62aa5a06eadde24464bf))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.99 to 1.3.100 ([#1554](https://github.com/jayree/sfdx-jayree-plugin/issues/1554)) ([bca5ccc](https://github.com/jayree/sfdx-jayree-plugin/commit/bca5ccc3b01aa84c7ddfb7803ddc3a7c20977d4e))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.96 to 1.3.97 ([#1551](https://github.com/jayree/sfdx-jayree-plugin/issues/1551)) ([d2ff097](https://github.com/jayree/sfdx-jayree-plugin/commit/d2ff0978770642122aa7fdcf117327c245ce2483))
10
+
11
+ ## [4.8.117](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.116...v4.8.117) (2025-01-24)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.34 to 3.6.43 ([#1542](https://github.com/jayree/sfdx-jayree-plugin/issues/1542)) ([139d26e](https://github.com/jayree/sfdx-jayree-plugin/commit/139d26ead2feabb2cfbfdb3264894dac98e14933))
17
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.90 to 1.2.92 ([#1544](https://github.com/jayree/sfdx-jayree-plugin/issues/1544)) ([dbe2dd6](https://github.com/jayree/sfdx-jayree-plugin/commit/dbe2dd69c74021fa8a41f7a1458d63c467166bf4))
18
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.98 to 1.3.99 ([#1549](https://github.com/jayree/sfdx-jayree-plugin/issues/1549)) ([fd6cd83](https://github.com/jayree/sfdx-jayree-plugin/commit/fd6cd834cd2edda41d67da532b4f1ec8a388eb5c))
19
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.95 to 1.3.96 ([#1546](https://github.com/jayree/sfdx-jayree-plugin/issues/1546)) ([ed97e94](https://github.com/jayree/sfdx-jayree-plugin/commit/ed97e94bef1e2b362da1e266197aaa519902be15))
20
+
1
21
  ## [4.8.116](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.115...v4.8.116) (2025-01-22)
2
22
 
3
23
 
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.90/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.34/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.45/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -99,18 +99,18 @@ Generate a complete manifest file form the specified org.
99
99
  ```
100
100
  USAGE
101
101
  $ sfdx jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>...] [-c] [-w]
102
- [--include-flow-versions] [-f <value>] [--exclude-managed | --exclude-all]
102
+ [--include-flow-versions] [-f <value>] [-x | -a]
103
103
 
104
104
  FLAGS
105
+ -a, --exclude-all Exclude all packages from output.
105
106
  -c, --match-case Enable 'match case' for the quickfilter.
106
107
  -f, --file=<value> Write to 'file' instead of stdout.
107
108
  -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
108
109
  configuration variable is already set.
109
110
  -q, --quick-filter=<value>... Metadata type, member or file path to filter on.
110
111
  -w, --match-whole-word Enable 'match whole word' for the quickfilter.
112
+ -x, --exclude-managed Exclude managed packages from output.
111
113
  --api-version=<value> Override the api version used for api requests made by this command
112
- --exclude-all Exclude all packages from output.
113
- --exclude-managed Exclude managed packages from output.
114
114
  --include-flow-versions Include flow versions as with api version 43.0.
115
115
 
116
116
  GLOBAL FLAGS
@@ -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.34/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.45/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -136,8 +136,8 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
136
136
 
137
137
  ```
138
138
  USAGE
139
- $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>...]
140
- [--output-dir <value>] [--destructive-changes-only]
139
+ $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>...] [-r
140
+ <value>] [--destructive-changes-only]
141
141
 
142
142
  ARGUMENTS
143
143
  REF1 Base commit or branch.
@@ -145,9 +145,9 @@ ARGUMENTS
145
145
 
146
146
  FLAGS
147
147
  -d, --source-dir=<value>... Path to the local source files to include in the manifest.
148
+ -r, --output-dir=<value> Directory to save the created manifest files.
148
149
  --api-version=<value> Override the api version used for api requests made by this command
149
150
  --destructive-changes-only Create a destructiveChanges manifest only.
150
- --output-dir=<value> Directory to save the created manifest files.
151
151
 
152
152
  GLOBAL FLAGS
153
153
  --flags-dir=<value> Import flag values from a directory.
@@ -202,16 +202,16 @@ FLAG DESCRIPTIONS
202
202
 
203
203
  You can specify this flag more than once.
204
204
 
205
- --destructive-changes-only Create a destructiveChanges manifest only.
205
+ -r, --output-dir=<value> Directory to save the created manifest files.
206
206
 
207
- Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
207
+ The location can be an absolute path or relative to the current working directory.
208
208
 
209
- --output-dir=<value> Directory to save the created manifest files.
209
+ --destructive-changes-only Create a destructiveChanges manifest only.
210
210
 
211
- The location can be an absolute path or relative to the current working directory.
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.34/src/commands/jayree/manifest/git/diff.ts)_
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)_
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.90/src/commands/jayree/org/configure/index.ts)_
244
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.90/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.90/src/commands/jayree/org/configure/state.ts)_
289
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.90/src/commands/jayree/org/get/settings.ts)_
319
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.90/src/commands/jayree/org/stream.ts)_
351
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.93/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.95/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.97/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.95/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.97/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.95/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.97/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.95/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.97/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.95/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.97/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.95/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.97/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks