sfdx-jayree 4.8.39 → 4.8.40

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,14 @@
1
+ ## [4.8.40](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.39...v4.8.40) (2023-11-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.36 to 3.1.37 ([#1101](https://github.com/jayree/sfdx-jayree-plugin/issues/1101)) ([768fc07](https://github.com/jayree/sfdx-jayree-plugin/commit/768fc075e30e28910003ac6678407ba7592117fa))
7
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.37 to 3.1.38 ([#1105](https://github.com/jayree/sfdx-jayree-plugin/issues/1105)) ([c49d705](https://github.com/jayree/sfdx-jayree-plugin/commit/c49d70545ea1f424c3ba9e29280f213cf14b0d88))
8
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.18 to 1.2.20 ([#1104](https://github.com/jayree/sfdx-jayree-plugin/issues/1104)) ([2630b92](https://github.com/jayree/sfdx-jayree-plugin/commit/2630b927e8d77111be19c7e6af8b62087d8b0b02))
9
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.30 to 1.3.32 ([#1103](https://github.com/jayree/sfdx-jayree-plugin/issues/1103)) ([961b6ca](https://github.com/jayree/sfdx-jayree-plugin/commit/961b6cabff6e531fdd9ee8c588bb780dc8e4a0e8))
10
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.26 to 1.3.27 ([#1100](https://github.com/jayree/sfdx-jayree-plugin/issues/1100)) ([aadc455](https://github.com/jayree/sfdx-jayree-plugin/commit/aadc4556f8f8fb61cb03bb61f767609042d8d587))
11
+
1
12
  ## [4.8.39](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.38...v4.8.39) (2023-11-10)
2
13
 
3
14
 
package/README.md CHANGED
@@ -43,8 +43,8 @@ USAGE
43
43
  $ sfdx jayree:flow:get:coverage -o <value> [--json] [--api-version <value>]
44
44
 
45
45
  FLAGS
46
- -o, --target-org=<value> (required) Username or alias of the target org.
47
- --api-version=<value> Override the api version used for api requests made by this command
46
+ -o, --target-org=<value> (required) Username or alias of the target org.
47
+ --api-version=<value> Override the api version used for api requests made by this command
48
48
 
49
49
  GLOBAL FLAGS
50
50
  --json Format output as json.
@@ -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.2.18/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/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.36/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/cleanup.ts)_
91
91
 
92
92
  ### `sfdx jayree:manifest:generate`
93
93
 
@@ -101,13 +101,14 @@ USAGE
101
101
  FLAGS
102
102
  -c, --match-case Enable 'match case' for the quickfilter.
103
103
  -f, --file=<value> Write to 'file' instead of stdout.
104
- -o, --target-org=<value> (required) Username or alias of the target org.
104
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
105
+ configuration variable is already set.
105
106
  -q, --quick-filter=<value>... Metadata type, member or file path to filter on.
106
107
  -w, --match-whole-word Enable 'match whole word' for the quickfilter.
107
- --api-version=<value> Override the api version used for api requests made by this command
108
- --exclude-all Exclude all packages from output.
109
- --exclude-managed Exclude managed packages from output.
110
- --include-flow-versions Include flow versions as with api version 43.0.
108
+ --api-version=<value> Override the api version used for api requests made by this command
109
+ --exclude-all Exclude all packages from output.
110
+ --exclude-managed Exclude managed packages from output.
111
+ --include-flow-versions Include flow versions as with api version 43.0.
111
112
 
112
113
  GLOBAL FLAGS
113
114
  --json Format output as json.
@@ -123,7 +124,7 @@ EXAMPLES
123
124
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
124
125
  ```
125
126
 
126
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.36/src/commands/jayree/manifest/generate.ts)_
127
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/generate.ts)_
127
128
 
128
129
  ### `sfdx jayree:manifest:git:diff`
129
130
 
@@ -139,10 +140,10 @@ ARGUMENTS
139
140
  REF2 Commit or branch to compare to the base commit.
140
141
 
141
142
  FLAGS
142
- -d, --source-dir=<value>... Path to the local source files to include in the manifest.
143
- --api-version=<value> Override the api version used for api requests made by this command
144
- --destructive-changes-only Create a destructiveChanges manifest only.
145
- --output-dir=<value> Directory to save the created manifest files.
143
+ -d, --source-dir=<value>... Path to the local source files to include in the manifest.
144
+ --api-version=<value> Override the api version used for api requests made by this command
145
+ --destructive-changes-only Create a destructiveChanges manifest only.
146
+ --output-dir=<value> Directory to save the created manifest files.
146
147
 
147
148
  GLOBAL FLAGS
148
149
  --json Format output as json.
@@ -205,7 +206,7 @@ FLAG DESCRIPTIONS
205
206
  The location can be an absolute path or relative to the current working directory.
206
207
  ```
207
208
 
208
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.36/src/commands/jayree/manifest/git/diff.ts)_
209
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.38/src/commands/jayree/manifest/git/diff.ts)_
209
210
 
210
211
  ### `sfdx jayree:org:configure`
211
212
 
@@ -216,11 +217,11 @@ USAGE
216
217
  $ sfdx jayree:org:configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]
217
218
 
218
219
  FLAGS
219
- -o, --target-org=<value> (required) Username or alias of the target org.
220
- -t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
221
- active will be executed.
222
- --api-version=<value> Override the api version used for api requests made by this command
223
- --concurrent Execute tasks in parallel.
220
+ -o, --target-org=<value> (required) Username or alias of the target org.
221
+ -t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
222
+ active will be executed.
223
+ --api-version=<value> Override the api version used for api requests made by this command
224
+ --concurrent Execute tasks in parallel.
224
225
 
225
226
  GLOBAL FLAGS
226
227
  --json Format output as json.
@@ -232,7 +233,7 @@ EXAMPLES
232
233
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
233
234
  ```
234
235
 
235
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/index.ts)_
236
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/src/commands/jayree/org/configure/index.ts)_
236
237
 
237
238
  ### `sfdx jayree:org:configure:country`
238
239
 
@@ -243,14 +244,14 @@ USAGE
243
244
  $ sfdx jayree:org:configure:country -o <value> [--json] [--api-version <value>]
244
245
 
245
246
  FLAGS
246
- -o, --target-org=<value> (required) Username or alias of the target org.
247
- --api-version=<value> Override the api version used for api requests made by this command
247
+ -o, --target-org=<value> (required) Username or alias of the target org.
248
+ --api-version=<value> Override the api version used for api requests made by this command
248
249
 
249
250
  GLOBAL FLAGS
250
251
  --json Format output as json.
251
252
  ```
252
253
 
253
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/country.ts)_
254
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/src/commands/jayree/org/configure/country.ts)_
254
255
 
255
256
  ### `sfdx jayree:org:configure:state`
256
257
 
@@ -262,18 +263,18 @@ USAGE
262
263
  [--language <value>] [--concurrent <value>]
263
264
 
264
265
  FLAGS
265
- -o, --target-org=<value> (required) Username or alias of the target org.
266
- --api-version=<value> Override the api version used for api requests made by this command
267
- --category=<value> Subdivision category.
268
- --concurrent=<value> [default: 1] execute tasks in parallel.
269
- --country-code=<value> Alpha-2 code.
270
- --language=<value> Language code.
266
+ -o, --target-org=<value> (required) Username or alias of the target org.
267
+ --api-version=<value> Override the api version used for api requests made by this command
268
+ --category=<value> Subdivision category.
269
+ --concurrent=<value> [default: 1] execute tasks in parallel.
270
+ --country-code=<value> Alpha-2 code.
271
+ --language=<value> Language code.
271
272
 
272
273
  GLOBAL FLAGS
273
274
  --json Format output as json.
274
275
  ```
275
276
 
276
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/configure/state.ts)_
277
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/src/commands/jayree/org/configure/state.ts)_
277
278
 
278
279
  ### `sfdx jayree:org:get:settings`
279
280
 
@@ -287,7 +288,7 @@ FLAGS
287
288
  -f, --file=<value> Write to 'file' instead of project-scratch-def.json.
288
289
  -o, --target-org=<value> (required) Username or alias of the target org.
289
290
  -w, --writetoprojectscratchdeffile Write output to project-scratch-def.json file.
290
- --api-version=<value> Override the api version used for api requests made by this command
291
+ --api-version=<value> Override the api version used for api requests made by this command
291
292
 
292
293
  GLOBAL FLAGS
293
294
  --json Format output as json.
@@ -301,7 +302,7 @@ EXAMPLES
301
302
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
302
303
  ```
303
304
 
304
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/get/settings.ts)_
305
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/src/commands/jayree/org/get/settings.ts)_
305
306
 
306
307
  ### `sfdx jayree:org:stream`
307
308
 
@@ -312,13 +313,13 @@ USAGE
312
313
  $ sfdx jayree:org:stream -o <value> -c <value> [--json] [--api-version <value>] [-r <value>]
313
314
 
314
315
  FLAGS
315
- -c, --channel=<value> (required) The event name.
316
- -o, --target-org=<value> (required) Username or alias of the target org.
317
- -r, --replay-id=<value> Receive all stored events after the event specified by the replayId value and new events.
318
- [default: -1] Receive new events that are broadcast after the command subscribes. [-2]
319
- Receive all event, including past events that are within the retention window and new
320
- events.
321
- --api-version=<value> Override the api version used for api requests made by this command
316
+ -c, --channel=<value> (required) The event name.
317
+ -o, --target-org=<value> (required) Username or alias of the target org.
318
+ -r, --replay-id=<value> Receive all stored events after the event specified by the replayId value and new events.
319
+ [default: -1] Receive new events that are broadcast after the command subscribes. [-2]
320
+ Receive all event, including past events that are within the retention window and new
321
+ events.
322
+ --api-version=<value> Override the api version used for api requests made by this command
322
323
 
323
324
  GLOBAL FLAGS
324
325
  --json Format output as json.
@@ -331,7 +332,7 @@ EXAMPLES
331
332
  ...
332
333
  ```
333
334
 
334
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.18/src/commands/jayree/org/stream.ts)_
335
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.20/src/commands/jayree/org/stream.ts)_
335
336
 
336
337
  ### `sfdx jayree:project:compare:snapshot`
337
338
 
@@ -351,7 +352,7 @@ ALIASES
351
352
  $ sfdx jayree:source:snapshot:compare
352
353
  ```
353
354
 
354
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/compare/snapshot.ts)_
355
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/compare/snapshot.ts)_
355
356
 
356
357
  ### `sfdx jayree:project:fix`
357
358
 
@@ -372,7 +373,7 @@ ALIASES
372
373
  $ sfdx jayree:source:fix
373
374
  ```
374
375
 
375
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/fix.ts)_
376
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/fix.ts)_
376
377
 
377
378
  ### `sfdx jayree:project:generate:snapshot`
378
379
 
@@ -392,7 +393,7 @@ ALIASES
392
393
  $ sfdx jayree:source:snapshot:generate
393
394
  ```
394
395
 
395
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/generate/snapshot.ts)_
396
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/generate/snapshot.ts)_
396
397
 
397
398
  ### `sfdx jayree:project:list:tracking`
398
399
 
@@ -403,9 +404,9 @@ USAGE
403
404
  $ sfdx jayree:project:list:tracking -o <value> [--json] [--api-version <value>] [-r <value>]
404
405
 
405
406
  FLAGS
406
- -o, --target-org=<value> (required) Username or alias of the target org.
407
- -r, --revision=<value> Start at a specific revision counter number.
408
- --api-version=<value> Override the api version used for api requests made by this command
407
+ -o, --target-org=<value> (required) Username or alias of the target org.
408
+ -r, --revision=<value> Start at a specific revision counter number.
409
+ --api-version=<value> Override the api version used for api requests made by this command
409
410
 
410
411
  GLOBAL FLAGS
411
412
  --json Format output as json.
@@ -419,7 +420,7 @@ EXAMPLES
419
420
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
420
421
  ```
421
422
 
422
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/list/tracking.ts)_
423
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/list/tracking.ts)_
423
424
 
424
425
  ### `sfdx jayree:project:store:tracking:get`
425
426
 
@@ -443,7 +444,7 @@ EXAMPLES
443
444
  $ sfdx jayree:source:tracking:store:get -u me@my.org
444
445
  ```
445
446
 
446
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/store/tracking/get.ts)_
447
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/store/tracking/get.ts)_
447
448
 
448
449
  ### `sfdx jayree:project:store:tracking:set`
449
450
 
@@ -454,9 +455,9 @@ USAGE
454
455
  $ sfdx jayree:project:store:tracking:set -o <value> [--json] [--api-version <value>] [-r <value>]
455
456
 
456
457
  FLAGS
457
- -o, --target-org=<value> (required) Username or alias of the target org.
458
- -r, --revision=<value> Revision counter number (default: remote revision counter number).
459
- --api-version=<value> Override the api version used for api requests made by this command
458
+ -o, --target-org=<value> (required) Username or alias of the target org.
459
+ -r, --revision=<value> Revision counter number (default: remote revision counter number).
460
+ --api-version=<value> Override the api version used for api requests made by this command
460
461
 
461
462
  GLOBAL FLAGS
462
463
  --json Format output as json.
@@ -470,7 +471,7 @@ EXAMPLES
470
471
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
471
472
  ```
472
473
 
473
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.26/src/commands/jayree/project/store/tracking/set.ts)_
474
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.27/src/commands/jayree/project/store/tracking/set.ts)_
474
475
  <!-- commandsstop -->
475
476
 
476
477
  ## Hooks