sfdx-jayree 4.4.1 → 4.4.3

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,28 @@
1
+ ## [4.4.3](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.2...v4.4.3) (2022-10-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.2 to 1.1.3 ([#310](https://github.com/jayree/sfdx-jayree-plugin/issues/310)) ([e177ea1](https://github.com/jayree/sfdx-jayree-plugin/commit/e177ea174a97bb2e6b0fc426b347039fc08ebba4))
7
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 2.3.5 to 2.3.6 ([#300](https://github.com/jayree/sfdx-jayree-plugin/issues/300)) ([b6c5582](https://github.com/jayree/sfdx-jayree-plugin/commit/b6c5582d424dcf6d2cc86c674051b670a4875ce5))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.3 to 1.2.4 ([#307](https://github.com/jayree/sfdx-jayree-plugin/issues/307)) ([d5d7029](https://github.com/jayree/sfdx-jayree-plugin/commit/d5d70295f1d8fec6c978d6aec42a664224ba4d77))
9
+ * **deps:** bump @oclif/core from 1.16.4 to 1.16.7 ([#304](https://github.com/jayree/sfdx-jayree-plugin/issues/304)) ([7f6fb88](https://github.com/jayree/sfdx-jayree-plugin/commit/7f6fb8834232b0c3c6148a07ce74bf18f90df1a3))
10
+ * **deps:** bump @salesforce/command from 5.2.11 to 5.2.12 ([#305](https://github.com/jayree/sfdx-jayree-plugin/issues/305)) ([d85058b](https://github.com/jayree/sfdx-jayree-plugin/commit/d85058b6f29f525db409160a2dcd1f88b886ca3c))
11
+ * **deps:** bump @salesforce/source-tracking from 2.2.8 to 2.2.9 ([#301](https://github.com/jayree/sfdx-jayree-plugin/issues/301)) ([8eef0d8](https://github.com/jayree/sfdx-jayree-plugin/commit/8eef0d8f3f801712dea8743b4447173acdfe3492))
12
+
13
+ ## [4.4.2](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.1...v4.4.2) (2022-10-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.1 to 1.1.2 ([#292](https://github.com/jayree/sfdx-jayree-plugin/issues/292)) ([91eb871](https://github.com/jayree/sfdx-jayree-plugin/commit/91eb871836ff6e95dce67da8c9a6607d7ab124ef))
19
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 2.3.1 to 2.3.5 ([#294](https://github.com/jayree/sfdx-jayree-plugin/issues/294)) ([d75759b](https://github.com/jayree/sfdx-jayree-plugin/commit/d75759b99441d238053db0b6fcdd47713af2b355))
20
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.1 to 1.2.3 ([#285](https://github.com/jayree/sfdx-jayree-plugin/issues/285)) ([ab1161c](https://github.com/jayree/sfdx-jayree-plugin/commit/ab1161c1f652bac41b9e8bf5b99527baf84bf5ba))
21
+ * **deps:** bump @salesforce/command from 5.2.8 to 5.2.11 ([#270](https://github.com/jayree/sfdx-jayree-plugin/issues/270)) ([e4c2b38](https://github.com/jayree/sfdx-jayree-plugin/commit/e4c2b38609cbc29da89512f5964b8e2585953472))
22
+ * **deps:** bump @salesforce/source-deploy-retrieve from 6.8.1 to 6.9.0 ([#283](https://github.com/jayree/sfdx-jayree-plugin/issues/283)) ([bdd6c88](https://github.com/jayree/sfdx-jayree-plugin/commit/bdd6c8892265c2d9e22075faeba4d6a224484a83))
23
+ * **deps:** bump @salesforce/source-tracking from 2.2.3 to 2.2.8 ([#279](https://github.com/jayree/sfdx-jayree-plugin/issues/279)) ([2f95214](https://github.com/jayree/sfdx-jayree-plugin/commit/2f95214e7e0d2b58bb5f6e5871809a62423a2b29))
24
+ * **deps:** bump puppeteer from 18.0.4 to 18.2.1 ([#282](https://github.com/jayree/sfdx-jayree-plugin/issues/282)) ([e111909](https://github.com/jayree/sfdx-jayree-plugin/commit/e11190901a22af886d32f30eee636c8d125d86f5))
25
+
1
26
  ## [4.4.1](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.0...v4.4.1) (2022-09-21)
2
27
 
3
28
 
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.1
27
+ sfdx-jayree 4.4.3
28
28
  $ sfdx help jayree:[COMMAND]
29
29
  USAGE
30
30
  $ sfdx jayree:COMMAND
@@ -102,7 +102,7 @@ EXAMPLES
102
102
  ❯ ChangeSet1
103
103
  ```
104
104
 
105
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/automation/changeset/deploy.ts)_
105
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/automation/changeset/deploy.ts)_
106
106
 
107
107
  ### `sfdx jayree:automation:changeset:list`
108
108
 
@@ -126,7 +126,7 @@ DESCRIPTION
126
126
  list incomming change sets of an org (beta)
127
127
  ```
128
128
 
129
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/automation/changeset/list.ts)_
129
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/automation/changeset/list.ts)_
130
130
 
131
131
  ### `sfdx jayree:automation:ltngsync:status`
132
132
 
@@ -164,7 +164,7 @@ EXAMPLES
164
164
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
165
165
  ```
166
166
 
167
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/automation/ltngsync/status.ts)_
167
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/automation/ltngsync/status.ts)_
168
168
 
169
169
  ### `sfdx jayree:flowtestcoverage`
170
170
 
@@ -194,7 +194,7 @@ EXAMPLES
194
194
  ...
195
195
  ```
196
196
 
197
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/flowtestcoverage.ts)_
197
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/flowtestcoverage.ts)_
198
198
 
199
199
  ### `sfdx jayree:manifest:cleanup`
200
200
 
@@ -215,16 +215,14 @@ FLAGS
215
215
 
216
216
  DESCRIPTION
217
217
  removes those tags from a manifest file that are present in a second manifest file
218
-
219
218
  Use this command to remove components or metadata types from a manifes file.
220
-
221
219
  If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.
222
220
 
223
221
  EXAMPLES
224
222
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
225
223
  ```
226
224
 
227
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.1/src/commands/jayree/manifest/cleanup.ts)_
225
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.6/src/commands/jayree/manifest/cleanup.ts)_
228
226
 
229
227
  ### `sfdx jayree:manifest:generate`
230
228
 
@@ -257,7 +255,6 @@ FLAGS
257
255
 
258
256
  DESCRIPTION
259
257
  generate a complete manifest file form the specified org
260
-
261
258
  Use this command to generate a manifest file based on an existing org.
262
259
 
263
260
  EXAMPLES
@@ -268,7 +265,7 @@ EXAMPLES
268
265
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
269
266
  ```
270
267
 
271
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.1/src/commands/jayree/manifest/generate.ts)_
268
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.6/src/commands/jayree/manifest/generate.ts)_
272
269
 
273
270
  ### `sfdx jayree:manifest:git:diff`
274
271
 
@@ -294,12 +291,10 @@ FLAGS
294
291
 
295
292
  DESCRIPTION
296
293
  create a manifest and destructiveChanges manifest using 'git diff' data
297
-
298
294
  Use this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two
299
295
  git refs.
300
296
 
301
297
  You can use all ways to spell <commit> which are valid for 'git diff'.
302
-
303
298
  (See https://git-scm.com/docs/git-diff)
304
299
 
305
300
  EXAMPLES
@@ -322,7 +317,7 @@ EXAMPLES
322
317
  uses the diff of what is unique in branchB (REF2)
323
318
  ```
324
319
 
325
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.1/src/commands/jayree/manifest/git/diff.ts)_
320
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.6/src/commands/jayree/manifest/git/diff.ts)_
326
321
 
327
322
  ### `sfdx jayree:org:configure`
328
323
 
@@ -348,7 +343,6 @@ FLAGS
348
343
 
349
344
  DESCRIPTION
350
345
  make configuration changes that are not covered by the metadata API
351
-
352
346
  See example configuration on how to define tasks
353
347
 
354
348
  EXAMPLES
@@ -358,7 +352,7 @@ EXAMPLES
358
352
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
359
353
  ```
360
354
 
361
- _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/org/configure/index.ts)_
355
+ _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/org/configure/index.ts)_
362
356
 
363
357
  ### `sfdx jayree:org:configure:country`
364
358
 
@@ -382,7 +376,7 @@ DESCRIPTION
382
376
  update country integration values in the State/Country Picklists
383
377
  ```
384
378
 
385
- _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/org/configure/country.ts)_
379
+ _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/org/configure/country.ts)_
386
380
 
387
381
  ### `sfdx jayree:org:configure:state`
388
382
 
@@ -411,7 +405,7 @@ DESCRIPTION
411
405
  import (create/update) states into the State/Country Picklists
412
406
  ```
413
407
 
414
- _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/org/configure/state.ts)_
408
+ _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/org/configure/state.ts)_
415
409
 
416
410
  ### `sfdx jayree:org:settings`
417
411
 
@@ -444,7 +438,7 @@ EXAMPLES
444
438
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
445
439
  ```
446
440
 
447
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/org/settings.ts)_
441
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/org/settings.ts)_
448
442
 
449
443
  ### `sfdx jayree:org:streaming`
450
444
 
@@ -473,7 +467,7 @@ EXAMPLES
473
467
  ...
474
468
  ```
475
469
 
476
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/org/streaming.ts)_
470
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/org/streaming.ts)_
477
471
 
478
472
  ### `sfdx jayree:packagedescription:create`
479
473
 
@@ -498,7 +492,7 @@ EXAMPLES
498
492
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
499
493
  ```
500
494
 
501
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/packagedescription/create.ts)_
495
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/packagedescription/create.ts)_
502
496
 
503
497
  ### `sfdx jayree:packagedescription:get`
504
498
 
@@ -523,7 +517,7 @@ EXAMPLES
523
517
  Description of Package FILENAME
524
518
  ```
525
519
 
526
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/packagedescription/get.ts)_
520
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/packagedescription/get.ts)_
527
521
 
528
522
  ### `sfdx jayree:packagedescription:remove`
529
523
 
@@ -547,7 +541,7 @@ EXAMPLES
547
541
  $ sfdx jayree:packagedescription:remove --file FILENAME
548
542
  ```
549
543
 
550
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/packagedescription/remove.ts)_
544
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/packagedescription/remove.ts)_
551
545
 
552
546
  ### `sfdx jayree:packagedescription:set`
553
547
 
@@ -572,7 +566,7 @@ EXAMPLES
572
566
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
573
567
  ```
574
568
 
575
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.1/src/commands/jayree/packagedescription/set.ts)_
569
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.3/src/commands/jayree/packagedescription/set.ts)_
576
570
 
577
571
  ### `sfdx jayree:source:fix`
578
572
 
@@ -597,11 +591,10 @@ FLAGS
597
591
 
598
592
  DESCRIPTION
599
593
  fix local source files
600
-
601
594
  (examples will follow)
602
595
  ```
603
596
 
604
- _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/source/fix.ts)_
597
+ _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/source/fix.ts)_
605
598
 
606
599
  ### `sfdx jayree:source:tracking:list`
607
600
 
@@ -632,7 +625,7 @@ EXAMPLES
632
625
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
633
626
  ```
634
627
 
635
- _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/source/tracking/list.ts)_
628
+ _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/source/tracking/list.ts)_
636
629
 
637
630
  ### `sfdx jayree:source:tracking:store:get`
638
631
 
@@ -660,7 +653,7 @@ EXAMPLES
660
653
  $ sfdx jayree:source:tracking:store:get -u me@my.org
661
654
  ```
662
655
 
663
- _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/source/tracking/store/get.ts)_
656
+ _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/source/tracking/store/get.ts)_
664
657
 
665
658
  ### `sfdx jayree:source:tracking:store:set`
666
659
 
@@ -691,7 +684,7 @@ EXAMPLES
691
684
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
692
685
  ```
693
686
 
694
- _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.1/src/commands/jayree/source/tracking/store/set.ts)_
687
+ _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.3/src/commands/jayree/source/tracking/store/set.ts)_
695
688
  <!-- commandsstop -->
696
689
 
697
690
  ## Hooks
@@ -1 +1 @@
1
- {"version":"4.4.1","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:version":{"id":"jayree:version","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","strict":true,"usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json","multiple":false}},"args":[],"flagsConfig":{"writetoprojectscratchdeffile":{"kind":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of project-scratch-def.json","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","strict":true,"usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true,"multiple":false}},"args":[],"flagsConfig":{"topic":{"kind":"string","char":"p","required":true,"description":"topic name","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n(examples will follow)","strict":true,"usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[],"flagsConfig":{"tag":{"kind":"array","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","input":[],"multiple":false,"type":"option"},"verbose":{"description":"log output to console","longDescription":"log output to console","type":"boolean","kind":"boolean","allowNo":false}},"supportsUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[],"flagsConfig":{"silent":{"kind":"boolean","description":"silent mode","required":false,"default":false,"hidden":true,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","strict":true,"usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","multiple":false},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[],"flagsConfig":{"tasks":{"kind":"array","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"boolean","description":"execute tasks in parallel","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","strict":true,"usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code","multiple":false},"category":{"name":"category","type":"option","description":"Subdivision category","multiple":false},"language":{"name":"language","type":"option","description":"Language code","multiple":false},"concurrent":{"name":"concurrent","type":"option","description":"ccc","multiple":false,"default":1}},"args":[],"flagsConfig":{"countrycode":{"kind":"string","description":"Alpha-2 code","input":[],"multiple":false,"type":"option"},"category":{"kind":"string","description":"Subdivision category","input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"Language code","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"integer","description":"ccc","default":1,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","multiple":false,"default":0}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"start at a specific revision counter number","default":0,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)","multiple":false}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"revision counter number (default: remote revision counter number)","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true}}}
1
+ {"version":"4.4.3","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:version":{"id":"jayree:version","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","strict":true,"usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json","multiple":false}},"args":[],"flagsConfig":{"writetoprojectscratchdeffile":{"kind":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of project-scratch-def.json","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","strict":true,"usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true,"multiple":false}},"args":[],"flagsConfig":{"topic":{"kind":"string","char":"p","required":true,"description":"topic name","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n(examples will follow)","strict":true,"usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[],"flagsConfig":{"tag":{"kind":"array","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json","input":[],"multiple":false,"type":"option"},"verbose":{"description":"log output to console","longDescription":"log output to console","type":"boolean","kind":"boolean","allowNo":false}},"supportsUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[],"flagsConfig":{"silent":{"kind":"boolean","description":"silent mode","required":false,"default":false,"hidden":true,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","strict":true,"usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","multiple":false},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[],"flagsConfig":{"tasks":{"kind":"array","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"boolean","description":"execute tasks in parallel","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","strict":true,"usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code","multiple":false},"category":{"name":"category","type":"option","description":"Subdivision category","multiple":false},"language":{"name":"language","type":"option","description":"Language code","multiple":false},"concurrent":{"name":"concurrent","type":"option","description":"ccc","multiple":false,"default":1}},"args":[],"flagsConfig":{"countrycode":{"kind":"string","description":"Alpha-2 code","input":[],"multiple":false,"type":"option"},"category":{"kind":"string","description":"Subdivision category","input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"Language code","input":[],"multiple":false,"type":"option"},"concurrent":{"kind":"integer","description":"ccc","default":1,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","multiple":false,"default":0}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"start at a specific revision counter number","default":0,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","strict":true,"usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginAlias":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)","multiple":false}},"args":[],"flagsConfig":{"revision":{"kind":"integer","char":"r","description":"revision counter number (default: remote revision counter number)","input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":true}}}
package/package.json CHANGED
@@ -1,33 +1,33 @@
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.1",
4
+ "version": "4.4.3",
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.1",
10
- "@jayree/sfdx-plugin-manifest": "^2.3.1",
11
- "@jayree/sfdx-plugin-prettier": "^1.2.1",
12
- "@oclif/core": "^1.16.3",
13
- "@salesforce/command": "^5.2.8",
14
- "@salesforce/kit": "^1.6.1",
15
- "@salesforce/source-deploy-retrieve": "^6.8.1",
16
- "@salesforce/source-tracking": "^2.2.3",
9
+ "@jayree/sfdx-plugin-legacy": "^1.1.3",
10
+ "@jayree/sfdx-plugin-manifest": "^2.3.6",
11
+ "@jayree/sfdx-plugin-prettier": "^1.2.4",
12
+ "@oclif/core": "^1.16.7",
13
+ "@salesforce/command": "^5.2.12",
14
+ "@salesforce/kit": "^1.7.0",
15
+ "@salesforce/source-deploy-retrieve": "^6.9.0",
16
+ "@salesforce/source-tracking": "^2.2.9",
17
17
  "debug": "^4.3.4",
18
18
  "enquirer": "^2.3.6",
19
- "fast-xml-parser": "^4.0.10",
19
+ "fast-xml-parser": "^4.0.11",
20
20
  "fs-extra": "^10.1.0",
21
21
  "ignore": "^5.2.0",
22
22
  "is-docker": "^3.0.0",
23
23
  "is-wsl": "^2.2.0",
24
24
  "listr2": "^5.0.5",
25
- "marked": "^4.1.0",
25
+ "marked": "^4.1.1",
26
26
  "marked-terminal": "^5.1.1",
27
27
  "mkdirp": "^1.0.4",
28
28
  "object-path": "^0.11.8",
29
- "puppeteer": "^18.0.4",
30
- "semver": "^7.3.7",
29
+ "puppeteer": "^18.2.1",
30
+ "semver": "^7.3.8",
31
31
  "tabletojson": "^2.0.7",
32
32
  "tslib": "^2.4.0"
33
33
  },
@@ -35,25 +35,25 @@
35
35
  "@commitlint/cli": "^17.1.2",
36
36
  "@commitlint/config-conventional": "^17.1.0",
37
37
  "@oclif/plugin-command-snapshot": "^3",
38
- "@oclif/plugin-help": "^5.1.12",
38
+ "@oclif/plugin-help": "^5.1.15",
39
39
  "@salesforce/dev-config": "^3.1.0",
40
40
  "@salesforce/dev-scripts": "3.1.0",
41
41
  "@salesforce/prettier-config": "^0.0.2",
42
42
  "@salesforce/ts-sinon": "^1.4.0",
43
43
  "@types/chai": "^4.3.3",
44
44
  "@types/fs-extra": "^9.0.13",
45
- "@types/jsforce": "^1.9.43",
45
+ "@types/jsforce": "^1.11.0",
46
46
  "@types/marked": "^4.0.7",
47
47
  "@types/marked-terminal": "^3.1.3",
48
48
  "@types/mkdirp": "^1.0.2",
49
- "@types/mocha": "^9.1.1",
50
- "@types/node": "^18.7.18",
49
+ "@types/mocha": "^10.0.0",
50
+ "@types/node": "^18.8.5",
51
51
  "@types/semver": "^7.3.12",
52
52
  "@types/sinon": "^10.0.13",
53
- "@typescript-eslint/eslint-plugin": "^5.38.0",
54
- "@typescript-eslint/parser": "^5.38.0",
53
+ "@typescript-eslint/eslint-plugin": "^5.40.0",
54
+ "@typescript-eslint/parser": "^5.40.0",
55
55
  "chai": "^4.3.6",
56
- "eslint": "^8.23.1",
56
+ "eslint": "^8.25.0",
57
57
  "eslint-config-prettier": "^8.5.0",
58
58
  "eslint-config-salesforce": "^1.1.0",
59
59
  "eslint-config-salesforce-typescript": "^1.1.1",
@@ -61,22 +61,22 @@
61
61
  "eslint-plugin-import": "^2.26.0",
62
62
  "eslint-plugin-jsdoc": "^39.3.6",
63
63
  "eslint-plugin-prettier": "^4.2.1",
64
- "eslint-plugin-sf-plugin": "^1.1.0",
64
+ "eslint-plugin-sf-plugin": "^1.1.2",
65
65
  "husky": "^8.0.1",
66
66
  "is-ci": "^3.0.1",
67
67
  "mocha": "^10.0.0",
68
68
  "nock": "^13.2.9",
69
69
  "nyc": "^15.1.0",
70
- "oclif": "^3.2.2",
70
+ "oclif": "^3.2.16",
71
71
  "patch-package": "^6.4.7",
72
72
  "pinst": "^3.0.0",
73
73
  "prettier": "^2.7.1",
74
74
  "pretty-quick": "^3.1.3",
75
75
  "shx": "^0.3.4",
76
- "sinon": "^14.0.0",
76
+ "sinon": "^14.0.1",
77
77
  "source-map-support": "^0.5.21",
78
78
  "ts-node": "^10.9.1",
79
- "typescript": "^4.8.3"
79
+ "typescript": "^4.8.4"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=14.0.0"