sfdx-jayree 4.4.21 → 4.4.23

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.23](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.22...v4.4.23) (2023-01-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-legacy from 1.1.20 to 1.1.22 ([#556](https://github.com/jayree/sfdx-jayree-plugin/issues/556)) ([200fa47](https://github.com/jayree/sfdx-jayree-plugin/commit/200fa47ce62df4d35bb2473b564a6091b919e2fa))
7
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 2.7.3 to 2.7.4 ([#554](https://github.com/jayree/sfdx-jayree-plugin/issues/554)) ([5659dcf](https://github.com/jayree/sfdx-jayree-plugin/commit/5659dcf54d5db81eb9cbc744a1377ac9e1039b13))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.21 to 1.2.22 ([#557](https://github.com/jayree/sfdx-jayree-plugin/issues/557)) ([ff63200](https://github.com/jayree/sfdx-jayree-plugin/commit/ff63200235a5866f9e4d495fb21a1a6cfe1a2596))
9
+ * **deps:** bump @salesforce/command from 5.2.41 to 5.2.42 ([#552](https://github.com/jayree/sfdx-jayree-plugin/issues/552)) ([7b992ef](https://github.com/jayree/sfdx-jayree-plugin/commit/7b992ef4d0163f06139e139cb592f68e6e070c18))
10
+ * **deps:** bump @salesforce/source-tracking from 2.2.18 to 2.2.19 ([#547](https://github.com/jayree/sfdx-jayree-plugin/issues/547)) ([0f9deb3](https://github.com/jayree/sfdx-jayree-plugin/commit/0f9deb3c45d352ff2902476f50c13b6298687441))
11
+ * **deps:** bump fast-xml-parser from 4.0.13 to 4.0.15 ([#546](https://github.com/jayree/sfdx-jayree-plugin/issues/546)) ([4cc1e92](https://github.com/jayree/sfdx-jayree-plugin/commit/4cc1e92eae3f309fa67cf54a9d23b1ab53b1dd72))
12
+ * **deps:** bump puppeteer from 19.5.2 to 19.6.1 ([#543](https://github.com/jayree/sfdx-jayree-plugin/issues/543)) ([fc30af4](https://github.com/jayree/sfdx-jayree-plugin/commit/fc30af4f43ebd1f854fc2f6b9efd246c70dcdfcc))
13
+ * **deps:** bump tslib from 2.4.1 to 2.5.0 ([#544](https://github.com/jayree/sfdx-jayree-plugin/issues/544)) ([2a3cb99](https://github.com/jayree/sfdx-jayree-plugin/commit/2a3cb992a9e8f319a781ad3a1be32068391efcff))
14
+
15
+ ## [4.4.22](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.21...v4.4.22) (2023-01-20)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 2.7.2 to 2.7.3 ([#537](https://github.com/jayree/sfdx-jayree-plugin/issues/537)) ([f3c7827](https://github.com/jayree/sfdx-jayree-plugin/commit/f3c7827f2774d7f5ffb0e82cd8e971e8839d1e07))
21
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.2.20 to 1.2.21 ([#525](https://github.com/jayree/sfdx-jayree-plugin/issues/525)) ([db59350](https://github.com/jayree/sfdx-jayree-plugin/commit/db59350f93e2a0803b1529cc56c55dddb5410411))
22
+ * **deps:** bump @salesforce/kit from 1.8.2 to 1.8.3 ([#524](https://github.com/jayree/sfdx-jayree-plugin/issues/524)) ([f9efe08](https://github.com/jayree/sfdx-jayree-plugin/commit/f9efe0832bbb89b1272325ab19d1b917544ad16c))
23
+ * **deps:** bump @salesforce/source-tracking from 2.2.17 to 2.2.18 ([#527](https://github.com/jayree/sfdx-jayree-plugin/issues/527)) ([1f78c92](https://github.com/jayree/sfdx-jayree-plugin/commit/1f78c927334f57c4016420f41949d4e670008b23))
24
+ * **deps:** bump listr2 from 5.0.6 to 5.0.7 ([#533](https://github.com/jayree/sfdx-jayree-plugin/issues/533)) ([0a0c819](https://github.com/jayree/sfdx-jayree-plugin/commit/0a0c81942d760b4958c573d38bb34b7c884f4226))
25
+
1
26
  ## [4.4.21](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.4.20...v4.4.21) (2023-01-13)
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.21
27
+ sfdx-jayree 4.4.23
28
28
  $ sfdx help jayree:[COMMAND]
29
29
  USAGE
30
30
  $ sfdx jayree:COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103
103
  ❯ ChangeSet1
104
104
  ```
105
105
 
106
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/changeset/deploy.ts)_
106
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/automation/changeset/deploy.ts)_
107
107
 
108
108
  ### `sfdx jayree:automation:changeset:list`
109
109
 
@@ -127,7 +127,7 @@ DESCRIPTION
127
127
  list incomming change sets of an org (beta)
128
128
  ```
129
129
 
130
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/changeset/list.ts)_
130
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/automation/changeset/list.ts)_
131
131
 
132
132
  ### `sfdx jayree:automation:ltngsync:status`
133
133
 
@@ -165,7 +165,7 @@ EXAMPLES
165
165
  userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
166
166
  ```
167
167
 
168
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/automation/ltngsync/status.ts)_
168
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/automation/ltngsync/status.ts)_
169
169
 
170
170
  ### `sfdx jayree:flowtestcoverage`
171
171
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  ...
196
196
  ```
197
197
 
198
- _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/flowtestcoverage.ts)_
198
+ _See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/flowtestcoverage.ts)_
199
199
 
200
200
  ### `sfdx jayree:manifest:beta:git:diff`
201
201
 
@@ -274,7 +274,7 @@ FLAG DESCRIPTIONS
274
274
  The location can be an absolute path or relative to the current working directory.
275
275
  ```
276
276
 
277
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.2/src/commands/jayree/manifest/beta/git/diff.ts)_
277
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/beta/git/diff.ts)_
278
278
 
279
279
  ### `sfdx jayree:manifest:cleanup`
280
280
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
303
303
  ```
304
304
 
305
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.2/src/commands/jayree/manifest/cleanup.ts)_
305
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/cleanup.ts)_
306
306
 
307
307
  ### `sfdx jayree:manifest:generate`
308
308
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
346
346
  ```
347
347
 
348
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.2/src/commands/jayree/manifest/generate.ts)_
348
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/generate.ts)_
349
349
 
350
350
  ### `sfdx jayree:manifest:git:diff`
351
351
 
@@ -399,7 +399,7 @@ EXAMPLES
399
399
  uses the diff of what is unique in branchB (REF2)
400
400
  ```
401
401
 
402
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.2/src/commands/jayree/manifest/git/diff.ts)_
402
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.7.4/src/commands/jayree/manifest/git/diff.ts)_
403
403
 
404
404
  ### `sfdx jayree:org:configure`
405
405
 
@@ -434,7 +434,7 @@ EXAMPLES
434
434
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
435
435
  ```
436
436
 
437
- _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/org/configure/index.ts)_
437
+ _See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/org/configure/index.ts)_
438
438
 
439
439
  ### `sfdx jayree:org:configure:country`
440
440
 
@@ -458,7 +458,7 @@ DESCRIPTION
458
458
  update country integration values in the State/Country Picklists
459
459
  ```
460
460
 
461
- _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/org/configure/country.ts)_
461
+ _See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/org/configure/country.ts)_
462
462
 
463
463
  ### `sfdx jayree:org:configure:state`
464
464
 
@@ -487,7 +487,7 @@ DESCRIPTION
487
487
  import (create/update) states into the State/Country Picklists
488
488
  ```
489
489
 
490
- _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/org/configure/state.ts)_
490
+ _See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/org/configure/state.ts)_
491
491
 
492
492
  ### `sfdx jayree:org:settings`
493
493
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
521
521
  ```
522
522
 
523
- _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/org/settings.ts)_
523
+ _See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/org/settings.ts)_
524
524
 
525
525
  ### `sfdx jayree:org:streaming`
526
526
 
@@ -549,7 +549,7 @@ EXAMPLES
549
549
  ...
550
550
  ```
551
551
 
552
- _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/org/streaming.ts)_
552
+ _See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/org/streaming.ts)_
553
553
 
554
554
  ### `sfdx jayree:packagedescription:create`
555
555
 
@@ -574,7 +574,7 @@ EXAMPLES
574
574
  $ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
575
575
  ```
576
576
 
577
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/create.ts)_
577
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/packagedescription/create.ts)_
578
578
 
579
579
  ### `sfdx jayree:packagedescription:get`
580
580
 
@@ -599,7 +599,7 @@ EXAMPLES
599
599
  Description of Package FILENAME
600
600
  ```
601
601
 
602
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/get.ts)_
602
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/packagedescription/get.ts)_
603
603
 
604
604
  ### `sfdx jayree:packagedescription:remove`
605
605
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sfdx jayree:packagedescription:remove --file FILENAME
624
624
  ```
625
625
 
626
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/remove.ts)_
626
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/packagedescription/remove.ts)_
627
627
 
628
628
  ### `sfdx jayree:packagedescription:set`
629
629
 
@@ -648,7 +648,7 @@ EXAMPLES
648
648
  $ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
649
649
  ```
650
650
 
651
- _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.20/src/commands/jayree/packagedescription/set.ts)_
651
+ _See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.22/src/commands/jayree/packagedescription/set.ts)_
652
652
 
653
653
  ### `sfdx jayree:source:fix`
654
654
 
@@ -676,7 +676,7 @@ DESCRIPTION
676
676
  (examples will follow)
677
677
  ```
678
678
 
679
- _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/source/fix.ts)_
679
+ _See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/source/fix.ts)_
680
680
 
681
681
  ### `sfdx jayree:source:tracking:list`
682
682
 
@@ -707,7 +707,7 @@ EXAMPLES
707
707
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
708
708
  ```
709
709
 
710
- _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/source/tracking/list.ts)_
710
+ _See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/source/tracking/list.ts)_
711
711
 
712
712
  ### `sfdx jayree:source:tracking:store:get`
713
713
 
@@ -735,7 +735,7 @@ EXAMPLES
735
735
  $ sfdx jayree:source:tracking:store:get -u me@my.org
736
736
  ```
737
737
 
738
- _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/source/tracking/store/get.ts)_
738
+ _See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/source/tracking/store/get.ts)_
739
739
 
740
740
  ### `sfdx jayree:source:tracking:store:set`
741
741
 
@@ -766,7 +766,7 @@ EXAMPLES
766
766
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
767
767
  ```
768
768
 
769
- _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.21/src/commands/jayree/source/tracking/store/set.ts)_
769
+ _See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.4.23/src/commands/jayree/source/tracking/store/set.ts)_
770
770
  <!-- commandsstop -->
771
771
 
772
772
  ## Hooks
@@ -1 +1,869 @@
1
- {"version":"4.4.21","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
+ {
2
+ "version": "4.4.23",
3
+ "commands": {
4
+ "jayree:flowtestcoverage": {
5
+ "id": "jayree:flowtestcoverage",
6
+ "description": "check the flow test coverage of an org",
7
+ "strict": true,
8
+ "usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
9
+ "pluginName": "sfdx-jayree",
10
+ "pluginAlias": "sfdx-jayree",
11
+ "pluginType": "core",
12
+ "aliases": [],
13
+ "examples": [
14
+ "$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"
15
+ ],
16
+ "flags": {
17
+ "json": {
18
+ "name": "json",
19
+ "type": "boolean",
20
+ "description": "format output as json",
21
+ "allowNo": false
22
+ },
23
+ "loglevel": {
24
+ "name": "loglevel",
25
+ "type": "option",
26
+ "description": "logging level for this command invocation",
27
+ "required": false,
28
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
29
+ "multiple": false,
30
+ "options": [
31
+ "trace",
32
+ "debug",
33
+ "info",
34
+ "warn",
35
+ "error",
36
+ "fatal",
37
+ "TRACE",
38
+ "DEBUG",
39
+ "INFO",
40
+ "WARN",
41
+ "ERROR",
42
+ "FATAL"
43
+ ],
44
+ "default": "warn"
45
+ },
46
+ "targetusername": {
47
+ "name": "targetusername",
48
+ "type": "option",
49
+ "char": "u",
50
+ "description": "username or alias for the target org; overrides default target org",
51
+ "multiple": false
52
+ },
53
+ "apiversion": {
54
+ "name": "apiversion",
55
+ "type": "option",
56
+ "description": "override the api version used for api requests made by this command",
57
+ "multiple": false
58
+ }
59
+ },
60
+ "args": {},
61
+ "requiresUsername": true,
62
+ "supportsDevhubUsername": false,
63
+ "requiresProject": false
64
+ },
65
+ "jayree:version": {
66
+ "id": "jayree:version",
67
+ "strict": true,
68
+ "usage": "<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
69
+ "pluginName": "sfdx-jayree",
70
+ "pluginAlias": "sfdx-jayree",
71
+ "pluginType": "core",
72
+ "hidden": true,
73
+ "aliases": [],
74
+ "flags": {
75
+ "json": {
76
+ "name": "json",
77
+ "type": "boolean",
78
+ "description": "format output as json",
79
+ "allowNo": false
80
+ },
81
+ "loglevel": {
82
+ "name": "loglevel",
83
+ "type": "option",
84
+ "description": "logging level for this command invocation",
85
+ "required": false,
86
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
87
+ "multiple": false,
88
+ "options": [
89
+ "trace",
90
+ "debug",
91
+ "info",
92
+ "warn",
93
+ "error",
94
+ "fatal",
95
+ "TRACE",
96
+ "DEBUG",
97
+ "INFO",
98
+ "WARN",
99
+ "ERROR",
100
+ "FATAL"
101
+ ],
102
+ "default": "warn"
103
+ }
104
+ },
105
+ "args": {}
106
+ },
107
+ "jayree:org:settings": {
108
+ "id": "jayree:org:settings",
109
+ "description": "write the current settings from an Org to a scratch org def file",
110
+ "strict": true,
111
+ "usage": "<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
112
+ "pluginName": "sfdx-jayree",
113
+ "pluginAlias": "sfdx-jayree",
114
+ "pluginType": "core",
115
+ "aliases": [],
116
+ "examples": [
117
+ "$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"
118
+ ],
119
+ "flags": {
120
+ "json": {
121
+ "name": "json",
122
+ "type": "boolean",
123
+ "description": "format output as json",
124
+ "allowNo": false
125
+ },
126
+ "loglevel": {
127
+ "name": "loglevel",
128
+ "type": "option",
129
+ "description": "logging level for this command invocation",
130
+ "required": false,
131
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
132
+ "multiple": false,
133
+ "options": [
134
+ "trace",
135
+ "debug",
136
+ "info",
137
+ "warn",
138
+ "error",
139
+ "fatal",
140
+ "TRACE",
141
+ "DEBUG",
142
+ "INFO",
143
+ "WARN",
144
+ "ERROR",
145
+ "FATAL"
146
+ ],
147
+ "default": "warn"
148
+ },
149
+ "targetusername": {
150
+ "name": "targetusername",
151
+ "type": "option",
152
+ "char": "u",
153
+ "description": "username or alias for the target org; overrides default target org",
154
+ "multiple": false
155
+ },
156
+ "apiversion": {
157
+ "name": "apiversion",
158
+ "type": "option",
159
+ "description": "override the api version used for api requests made by this command",
160
+ "multiple": false
161
+ },
162
+ "writetoprojectscratchdeffile": {
163
+ "name": "writetoprojectscratchdeffile",
164
+ "type": "boolean",
165
+ "char": "w",
166
+ "description": "write output to project-scratch-def.json file",
167
+ "allowNo": false
168
+ },
169
+ "file": {
170
+ "name": "file",
171
+ "type": "option",
172
+ "char": "f",
173
+ "description": "write to 'file' instead of project-scratch-def.json",
174
+ "multiple": false
175
+ }
176
+ },
177
+ "args": {},
178
+ "flagsConfig": {
179
+ "writetoprojectscratchdeffile": {
180
+ "kind": "boolean",
181
+ "char": "w",
182
+ "description": "write output to project-scratch-def.json file",
183
+ "allowNo": false,
184
+ "type": "boolean"
185
+ },
186
+ "file": {
187
+ "kind": "string",
188
+ "char": "f",
189
+ "description": "write to 'file' instead of project-scratch-def.json",
190
+ "input": [],
191
+ "multiple": false,
192
+ "type": "option"
193
+ }
194
+ },
195
+ "requiresUsername": true,
196
+ "supportsDevhubUsername": false,
197
+ "requiresProject": true
198
+ },
199
+ "jayree:org:streaming": {
200
+ "id": "jayree:org:streaming",
201
+ "description": "listen to streaming api and platform events",
202
+ "strict": true,
203
+ "usage": "<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
204
+ "pluginName": "sfdx-jayree",
205
+ "pluginAlias": "sfdx-jayree",
206
+ "pluginType": "core",
207
+ "aliases": [],
208
+ "examples": [
209
+ "$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"
210
+ ],
211
+ "flags": {
212
+ "json": {
213
+ "name": "json",
214
+ "type": "boolean",
215
+ "description": "format output as json",
216
+ "allowNo": false
217
+ },
218
+ "loglevel": {
219
+ "name": "loglevel",
220
+ "type": "option",
221
+ "description": "logging level for this command invocation",
222
+ "required": false,
223
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
224
+ "multiple": false,
225
+ "options": [
226
+ "trace",
227
+ "debug",
228
+ "info",
229
+ "warn",
230
+ "error",
231
+ "fatal",
232
+ "TRACE",
233
+ "DEBUG",
234
+ "INFO",
235
+ "WARN",
236
+ "ERROR",
237
+ "FATAL"
238
+ ],
239
+ "default": "warn"
240
+ },
241
+ "targetusername": {
242
+ "name": "targetusername",
243
+ "type": "option",
244
+ "char": "u",
245
+ "description": "username or alias for the target org; overrides default target org",
246
+ "multiple": false
247
+ },
248
+ "apiversion": {
249
+ "name": "apiversion",
250
+ "type": "option",
251
+ "description": "override the api version used for api requests made by this command",
252
+ "multiple": false
253
+ },
254
+ "topic": {
255
+ "name": "topic",
256
+ "type": "option",
257
+ "char": "p",
258
+ "description": "topic name",
259
+ "required": true,
260
+ "multiple": false
261
+ }
262
+ },
263
+ "args": {},
264
+ "flagsConfig": {
265
+ "topic": {
266
+ "kind": "string",
267
+ "char": "p",
268
+ "required": true,
269
+ "description": "topic name",
270
+ "input": [],
271
+ "multiple": false,
272
+ "type": "option"
273
+ }
274
+ },
275
+ "requiresUsername": true,
276
+ "supportsDevhubUsername": false,
277
+ "requiresProject": false
278
+ },
279
+ "jayree:source:fix": {
280
+ "id": "jayree:source:fix",
281
+ "description": "fix local source files\n(examples will follow)",
282
+ "strict": true,
283
+ "usage": "<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
284
+ "pluginName": "sfdx-jayree",
285
+ "pluginAlias": "sfdx-jayree",
286
+ "pluginType": "core",
287
+ "aliases": [],
288
+ "flags": {
289
+ "json": {
290
+ "name": "json",
291
+ "type": "boolean",
292
+ "description": "format output as json",
293
+ "allowNo": false
294
+ },
295
+ "loglevel": {
296
+ "name": "loglevel",
297
+ "type": "option",
298
+ "description": "logging level for this command invocation",
299
+ "required": false,
300
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
301
+ "multiple": false,
302
+ "options": [
303
+ "trace",
304
+ "debug",
305
+ "info",
306
+ "warn",
307
+ "error",
308
+ "fatal",
309
+ "TRACE",
310
+ "DEBUG",
311
+ "INFO",
312
+ "WARN",
313
+ "ERROR",
314
+ "FATAL"
315
+ ],
316
+ "default": "warn"
317
+ },
318
+ "targetusername": {
319
+ "name": "targetusername",
320
+ "type": "option",
321
+ "char": "u",
322
+ "description": "username or alias for the target org; overrides default target org",
323
+ "multiple": false
324
+ },
325
+ "apiversion": {
326
+ "name": "apiversion",
327
+ "type": "option",
328
+ "description": "override the api version used for api requests made by this command",
329
+ "multiple": false
330
+ },
331
+ "tag": {
332
+ "name": "tag",
333
+ "type": "option",
334
+ "char": "t",
335
+ "description": "comma-separated list of tag names listed in .sfdx-jayree.json",
336
+ "multiple": false
337
+ },
338
+ "verbose": {
339
+ "name": "verbose",
340
+ "type": "boolean",
341
+ "description": "log output to console",
342
+ "allowNo": false
343
+ }
344
+ },
345
+ "args": {},
346
+ "flagsConfig": {
347
+ "tag": {
348
+ "kind": "array",
349
+ "char": "t",
350
+ "description": "comma-separated list of tag names listed in .sfdx-jayree.json",
351
+ "input": [],
352
+ "multiple": false,
353
+ "type": "option"
354
+ },
355
+ "verbose": {
356
+ "description": "log output to console",
357
+ "longDescription": "log output to console",
358
+ "type": "boolean",
359
+ "kind": "boolean",
360
+ "allowNo": false
361
+ }
362
+ },
363
+ "supportsUsername": true,
364
+ "supportsDevhubUsername": false,
365
+ "requiresProject": true
366
+ },
367
+ "jayree:org:configure:country": {
368
+ "id": "jayree:org:configure:country",
369
+ "description": "update country integration values in the State/Country Picklists",
370
+ "strict": true,
371
+ "usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
372
+ "pluginName": "sfdx-jayree",
373
+ "pluginAlias": "sfdx-jayree",
374
+ "pluginType": "core",
375
+ "aliases": [],
376
+ "flags": {
377
+ "json": {
378
+ "name": "json",
379
+ "type": "boolean",
380
+ "description": "format output as json",
381
+ "allowNo": false
382
+ },
383
+ "loglevel": {
384
+ "name": "loglevel",
385
+ "type": "option",
386
+ "description": "logging level for this command invocation",
387
+ "required": false,
388
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
389
+ "multiple": false,
390
+ "options": [
391
+ "trace",
392
+ "debug",
393
+ "info",
394
+ "warn",
395
+ "error",
396
+ "fatal",
397
+ "TRACE",
398
+ "DEBUG",
399
+ "INFO",
400
+ "WARN",
401
+ "ERROR",
402
+ "FATAL"
403
+ ],
404
+ "default": "warn"
405
+ },
406
+ "targetusername": {
407
+ "name": "targetusername",
408
+ "type": "option",
409
+ "char": "u",
410
+ "description": "username or alias for the target org; overrides default target org",
411
+ "multiple": false
412
+ },
413
+ "apiversion": {
414
+ "name": "apiversion",
415
+ "type": "option",
416
+ "description": "override the api version used for api requests made by this command",
417
+ "multiple": false
418
+ },
419
+ "silent": {
420
+ "name": "silent",
421
+ "type": "boolean",
422
+ "description": "silent mode",
423
+ "hidden": true,
424
+ "required": false,
425
+ "allowNo": false
426
+ }
427
+ },
428
+ "args": {},
429
+ "flagsConfig": {
430
+ "silent": {
431
+ "kind": "boolean",
432
+ "description": "silent mode",
433
+ "required": false,
434
+ "default": false,
435
+ "hidden": true,
436
+ "allowNo": false,
437
+ "type": "boolean"
438
+ }
439
+ },
440
+ "requiresUsername": true,
441
+ "supportsDevhubUsername": false,
442
+ "requiresProject": false
443
+ },
444
+ "jayree:org:configure": {
445
+ "id": "jayree:org:configure",
446
+ "description": "make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks",
447
+ "strict": true,
448
+ "usage": "<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
449
+ "pluginName": "sfdx-jayree",
450
+ "pluginAlias": "sfdx-jayree",
451
+ "pluginType": "core",
452
+ "aliases": [],
453
+ "examples": [
454
+ "$ 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\""
455
+ ],
456
+ "flags": {
457
+ "json": {
458
+ "name": "json",
459
+ "type": "boolean",
460
+ "description": "format output as json",
461
+ "allowNo": false
462
+ },
463
+ "loglevel": {
464
+ "name": "loglevel",
465
+ "type": "option",
466
+ "description": "logging level for this command invocation",
467
+ "required": false,
468
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
469
+ "multiple": false,
470
+ "options": [
471
+ "trace",
472
+ "debug",
473
+ "info",
474
+ "warn",
475
+ "error",
476
+ "fatal",
477
+ "TRACE",
478
+ "DEBUG",
479
+ "INFO",
480
+ "WARN",
481
+ "ERROR",
482
+ "FATAL"
483
+ ],
484
+ "default": "warn"
485
+ },
486
+ "targetusername": {
487
+ "name": "targetusername",
488
+ "type": "option",
489
+ "char": "u",
490
+ "description": "username or alias for the target org; overrides default target org",
491
+ "multiple": false
492
+ },
493
+ "apiversion": {
494
+ "name": "apiversion",
495
+ "type": "option",
496
+ "description": "override the api version used for api requests made by this command",
497
+ "multiple": false
498
+ },
499
+ "tasks": {
500
+ "name": "tasks",
501
+ "type": "option",
502
+ "char": "t",
503
+ "description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
504
+ "multiple": false
505
+ },
506
+ "concurrent": {
507
+ "name": "concurrent",
508
+ "type": "boolean",
509
+ "description": "execute tasks in parallel",
510
+ "allowNo": false
511
+ }
512
+ },
513
+ "args": {},
514
+ "flagsConfig": {
515
+ "tasks": {
516
+ "kind": "array",
517
+ "char": "t",
518
+ "description": "list of task titles, if no tasks are specified, all tasks marked as active will be executed",
519
+ "input": [],
520
+ "multiple": false,
521
+ "type": "option"
522
+ },
523
+ "concurrent": {
524
+ "kind": "boolean",
525
+ "description": "execute tasks in parallel",
526
+ "default": false,
527
+ "allowNo": false,
528
+ "type": "boolean"
529
+ }
530
+ },
531
+ "requiresUsername": true,
532
+ "supportsDevhubUsername": false,
533
+ "requiresProject": false
534
+ },
535
+ "jayree:org:configure:state": {
536
+ "id": "jayree:org:configure:state",
537
+ "description": "import (create/update) states into the State/Country Picklists",
538
+ "strict": true,
539
+ "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]",
540
+ "pluginName": "sfdx-jayree",
541
+ "pluginAlias": "sfdx-jayree",
542
+ "pluginType": "core",
543
+ "aliases": [],
544
+ "flags": {
545
+ "json": {
546
+ "name": "json",
547
+ "type": "boolean",
548
+ "description": "format output as json",
549
+ "allowNo": false
550
+ },
551
+ "loglevel": {
552
+ "name": "loglevel",
553
+ "type": "option",
554
+ "description": "logging level for this command invocation",
555
+ "required": false,
556
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
557
+ "multiple": false,
558
+ "options": [
559
+ "trace",
560
+ "debug",
561
+ "info",
562
+ "warn",
563
+ "error",
564
+ "fatal",
565
+ "TRACE",
566
+ "DEBUG",
567
+ "INFO",
568
+ "WARN",
569
+ "ERROR",
570
+ "FATAL"
571
+ ],
572
+ "default": "warn"
573
+ },
574
+ "targetusername": {
575
+ "name": "targetusername",
576
+ "type": "option",
577
+ "char": "u",
578
+ "description": "username or alias for the target org; overrides default target org",
579
+ "multiple": false
580
+ },
581
+ "apiversion": {
582
+ "name": "apiversion",
583
+ "type": "option",
584
+ "description": "override the api version used for api requests made by this command",
585
+ "multiple": false
586
+ },
587
+ "countrycode": {
588
+ "name": "countrycode",
589
+ "type": "option",
590
+ "description": "Alpha-2 code",
591
+ "multiple": false
592
+ },
593
+ "category": {
594
+ "name": "category",
595
+ "type": "option",
596
+ "description": "Subdivision category",
597
+ "multiple": false
598
+ },
599
+ "language": {
600
+ "name": "language",
601
+ "type": "option",
602
+ "description": "Language code",
603
+ "multiple": false
604
+ },
605
+ "concurrent": {
606
+ "name": "concurrent",
607
+ "type": "option",
608
+ "description": "ccc",
609
+ "multiple": false,
610
+ "default": 1
611
+ }
612
+ },
613
+ "args": {},
614
+ "flagsConfig": {
615
+ "countrycode": {
616
+ "kind": "string",
617
+ "description": "Alpha-2 code",
618
+ "input": [],
619
+ "multiple": false,
620
+ "type": "option"
621
+ },
622
+ "category": {
623
+ "kind": "string",
624
+ "description": "Subdivision category",
625
+ "input": [],
626
+ "multiple": false,
627
+ "type": "option"
628
+ },
629
+ "language": {
630
+ "kind": "string",
631
+ "description": "Language code",
632
+ "input": [],
633
+ "multiple": false,
634
+ "type": "option"
635
+ },
636
+ "concurrent": {
637
+ "kind": "integer",
638
+ "description": "ccc",
639
+ "default": 1,
640
+ "input": [],
641
+ "multiple": false,
642
+ "type": "option"
643
+ }
644
+ },
645
+ "requiresUsername": true,
646
+ "supportsDevhubUsername": false,
647
+ "requiresProject": false
648
+ },
649
+ "jayree:source:tracking:list": {
650
+ "id": "jayree:source:tracking:list",
651
+ "description": "list changes in a scratch org by remote revision counter number",
652
+ "strict": true,
653
+ "usage": "<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
654
+ "pluginName": "sfdx-jayree",
655
+ "pluginAlias": "sfdx-jayree",
656
+ "pluginType": "core",
657
+ "aliases": [],
658
+ "examples": [
659
+ "$ 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"
660
+ ],
661
+ "flags": {
662
+ "json": {
663
+ "name": "json",
664
+ "type": "boolean",
665
+ "description": "format output as json",
666
+ "allowNo": false
667
+ },
668
+ "loglevel": {
669
+ "name": "loglevel",
670
+ "type": "option",
671
+ "description": "logging level for this command invocation",
672
+ "required": false,
673
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
674
+ "multiple": false,
675
+ "options": [
676
+ "trace",
677
+ "debug",
678
+ "info",
679
+ "warn",
680
+ "error",
681
+ "fatal",
682
+ "TRACE",
683
+ "DEBUG",
684
+ "INFO",
685
+ "WARN",
686
+ "ERROR",
687
+ "FATAL"
688
+ ],
689
+ "default": "warn"
690
+ },
691
+ "targetusername": {
692
+ "name": "targetusername",
693
+ "type": "option",
694
+ "char": "u",
695
+ "description": "username or alias for the target org; overrides default target org",
696
+ "multiple": false
697
+ },
698
+ "apiversion": {
699
+ "name": "apiversion",
700
+ "type": "option",
701
+ "description": "override the api version used for api requests made by this command",
702
+ "multiple": false
703
+ },
704
+ "revision": {
705
+ "name": "revision",
706
+ "type": "option",
707
+ "char": "r",
708
+ "description": "start at a specific revision counter number",
709
+ "multiple": false,
710
+ "default": 0
711
+ }
712
+ },
713
+ "args": {},
714
+ "flagsConfig": {
715
+ "revision": {
716
+ "kind": "integer",
717
+ "char": "r",
718
+ "description": "start at a specific revision counter number",
719
+ "default": 0,
720
+ "input": [],
721
+ "multiple": false,
722
+ "type": "option"
723
+ }
724
+ },
725
+ "requiresUsername": true,
726
+ "supportsDevhubUsername": false,
727
+ "requiresProject": true
728
+ },
729
+ "jayree:source:tracking:store:get": {
730
+ "id": "jayree:source:tracking:store:get",
731
+ "description": "get stored revision counter number",
732
+ "strict": true,
733
+ "usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
734
+ "pluginName": "sfdx-jayree",
735
+ "pluginAlias": "sfdx-jayree",
736
+ "pluginType": "core",
737
+ "aliases": [],
738
+ "examples": [
739
+ "$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"
740
+ ],
741
+ "flags": {
742
+ "json": {
743
+ "name": "json",
744
+ "type": "boolean",
745
+ "description": "format output as json",
746
+ "allowNo": false
747
+ },
748
+ "loglevel": {
749
+ "name": "loglevel",
750
+ "type": "option",
751
+ "description": "logging level for this command invocation",
752
+ "required": false,
753
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
754
+ "multiple": false,
755
+ "options": [
756
+ "trace",
757
+ "debug",
758
+ "info",
759
+ "warn",
760
+ "error",
761
+ "fatal",
762
+ "TRACE",
763
+ "DEBUG",
764
+ "INFO",
765
+ "WARN",
766
+ "ERROR",
767
+ "FATAL"
768
+ ],
769
+ "default": "warn"
770
+ },
771
+ "targetusername": {
772
+ "name": "targetusername",
773
+ "type": "option",
774
+ "char": "u",
775
+ "description": "username or alias for the target org; overrides default target org",
776
+ "multiple": false
777
+ },
778
+ "apiversion": {
779
+ "name": "apiversion",
780
+ "type": "option",
781
+ "description": "override the api version used for api requests made by this command",
782
+ "multiple": false
783
+ }
784
+ },
785
+ "args": {},
786
+ "requiresUsername": true,
787
+ "supportsDevhubUsername": false,
788
+ "requiresProject": true
789
+ },
790
+ "jayree:source:tracking:store:set": {
791
+ "id": "jayree:source:tracking:store:set",
792
+ "description": "store revision counter number",
793
+ "strict": true,
794
+ "usage": "<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
795
+ "pluginName": "sfdx-jayree",
796
+ "pluginAlias": "sfdx-jayree",
797
+ "pluginType": "core",
798
+ "aliases": [],
799
+ "examples": [
800
+ "$ 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"
801
+ ],
802
+ "flags": {
803
+ "json": {
804
+ "name": "json",
805
+ "type": "boolean",
806
+ "description": "format output as json",
807
+ "allowNo": false
808
+ },
809
+ "loglevel": {
810
+ "name": "loglevel",
811
+ "type": "option",
812
+ "description": "logging level for this command invocation",
813
+ "required": false,
814
+ "helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
815
+ "multiple": false,
816
+ "options": [
817
+ "trace",
818
+ "debug",
819
+ "info",
820
+ "warn",
821
+ "error",
822
+ "fatal",
823
+ "TRACE",
824
+ "DEBUG",
825
+ "INFO",
826
+ "WARN",
827
+ "ERROR",
828
+ "FATAL"
829
+ ],
830
+ "default": "warn"
831
+ },
832
+ "targetusername": {
833
+ "name": "targetusername",
834
+ "type": "option",
835
+ "char": "u",
836
+ "description": "username or alias for the target org; overrides default target org",
837
+ "multiple": false
838
+ },
839
+ "apiversion": {
840
+ "name": "apiversion",
841
+ "type": "option",
842
+ "description": "override the api version used for api requests made by this command",
843
+ "multiple": false
844
+ },
845
+ "revision": {
846
+ "name": "revision",
847
+ "type": "option",
848
+ "char": "r",
849
+ "description": "revision counter number (default: remote revision counter number)",
850
+ "multiple": false
851
+ }
852
+ },
853
+ "args": {},
854
+ "flagsConfig": {
855
+ "revision": {
856
+ "kind": "integer",
857
+ "char": "r",
858
+ "description": "revision counter number (default: remote revision counter number)",
859
+ "input": [],
860
+ "multiple": false,
861
+ "type": "option"
862
+ }
863
+ },
864
+ "requiresUsername": true,
865
+ "supportsDevhubUsername": false,
866
+ "requiresProject": true
867
+ }
868
+ }
869
+ }
package/package.json CHANGED
@@ -1,41 +1,41 @@
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.21",
4
+ "version": "4.4.23",
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.20",
10
- "@jayree/sfdx-plugin-manifest": "^2.7.2",
11
- "@jayree/sfdx-plugin-prettier": "^1.2.20",
9
+ "@jayree/sfdx-plugin-legacy": "^1.1.22",
10
+ "@jayree/sfdx-plugin-manifest": "^2.7.4",
11
+ "@jayree/sfdx-plugin-prettier": "^1.2.22",
12
12
  "@oclif/core": "^1.24.0",
13
- "@salesforce/command": "^5.2.40",
14
- "@salesforce/kit": "^1.8.2",
13
+ "@salesforce/command": "^5.2.42",
14
+ "@salesforce/kit": "^1.8.3",
15
15
  "@salesforce/source-deploy-retrieve": "^7.7.0",
16
- "@salesforce/source-tracking": "^2.2.17",
16
+ "@salesforce/source-tracking": "^2.2.19",
17
17
  "debug": "^4.3.4",
18
18
  "enquirer": "^2.3.6",
19
- "fast-xml-parser": "^4.0.13",
19
+ "fast-xml-parser": "^4.0.15",
20
20
  "fs-extra": "^10.1.0",
21
21
  "ignore": "^5.2.4",
22
22
  "is-docker": "^3.0.0",
23
23
  "is-wsl": "^2.2.0",
24
- "listr2": "^5.0.6",
24
+ "listr2": "^5.0.7",
25
25
  "marked": "^4.2.4",
26
26
  "marked-terminal": "^5.1.1",
27
27
  "mkdirp": "^1.0.4",
28
28
  "object-path": "^0.11.8",
29
- "puppeteer": "^19.5.2",
29
+ "puppeteer": "^19.6.1",
30
30
  "semver": "^7.3.8",
31
31
  "tabletojson": "^2.0.7",
32
- "tslib": "^2.4.0"
32
+ "tslib": "^2.5.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commitlint/cli": "^17.4.2",
36
36
  "@commitlint/config-conventional": "^17.4.2",
37
- "@oclif/plugin-command-snapshot": "^3.2.16",
38
- "@oclif/plugin-help": "^5.1.22",
37
+ "@oclif/plugin-command-snapshot": "^3.3.1",
38
+ "@oclif/plugin-help": "^5.2.1",
39
39
  "@salesforce/dev-config": "^3.1.0",
40
40
  "@salesforce/dev-scripts": "3.1.0",
41
41
  "@salesforce/prettier-config": "^0.0.2",
@@ -50,24 +50,24 @@
50
50
  "@types/node": "^18.11.18",
51
51
  "@types/semver": "^7.3.13",
52
52
  "@types/sinon": "^10.0.13",
53
- "@typescript-eslint/eslint-plugin": "^5.48.1",
54
- "@typescript-eslint/parser": "^5.48.1",
53
+ "@typescript-eslint/eslint-plugin": "^5.49.0",
54
+ "@typescript-eslint/parser": "^5.49.0",
55
55
  "chai": "^4.3.7",
56
- "eslint": "^8.31.0",
56
+ "eslint": "^8.32.0",
57
57
  "eslint-config-prettier": "^8.6.0",
58
58
  "eslint-config-salesforce": "^1.1.0",
59
59
  "eslint-config-salesforce-typescript": "^1.1.1",
60
60
  "eslint-plugin-header": "^3.1.1",
61
- "eslint-plugin-import": "^2.27.4",
62
- "eslint-plugin-jsdoc": "^39.6.4",
61
+ "eslint-plugin-import": "^2.27.5",
62
+ "eslint-plugin-jsdoc": "^39.6.9",
63
63
  "eslint-plugin-prettier": "^4.2.1",
64
- "eslint-plugin-sf-plugin": "^1.6.2",
64
+ "eslint-plugin-sf-plugin": "^1.7.0",
65
65
  "husky": "^8.0.3",
66
66
  "is-ci": "^3.0.1",
67
67
  "mocha": "^10.2.0",
68
68
  "nock": "^13.3.0",
69
69
  "nyc": "^15.1.0",
70
- "oclif": "^3.4.3",
70
+ "oclif": "^3.6.1",
71
71
  "patch-package": "^6.5.1",
72
72
  "pinst": "^3.0.0",
73
73
  "prettier": "^2.8.2",