@terafina/tffa-sfdx-plugin 17.0.0-rc.3 → 17.0.0-rc.5

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/README.md CHANGED
@@ -41,7 +41,7 @@ $ npm install -g @terafina/tffa-sfdx-plugin
41
41
  $ sfdx COMMAND
42
42
  running command...
43
43
  $ sfdx (--version|-v)
44
- @terafina/tffa-sfdx-plugin/17.0.0-rc.3 linux-x64 node-v16.13.1
44
+ @terafina/tffa-sfdx-plugin/17.0.0-rc.5 linux-x64 node-v18.13.0
45
45
  $ sfdx --help [COMMAND]
46
46
  USAGE
47
47
  $ sfdx COMMAND
@@ -52,7 +52,7 @@ USAGE
52
52
  # Commands
53
53
 
54
54
  <!-- commands -->
55
- * [`sfdx help [COMMAND]`](#sfdx-help-command)
55
+ * [`sfdx help [COMMANDS]`](#sfdx-help-commands)
56
56
  * [`sfdx tffa:apexdoc [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffaapexdoc--s-directory--d-directory---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
57
57
  * [`sfdx tffa:data:export -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffadataexport--s-array--d-string--g-string--o-array--c-array--s--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
58
58
  * [`sfdx tffa:data:import [-f <array>] [-p <string>] [-s <array>] [-i] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffadataimport--f-array--p-string--s-array--i--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -63,16 +63,16 @@ USAGE
63
63
  * [`sfdx tffa:source:createfield -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich [-r] [-l <number>] [-d <string>] [-p <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-tffasourcecreatefield--s-string--n-string--t-checkboxcurrencydatedatetimeemailnumberpercentphonepicklistpicklist-multitexttextareatextarea-longtextarea-rich--r--l-number--d-string--p-array--v-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
64
64
  * [`sfdx version`](#sfdx-version)
65
65
 
66
- ## `sfdx help [COMMAND]`
66
+ ## `sfdx help [COMMANDS]`
67
67
 
68
68
  Display help for sfdx.
69
69
 
70
70
  ```
71
71
  USAGE
72
- $ sfdx help [COMMAND] [-n]
72
+ $ sfdx help [COMMANDS] [-n]
73
73
 
74
74
  ARGUMENTS
75
- COMMAND Command to show help for.
75
+ COMMANDS Command to show help for.
76
76
 
77
77
  FLAGS
78
78
  -n, --nested-commands Include all nested commands in the output.
@@ -81,7 +81,7 @@ DESCRIPTION
81
81
  Display help for sfdx.
82
82
  ```
83
83
 
84
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.23/src/commands/help.ts)_
84
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.0/src/commands/help.ts)_
85
85
 
86
86
  ## `sfdx tffa:apexdoc [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
87
87
 
@@ -111,7 +111,7 @@ EXAMPLES
111
111
  $ sfdx tffa:apexdoc
112
112
  ```
113
113
 
114
- _See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/apexdoc.ts)_
114
+ _See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/apexdoc.ts)_
115
115
 
116
116
  ## `sfdx tffa:data:export -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
117
117
 
@@ -180,7 +180,7 @@ EXAMPLES
180
180
  Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
181
181
  ```
182
182
 
183
- _See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/data/export.ts)_
183
+ _See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/data/export.ts)_
184
184
 
185
185
  ## `sfdx tffa:data:import [-f <array>] [-p <string>] [-s <array>] [-i] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
186
186
 
@@ -268,7 +268,7 @@ EXAMPLES
268
268
  Importing record(s) and relationships of tffa__AddOnService__c... done
269
269
  ```
270
270
 
271
- _See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/data/import.ts)_
271
+ _See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/data/import.ts)_
272
272
 
273
273
  ## `sfdx tffa:lint [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
274
274
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $sfdx tffa:lint
328
328
  ```
329
329
 
330
- _See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/lint.ts)_
330
+ _See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/lint.ts)_
331
331
 
332
332
  ## `sfdx tffa:meta [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
333
333
 
@@ -356,7 +356,7 @@ EXAMPLES
356
356
  $ sfdx tffa:meta
357
357
  ```
358
358
 
359
- _See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/meta.ts)_
359
+ _See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/meta.ts)_
360
360
 
361
361
  ## `sfdx tffa:ping [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
362
362
 
@@ -378,7 +378,7 @@ EXAMPLES
378
378
  $ sfdx tffa:ping
379
379
  ```
380
380
 
381
- _See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/ping.ts)_
381
+ _See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/ping.ts)_
382
382
 
383
383
  ## `sfdx tffa:source:apiset [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
384
384
 
@@ -406,7 +406,7 @@ EXAMPLES
406
406
  $ sfdx tffa:source:apiset
407
407
  ```
408
408
 
409
- _See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/source/apiset.ts)_
409
+ _See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/source/apiset.ts)_
410
410
 
411
411
  ## `sfdx tffa:source:createfield -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich [-r] [-l <number>] [-d <string>] [-p <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
412
412
 
@@ -493,7 +493,7 @@ EXAMPLES
493
493
  Creates a long textarea field
494
494
  ```
495
495
 
496
- _See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.3/src/commands/tffa/source/createfield.ts)_
496
+ _See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v17.0.0-rc.5/src/commands/tffa/source/createfield.ts)_
497
497
 
498
498
  ## `sfdx version`
499
499
 
@@ -513,5 +513,5 @@ FLAG DESCRIPTIONS
513
513
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
514
514
  ```
515
515
 
516
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.1.4/src/commands/version.ts)_
516
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.2.0/src/commands/version.ts)_
517
517
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"17.0.0-rc.3","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Command to generate apex documentation similar to javadoc based on the comments in apex classes.\nPlease read more at [Documenting Apex Classes](development-guidelines/documentation).\nOnce generated you can use vscode plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and select index.html from generated folder and run Open with LiveServer to render the html","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:apexdoc"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destfolder":{"name":"destfolder","type":"option","char":"d","description":"directory to generate the api docs","multiple":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destfolder":{"kind":"directory","char":"d","description":"directory to generate the api docs","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"Scans a sfdx project and provide a violations report based on defined standards.\nPerforms static analysis of source code with a command-line interface and report output.\nThe command creates \"Rule Violations\" when the it identifies issues. Developers use this information as feedback to fix their code.\n\nThe rules used in the lint command are:\n\n- [Apex PMD](https://pmd.github.io/latest/pmd_rules_apex.html) to statically analyse Apex Code to find design, performance and security vulnerabilities. It allowes us to have a better quality and avoid maintenance, performance and bug problems in our Apex code. for Salesforce apex classes are scans during build and development process.\n- Custom rules\n - Custom Objects should have a description\n - Custom Fields should have a description'\n - Custom fields should not contain underscores.\n - Custom fields in managed object should start with CZ.\n - Custom objects should start with CZ.\n - Using Metadata API Version and Project source api version should be the latest supported.\n - Files violating naming conventions\n - Do not use isCreateable, isAccessible, isUpdateable, CRUD/FLS Checks are checked by tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Repository classes extending tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Controllers classes extending tffa.AbstractController',\n - Do not call methods directly of an abstract class. Call methods from RESTService classes extending tffa.AbstractRESTService\n - Any SOQL should be encapsulated into Repository classes extending tffa.AbstractRepository. Use doQuery method\n - Do not supress PMD warnings using @SupressWarnings\n\nThe lint command is integrated into the jenkins build to report violations and fail builds\n","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$sfdx tffa:lint"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"generate json output","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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"minapi":{"name":"minapi","type":"option","char":"m","description":"minimum api version to use during quality checks","multiple":false,"default":56},"rulesetpath":{"name":"rulesetpath","type":"option","char":"r","description":"path to pmd ruleset","multiple":false},"eject":{"name":"eject","type":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false},"level":{"name":"level","type":"boolean","char":"f","description":"emit fatal violations only","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"minapi":{"kind":"integer","char":"m","description":"minimum api version to use during quality checks","default":56,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"},"rulesetpath":{"kind":"filepath","char":"r","description":"path to pmd ruleset","input":[],"multiple":false,"type":"option"},"eject":{"kind":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false,"type":"boolean"},"level":{"kind":"boolean","char":"f","description":"emit fatal violations only","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"Scan a sfdx project for generating metadata summary information","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:meta"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destpath":{"name":"destpath","type":"option","char":"d","description":"full path output file","multiple":false,"default":"."},"clientname":{"name":"clientname","type":"option","char":"c","description":"name of the client","multiple":false,"default":"."},"output":{"name":"output","type":"option","char":"o","description":"output format json csv human","helpValue":"(json|csv|human)","multiple":false,"options":["json","csv","human"]},"fields":{"name":"fields","type":"boolean","char":"f","description":"generate field output","allowNo":false}},"args":[],"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destpath":{"kind":"directory","char":"d","description":"full path output file","default":".","input":[],"multiple":false,"type":"option"},"clientname":{"kind":"directory","char":"c","description":"name of the client","default":".","input":[],"multiple":false,"type":"option"},"output":{"kind":"enum","helpValue":"(json|csv|human)","char":"o","options":["json","csv","human"],"description":"output format json csv human","input":[],"multiple":false,"type":"option"},"fields":{"kind":"boolean","char":"f","description":"generate field output","allowNo":false,"type":"boolean"}}},"tffa:ping":{"id":"tffa:ping","description":"Ping and test the plugin","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:ping "],"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":[{"name":"file"}],"flagsConfig":{}},"tffa:data:export":{"id":"tffa:data:export","description":"Exports records of specified sobject types from target org into JSON file(s). Primarily used for exporting business configurations.\nThe export command requires a target org for exporting records. Run this command from within a sfdx project containing a default username or specify targetusername explicitly.","strict":true,"usage":"<%= command.id %> -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:export --sobjecttype tffa__Product__c\n Fetched 101 records of tffa__Product__c\n Writing 24 records to ./data/configuration/Product__c.json\n Writing 30 records to ./data/configuration/Product__c1.json\n Writing 20 records to ./data/configuration/Product__c2.json\n Writing 27 records to ./data/configuration/Product__c3.json\n ","$ sfdx tffa:data:export --sobjecttype tffa__DisclosureTemplate__c,tffa__DisclosureChecklist__c,tffa__DisclosureMatrix__c\n Fetched 81 records of tffa__DisclosureTemplate__c\n Writing 81 records to ./data/configuration/DisclosureTemplate__c.json\n Fetched 57 records of tffa__DisclosureChecklist__c\n Writing 57 records to ./data/configuration/DisclosureChecklist__c.json\n Fetched 144 records of tffa__DisclosureMatrix__c\n Writing 144 records to ./data/configuration/DisclosureMatrix__c.json\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},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"sobject types of records to be exported","required":true,"multiple":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"output directory where the JSON files of exported records will be placed","multiple":false,"default":"./data/configuration"},"groupby":{"name":"groupby","type":"option","char":"g","description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","required":false,"multiple":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"the fields to be used for sorting the exported records","required":false,"multiple":false},"children":{"name":"children","type":"option","char":"c","description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","required":false,"multiple":false},"skipconfigplan":{"name":"skipconfigplan","type":"boolean","char":"s","description":"skip import of exported record JSON files into configuration plan","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"flagsConfig":{"sobjecttypes":{"kind":"array","char":"s","required":true,"description":"sobject types of records to be exported","input":[],"multiple":false,"type":"option"},"outputdir":{"kind":"string","char":"d","description":"output directory where the JSON files of exported records will be placed","default":"./data/configuration","input":[],"multiple":false,"type":"option"},"groupby":{"kind":"string","char":"g","required":false,"description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","input":[],"multiple":false,"type":"option"},"orderby":{"kind":"array","char":"o","required":false,"description":"the fields to be used for sorting the exported records","input":[],"multiple":false,"type":"option"},"children":{"kind":"array","char":"c","required":false,"description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","input":[],"multiple":false,"type":"option"},"skipconfigplan":{"kind":"boolean","char":"s","required":false,"description":"skip import of exported record JSON files into configuration plan","allowNo":false,"type":"boolean"}}},"tffa:data:import":{"id":"tffa:data:import","description":"Imports data into an org using the SObject Bulk Upsert API. This data can include master-detail relationships. Primarily used for importing business configurations.\n \n To generate JSON files for use with tffa:data:import, run \"sfdx tffa:data:export\"\n \n In scratch orgs, by default, sobject files are tracked for changes. When doing full plan imports (without the sobjecttypes parameter), individual sobject files are tracked for changes and excluded from import if the file content remained unchanged since the last time it was imported. This behaviour can be suppressed by including the forceimport flag when doing full plan imports.","strict":true,"usage":"<%= command.id %> [-f <array>] [-p <string>] [-s <array>] [-i] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:import\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n \n - Updated 5 record(s) of tffa__DependentProductEligibility__c\n Importing record(s) and relationships of tffa__DependentProductEligibility__c... done","$ sfdx tffa:data:import -p data/configuration/config-data-plan.json\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ... \n ","$ sfdx tffa:data:import -s tffa__Product__c\n (Imports only tffa__Product__c from data/configuration/config-data-plan.json)\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ...\n ","$ sfdx tffa:data:import -f data/configuration/DisclosureTemplate__c.json,data/configuration/AddOnService__c.json\n (Imports tffa__DisclosureTemplate__c and tffa__AddOnService__c from the files; ignores config data plan)\n - Updated 82 record(s) of tffa__DisclosureTemplate__c\n Importing record(s) and relationships of tffa__DisclosureTemplate__c... done\n \n - Updated 30 record(s) of tffa__AddOnService__c\n Importing record(s) and relationships of tffa__AddOnService__c... done"],"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},"sobjectfiles":{"name":"sobjectfiles","type":"option","char":"f","description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","required":false,"multiple":false},"plan":{"name":"plan","type":"option","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","multiple":false,"default":"data/configuration/config-data-plan.json"},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"comma-delimited, list of sobject types to be imported when using a plan","required":false,"multiple":false},"forceimport":{"name":"forceimport","type":"boolean","char":"i","description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","required":false,"allowNo":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjectfiles":{"kind":"array","char":"f","required":false,"description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","input":[],"multiple":false,"type":"option"},"plan":{"kind":"string","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","default":"data/configuration/config-data-plan.json","input":[],"multiple":false,"type":"option"},"sobjecttypes":{"kind":"array","char":"s","required":false,"description":"comma-delimited, list of sobject types to be imported when using a plan","input":[],"multiple":false,"type":"option"},"forceimport":{"kind":"boolean","char":"i","required":false,"description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","allowNo":false,"type":"boolean"}}},"tffa:source:apiset":{"id":"tffa:source:apiset","description":"Upgrades the current project and all metadata to the latest API version","strict":true,"usage":"<%= command.id %> [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:source:apiset "],"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"},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"api":{"name":"api","type":"option","char":"a","description":"specify the API version ","multiple":false,"default":56}},"args":[],"flagsConfig":{"help":{"kind":"help","description":"Show CLI help.","char":"h","allowNo":false,"type":"boolean"},"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"api":{"kind":"integer","char":"a","description":"specify the API version ","default":56,"input":[],"multiple":false,"type":"option"}}},"tffa:source:createfield":{"id":"tffa:source:createfield","description":"Creates an SObject field from the specified parameters.\n By default, created fields (except required) are added to all permission sets in the project. Use the permissionsets parameter to explicitly specify the permission sets.\n \n NOTE: this command does not create the field in the org, it only creates the field meta xml file in the project. source push is required for the field to be created in the org.\n ","strict":true,"usage":"<%= command.id %> -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich [-r] [-l <number>] [-d <string>] [-p <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\"\n Creates a text field","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --required\n Creates a required text field; does not add update permission sets as field is required","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --length 80\n Creates a text field with length 80","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --permissionsets Administrator\n Creates a text field and adds the field permission to Administrator permission set only","sfdx tffa:source:createfield -s Product__c -n CheckboxField -t checkbox -d \"Test Checkbox Field\"\n Creates a checkbox field","sfdx tffa:source:createfield -s Product__c -n CurrencyField -t currency -d \"Test Currency Field\"\n Creates a currency field","sfdx tffa:source:createfield -s Product__c -n PicklistField -t picklist -v ProductCategory -d \"Test Picklist Field\"\n Creates a picklist field with global value set ProductCategory","sfdx tffa:source:createfield -s Product__c -n LongTextAreaField -t textarea-long -d \"Test LongTextArea Field\"\n Creates a long textarea field"],"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},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the API name of the object for which the field needs to be created","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"the API name of the field","required":true,"multiple":false},"type":{"name":"type","type":"option","char":"t","description":"type of the field","required":true,"helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich)","multiple":false,"options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","picklist-multi","text","textarea","textarea-long","textarea-rich"],"default":"text"},"required":{"name":"required","type":"boolean","char":"r","description":"whether field is required; skips addition to permission sets","required":false,"allowNo":false},"length":{"name":"length","type":"option","char":"l","description":"length of text field or textarea (long|rich) field; defaults to 255 for text field and 1024 for textarea field","required":false,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"description of the field","required":false,"multiple":false},"permissionsets":{"name":"permissionsets","type":"option","char":"p","description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","required":false,"multiple":false},"valuesetname":{"name":"valuesetname","type":"option","char":"v","description":"name of the global value set if the field is a picklist or multi-select picklist type","required":false,"multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjecttype":{"kind":"string","char":"s","required":true,"description":"the API name of the object for which the field needs to be created","input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","required":true,"description":"the API name of the field","input":[],"multiple":false,"type":"option"},"type":{"kind":"enum","helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich)","char":"t","required":true,"description":"type of the field","default":"text","options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","picklist-multi","text","textarea","textarea-long","textarea-rich"],"input":[],"multiple":false,"type":"option"},"required":{"kind":"boolean","char":"r","required":false,"description":"whether field is required; skips addition to permission sets","default":false,"allowNo":false,"type":"boolean"},"length":{"kind":"number","char":"l","required":false,"description":"length of text field or textarea (long|rich) field; defaults to 255 for text field and 1024 for textarea field","input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","required":false,"description":"description of the field","input":[],"multiple":false,"type":"option"},"permissionsets":{"kind":"array","char":"p","required":false,"description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","input":[],"multiple":false,"type":"option"},"valuesetname":{"kind":"string","char":"v","required":false,"description":"name of the global value set if the field is a picklist or multi-select picklist type","input":[],"multiple":false,"type":"option"}}}}}
1
+ {"version":"17.0.0-rc.5","commands":{"tffa:apexdoc":{"id":"tffa:apexdoc","description":"Command to generate apex documentation similar to javadoc based on the comments in apex classes.\nPlease read more at [Documenting Apex Classes](development-guidelines/documentation).\nOnce generated you can use vscode plugin [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and select index.html from generated folder and run Open with LiveServer to render the html","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:apexdoc"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destfolder":{"name":"destfolder","type":"option","char":"d","description":"directory to generate the api docs","multiple":false}},"args":{},"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destfolder":{"kind":"directory","char":"d","description":"directory to generate the api docs","input":[],"multiple":false,"type":"option"}}},"tffa:lint":{"id":"tffa:lint","description":"Scans a sfdx project and provide a violations report based on defined standards.\nPerforms static analysis of source code with a command-line interface and report output.\nThe command creates \"Rule Violations\" when the it identifies issues. Developers use this information as feedback to fix their code.\n\nThe rules used in the lint command are:\n\n- [Apex PMD](https://pmd.github.io/latest/pmd_rules_apex.html) to statically analyse Apex Code to find design, performance and security vulnerabilities. It allowes us to have a better quality and avoid maintenance, performance and bug problems in our Apex code. for Salesforce apex classes are scans during build and development process.\n- Custom rules\n - Custom Objects should have a description\n - Custom Fields should have a description'\n - Custom fields should not contain underscores.\n - Custom fields in managed object should start with CZ.\n - Custom objects should start with CZ.\n - Using Metadata API Version and Project source api version should be the latest supported.\n - Files violating naming conventions\n - Do not use isCreateable, isAccessible, isUpdateable, CRUD/FLS Checks are checked by tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Repository classes extending tffa.AbstractRepository\n - Do not call methods directly of an abstract class. Call methods from Controllers classes extending tffa.AbstractController',\n - Do not call methods directly of an abstract class. Call methods from RESTService classes extending tffa.AbstractRESTService\n - Any SOQL should be encapsulated into Repository classes extending tffa.AbstractRepository. Use doQuery method\n - Do not supress PMD warnings using @SupressWarnings\n\nThe lint command is integrated into the jenkins build to report violations and fail builds\n","strict":true,"usage":"<%= command.id %> [-s <directory>] [-m <integer>] [-r <filepath>] [-e] [-f] [-j] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$sfdx tffa:lint"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"generate json output","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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"minapi":{"name":"minapi","type":"option","char":"m","description":"minimum api version to use during quality checks","multiple":false,"default":56},"rulesetpath":{"name":"rulesetpath","type":"option","char":"r","description":"path to pmd ruleset","multiple":false},"eject":{"name":"eject","type":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false},"level":{"name":"level","type":"boolean","char":"f","description":"emit fatal violations only","allowNo":false}},"args":{},"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"minapi":{"kind":"integer","char":"m","description":"minimum api version to use during quality checks","default":56,"input":[],"multiple":false,"type":"option"},"json":{"kind":"boolean","char":"j","description":"generate json output","allowNo":false,"type":"boolean"},"rulesetpath":{"kind":"filepath","char":"r","description":"path to pmd ruleset","input":[],"multiple":false,"type":"option"},"eject":{"kind":"boolean","char":"e","description":"update local pmd ruleset","allowNo":false,"type":"boolean"},"level":{"kind":"boolean","char":"f","description":"emit fatal violations only","allowNo":false,"type":"boolean"}}},"tffa:meta":{"id":"tffa:meta","description":"Scan a sfdx project for generating metadata summary information","strict":true,"usage":"<%= command.id %> [-s <directory>] [-d <directory>] [-c <directory>] [-o json|csv|human] [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:meta"],"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"},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"destpath":{"name":"destpath","type":"option","char":"d","description":"full path output file","multiple":false,"default":"."},"clientname":{"name":"clientname","type":"option","char":"c","description":"name of the client","multiple":false,"default":"."},"output":{"name":"output","type":"option","char":"o","description":"output format json csv human","helpValue":"(json|csv|human)","multiple":false,"options":["json","csv","human"]},"fields":{"name":"fields","type":"boolean","char":"f","description":"generate field output","allowNo":false}},"args":{},"flagsConfig":{"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"destpath":{"kind":"directory","char":"d","description":"full path output file","default":".","input":[],"multiple":false,"type":"option"},"clientname":{"kind":"directory","char":"c","description":"name of the client","default":".","input":[],"multiple":false,"type":"option"},"output":{"kind":"enum","helpValue":"(json|csv|human)","char":"o","options":["json","csv","human"],"description":"output format json csv human","input":[],"multiple":false,"type":"option"},"fields":{"kind":"boolean","char":"f","description":"generate field output","allowNo":false,"type":"boolean"}}},"tffa:ping":{"id":"tffa:ping","description":"Ping and test the plugin","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:ping "],"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":{"file":{"name":"file"}},"flagsConfig":{}},"tffa:data:export":{"id":"tffa:data:export","description":"Exports records of specified sobject types from target org into JSON file(s). Primarily used for exporting business configurations.\nThe export command requires a target org for exporting records. Run this command from within a sfdx project containing a default username or specify targetusername explicitly.","strict":true,"usage":"<%= command.id %> -s <array> [-d <string>] [-g <string>] [-o <array>] [-c <array>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:export --sobjecttype tffa__Product__c\n Fetched 101 records of tffa__Product__c\n Writing 24 records to ./data/configuration/Product__c.json\n Writing 30 records to ./data/configuration/Product__c1.json\n Writing 20 records to ./data/configuration/Product__c2.json\n Writing 27 records to ./data/configuration/Product__c3.json\n ","$ sfdx tffa:data:export --sobjecttype tffa__DisclosureTemplate__c,tffa__DisclosureChecklist__c,tffa__DisclosureMatrix__c\n Fetched 81 records of tffa__DisclosureTemplate__c\n Writing 81 records to ./data/configuration/DisclosureTemplate__c.json\n Fetched 57 records of tffa__DisclosureChecklist__c\n Writing 57 records to ./data/configuration/DisclosureChecklist__c.json\n Fetched 144 records of tffa__DisclosureMatrix__c\n Writing 144 records to ./data/configuration/DisclosureMatrix__c.json\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},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"sobject types of records to be exported","required":true,"multiple":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"output directory where the JSON files of exported records will be placed","multiple":false,"default":"./data/configuration"},"groupby":{"name":"groupby","type":"option","char":"g","description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","required":false,"multiple":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"the fields to be used for sorting the exported records","required":false,"multiple":false},"children":{"name":"children","type":"option","char":"c","description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","required":false,"multiple":false},"skipconfigplan":{"name":"skipconfigplan","type":"boolean","char":"s","description":"skip import of exported record JSON files into configuration plan","required":false,"allowNo":false}},"args":{},"requiresUsername":true,"flagsConfig":{"sobjecttypes":{"kind":"array","char":"s","required":true,"description":"sobject types of records to be exported","input":[],"multiple":false,"type":"option"},"outputdir":{"kind":"string","char":"d","description":"output directory where the JSON files of exported records will be placed","default":"./data/configuration","input":[],"multiple":false,"type":"option"},"groupby":{"kind":"string","char":"g","required":false,"description":"the field to be used for grouping the exported records; records belonging to each group are placed in separate JSON files (filename suffixed by group name)","input":[],"multiple":false,"type":"option"},"orderby":{"kind":"array","char":"o","required":false,"description":"the fields to be used for sorting the exported records","input":[],"multiple":false,"type":"option"},"children":{"kind":"array","char":"c","required":false,"description":"the child relationships to be included in the exported records; this is not required for tffa package objects. e.g. tffa__Features__r,tffa__Terms__r child relationships are auto included when running export command for tffa__Product__c","input":[],"multiple":false,"type":"option"},"skipconfigplan":{"kind":"boolean","char":"s","required":false,"description":"skip import of exported record JSON files into configuration plan","allowNo":false,"type":"boolean"}}},"tffa:data:import":{"id":"tffa:data:import","description":"Imports data into an org using the SObject Bulk Upsert API. This data can include master-detail relationships. Primarily used for importing business configurations.\n \n To generate JSON files for use with tffa:data:import, run \"sfdx tffa:data:export\"\n \n In scratch orgs, by default, sobject files are tracked for changes. When doing full plan imports (without the sobjecttypes parameter), individual sobject files are tracked for changes and excluded from import if the file content remained unchanged since the last time it was imported. This behaviour can be suppressed by including the forceimport flag when doing full plan imports.","strict":true,"usage":"<%= command.id %> [-f <array>] [-p <string>] [-s <array>] [-i] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:data:import\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n \n - Updated 5 record(s) of tffa__DependentProductEligibility__c\n Importing record(s) and relationships of tffa__DependentProductEligibility__c... done","$ sfdx tffa:data:import -p data/configuration/config-data-plan.json\n (Imports all records from default plan - data/configuration/config-data-plan.json\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ... \n ","$ sfdx tffa:data:import -s tffa__Product__c\n (Imports only tffa__Product__c from data/configuration/config-data-plan.json)\n - Updated 101 record(s) of tffa__Product__c\n - Updated 532 record(s) of tffa__ProductFeature__c\n - Updated 143 record(s) of tffa__ProductTerm__c\n Importing record(s) and relationships of tffa__Product__c... done\n ...\n ","$ sfdx tffa:data:import -f data/configuration/DisclosureTemplate__c.json,data/configuration/AddOnService__c.json\n (Imports tffa__DisclosureTemplate__c and tffa__AddOnService__c from the files; ignores config data plan)\n - Updated 82 record(s) of tffa__DisclosureTemplate__c\n Importing record(s) and relationships of tffa__DisclosureTemplate__c... done\n \n - Updated 30 record(s) of tffa__AddOnService__c\n Importing record(s) and relationships of tffa__AddOnService__c... done"],"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},"sobjectfiles":{"name":"sobjectfiles","type":"option","char":"f","description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","required":false,"multiple":false},"plan":{"name":"plan","type":"option","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","multiple":false,"default":"data/configuration/config-data-plan.json"},"sobjecttypes":{"name":"sobjecttypes","type":"option","char":"s","description":"comma-delimited, list of sobject types to be imported when using a plan","required":false,"multiple":false},"forceimport":{"name":"forceimport","type":"boolean","char":"i","description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","required":false,"allowNo":false}},"args":{},"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjectfiles":{"kind":"array","char":"f","required":false,"description":"comma-delimited, ordered paths of json files containing collection of record trees to upsert","input":[],"multiple":false,"type":"option"},"plan":{"kind":"string","char":"p","description":"path to plan to upsert multiple data files that have master-detail relationships; to restrict the sobject types imported using the plan, specify sobjecttypes along with plan","default":"data/configuration/config-data-plan.json","input":[],"multiple":false,"type":"option"},"sobjecttypes":{"kind":"array","char":"s","required":false,"description":"comma-delimited, list of sobject types to be imported when using a plan","input":[],"multiple":false,"type":"option"},"forceimport":{"kind":"boolean","char":"i","required":false,"description":"force import all sobject files in a plan ignoring any internal file change tracking; applicable to scratch orgs only; forceimport is automatically set if sobjecttypes parameter is specified","allowNo":false,"type":"boolean"}}},"tffa:source:apiset":{"id":"tffa:source:apiset","description":"Upgrades the current project and all metadata to the latest API version","strict":true,"usage":"<%= command.id %> [-h <help>] [-s <directory>] [-a <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx tffa:source:apiset "],"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"},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"sourcefolder":{"name":"sourcefolder","type":"option","char":"s","description":"directory containing sfdx project","multiple":false,"default":"."},"api":{"name":"api","type":"option","char":"a","description":"specify the API version ","multiple":false,"default":56}},"args":{},"flagsConfig":{"help":{"kind":"help","description":"Show CLI help.","char":"h","allowNo":false,"type":"boolean"},"sourcefolder":{"kind":"directory","char":"s","description":"directory containing sfdx project","default":".","input":[],"multiple":false,"type":"option"},"api":{"kind":"integer","char":"a","description":"specify the API version ","default":56,"input":[],"multiple":false,"type":"option"}}},"tffa:source:createfield":{"id":"tffa:source:createfield","description":"Creates an SObject field from the specified parameters.\n By default, created fields (except required) are added to all permission sets in the project. Use the permissionsets parameter to explicitly specify the permission sets.\n \n NOTE: this command does not create the field in the org, it only creates the field meta xml file in the project. source push is required for the field to be created in the org.\n ","strict":true,"usage":"<%= command.id %> -s <string> -n <string> -t checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich [-r] [-l <number>] [-d <string>] [-p <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@terafina/tffa-sfdx-plugin","pluginAlias":"@terafina/tffa-sfdx-plugin","pluginType":"core","aliases":[],"examples":["sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\"\n Creates a text field","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --required\n Creates a required text field; does not add update permission sets as field is required","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --length 80\n Creates a text field with length 80","sfdx tffa:source:createfield -s Product__c -n TextField -t text -d \"Test Text Field\" --permissionsets Administrator\n Creates a text field and adds the field permission to Administrator permission set only","sfdx tffa:source:createfield -s Product__c -n CheckboxField -t checkbox -d \"Test Checkbox Field\"\n Creates a checkbox field","sfdx tffa:source:createfield -s Product__c -n CurrencyField -t currency -d \"Test Currency Field\"\n Creates a currency field","sfdx tffa:source:createfield -s Product__c -n PicklistField -t picklist -v ProductCategory -d \"Test Picklist Field\"\n Creates a picklist field with global value set ProductCategory","sfdx tffa:source:createfield -s Product__c -n LongTextAreaField -t textarea-long -d \"Test LongTextArea Field\"\n Creates a long textarea field"],"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},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the API name of the object for which the field needs to be created","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"the API name of the field","required":true,"multiple":false},"type":{"name":"type","type":"option","char":"t","description":"type of the field","required":true,"helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich)","multiple":false,"options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","picklist-multi","text","textarea","textarea-long","textarea-rich"],"default":"text"},"required":{"name":"required","type":"boolean","char":"r","description":"whether field is required; skips addition to permission sets","required":false,"allowNo":false},"length":{"name":"length","type":"option","char":"l","description":"length of text field or textarea (long|rich) field; defaults to 255 for text field and 1024 for textarea field","required":false,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"description of the field","required":false,"multiple":false},"permissionsets":{"name":"permissionsets","type":"option","char":"p","description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","required":false,"multiple":false},"valuesetname":{"name":"valuesetname","type":"option","char":"v","description":"name of the global value set if the field is a picklist or multi-select picklist type","required":false,"multiple":false}},"args":{},"requiresUsername":true,"requiresProject":true,"flagsConfig":{"sobjecttype":{"kind":"string","char":"s","required":true,"description":"the API name of the object for which the field needs to be created","input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","required":true,"description":"the API name of the field","input":[],"multiple":false,"type":"option"},"type":{"kind":"enum","helpValue":"(checkbox|currency|date|datetime|email|number|percent|phone|picklist|picklist-multi|text|textarea|textarea-long|textarea-rich)","char":"t","required":true,"description":"type of the field","default":"text","options":["checkbox","currency","date","datetime","email","number","percent","phone","picklist","picklist-multi","text","textarea","textarea-long","textarea-rich"],"input":[],"multiple":false,"type":"option"},"required":{"kind":"boolean","char":"r","required":false,"description":"whether field is required; skips addition to permission sets","default":false,"allowNo":false,"type":"boolean"},"length":{"kind":"number","char":"l","required":false,"description":"length of text field or textarea (long|rich) field; defaults to 255 for text field and 1024 for textarea field","input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","required":false,"description":"description of the field","input":[],"multiple":false,"type":"option"},"permissionsets":{"kind":"array","char":"p","required":false,"description":"comma-separated list of permission sets to which the field needs to be added; defaults to all permission sets in the project","input":[],"multiple":false,"type":"option"},"valuesetname":{"kind":"string","char":"v","required":false,"description":"name of the global value set if the field is a picklist or multi-select picklist type","input":[],"multiple":false,"type":"option"}}}}}
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@terafina/tffa-sfdx-plugin",
3
3
  "description": "sfdx plugin from Terafina containing tools for scanning and extending digital applications for the financial services industry.",
4
- "version": "17.0.0-rc.3",
4
+ "version": "17.0.0-rc.5",
5
5
  "author": "Terafina Inc",
6
6
  "bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "1.24.0",
9
- "@oclif/plugin-help": "5.1.23",
10
- "@oclif/plugin-plugins": "2.1.12",
11
- "@oclif/plugin-version": "1.1.4",
8
+ "@oclif/core": "1.24.2",
9
+ "@oclif/plugin-help": "5.2.0",
10
+ "@oclif/plugin-plugins": "2.2.2",
11
+ "@oclif/plugin-version": "1.2.0",
12
12
  "@oclif/plugin-warn-if-update-available": "2.0.19",
13
- "@salesforce/command": "5.2.40",
14
- "@salesforce/core": "3.32.13",
13
+ "@salesforce/command": "5.2.41",
14
+ "@salesforce/core": "3.32.14",
15
15
  "find-java-home": "2.0.0",
16
16
  "cheerio": "1.0.0-rc.12",
17
17
  "csv-stringify": "6.2.3",
18
18
  "fs-extra": "11.1.0",
19
19
  "lodash.escape": "4.0.1",
20
20
  "pretty": "2.0.0",
21
- "rimraf": "4.0.7",
21
+ "rimraf": "4.1.1",
22
22
  "tslib": "2.4.1",
23
23
  "xml2js": "0.4.23",
24
24
  "recursive-readdir": "2.2.3",
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@commitlint/cli": "17.4.2",
29
29
  "@commitlint/config-angular": "17.4.2",
30
- "@oclif/test": "2.2.21",
30
+ "@oclif/test": "2.3.0",
31
31
  "@salesforce/dev-config": "3.1.0",
32
32
  "@salesforce/ts-sinon": "1.4.4",
33
33
  "@types/chai": "4",
@@ -38,16 +38,16 @@
38
38
  "@types/node": "18.11.18",
39
39
  "@types/recursive-readdir": "2.2.1",
40
40
  "@types/xml2js": "0.4.11",
41
- "@typescript-eslint/eslint-plugin": "5.48.1",
42
- "@typescript-eslint/parser": "5.48.1",
41
+ "@typescript-eslint/eslint-plugin": "5.48.2",
42
+ "@typescript-eslint/parser": "5.48.2",
43
43
  "chai": "4",
44
44
  "eslint": "8.32.0",
45
45
  "eslint-config-prettier": "8.6.0",
46
46
  "eslint-plugin-deprecation": "1.3.3",
47
47
  "eslint-plugin-header": "3.1.1",
48
- "eslint-plugin-import": "2.27.4",
48
+ "eslint-plugin-import": "2.27.5",
49
49
  "eslint-plugin-jest": "27.2.1",
50
- "eslint-plugin-jsdoc": "39.6.4",
50
+ "eslint-plugin-jsdoc": "39.6.6",
51
51
  "eslint-plugin-prefer-arrow": "1.2.3",
52
52
  "eslint-plugin-sonarjs": "0.18.0",
53
53
  "globby": "11.0.1",
@@ -57,7 +57,7 @@
57
57
  "mem-fs-editor": "9.5.0",
58
58
  "mocha": "10.2.0",
59
59
  "nyc": "15.1.0",
60
- "oclif": "3.4.3",
60
+ "oclif": "3.5.0",
61
61
  "prettier": "2.8.3",
62
62
  "prettier-plugin-apex": "1.12.0",
63
63
  "properties-parser": "0.3.1",
package/yarn.lock CHANGED
@@ -689,10 +689,10 @@
689
689
  supports-color "^8.1.1"
690
690
  tslib "^2"
691
691
 
692
- "@oclif/core@1.24.0", "@oclif/core@^1.24.0":
693
- version "1.24.0"
694
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
695
- integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
692
+ "@oclif/core@1.24.2", "@oclif/core@^1.24.1":
693
+ version "1.24.2"
694
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.2.tgz#1d2e4b8b27db7e98b0c1d7b367934196a2f2c202"
695
+ integrity sha512-0wfAa6HG4sJ4j5c4/GV4BWZwALtJyw2ZO6titnrWKcowxU1BWd8mBM45ilTPnDhClMowz7+8EtK4kqUGc1rNwA==
696
696
  dependencies:
697
697
  "@oclif/linewrap" "^1.0.0"
698
698
  "@oclif/screen" "^3.0.4"
@@ -723,7 +723,7 @@
723
723
  widest-line "^3.1.0"
724
724
  wrap-ansi "^7.0.0"
725
725
 
726
- "@oclif/core@^1.20.0", "@oclif/core@^1.20.4", "@oclif/core@^1.23.0", "@oclif/core@^1.23.1":
726
+ "@oclif/core@^1.20.0", "@oclif/core@^1.23.1":
727
727
  version "1.23.1"
728
728
  resolved "https://registry.npmjs.org/@oclif/core/-/core-1.23.1.tgz"
729
729
  integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
@@ -757,17 +757,85 @@
757
757
  widest-line "^3.1.0"
758
758
  wrap-ansi "^7.0.0"
759
759
 
760
+ "@oclif/core@^1.24.0":
761
+ version "1.24.0"
762
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
763
+ integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
764
+ dependencies:
765
+ "@oclif/linewrap" "^1.0.0"
766
+ "@oclif/screen" "^3.0.4"
767
+ ansi-escapes "^4.3.2"
768
+ ansi-styles "^4.3.0"
769
+ cardinal "^2.1.1"
770
+ chalk "^4.1.2"
771
+ clean-stack "^3.0.1"
772
+ cli-progress "^3.10.0"
773
+ debug "^4.3.4"
774
+ ejs "^3.1.6"
775
+ fs-extra "^9.1.0"
776
+ get-package-type "^0.1.0"
777
+ globby "^11.1.0"
778
+ hyperlinker "^1.0.0"
779
+ indent-string "^4.0.0"
780
+ is-wsl "^2.2.0"
781
+ js-yaml "^3.14.1"
782
+ natural-orderby "^2.0.3"
783
+ object-treeify "^1.1.33"
784
+ password-prompt "^1.1.2"
785
+ semver "^7.3.7"
786
+ string-width "^4.2.3"
787
+ strip-ansi "^6.0.1"
788
+ supports-color "^8.1.1"
789
+ supports-hyperlinks "^2.2.0"
790
+ tslib "^2.4.1"
791
+ widest-line "^3.1.0"
792
+ wrap-ansi "^7.0.0"
793
+
794
+ "@oclif/core@^2.0.2-beta.6":
795
+ version "2.0.2-beta.6"
796
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.6.tgz#d794d53886683f37ab712092ff88741981b2c02f"
797
+ integrity sha512-g3M/I2VrZaN6Ba8qyn2KggGoxDc2ys88LV/7+cGhxpaK98ZVWlgPCTLNHyY1DiA0KSDTTBhUsPV+Uis5mbHB4g==
798
+ dependencies:
799
+ "@types/cli-progress" "^3.11.0"
800
+ ansi-escapes "^4.3.2"
801
+ ansi-styles "^4.3.0"
802
+ cardinal "^2.1.1"
803
+ chalk "^4.1.2"
804
+ clean-stack "^3.0.1"
805
+ cli-progress "^3.10.0"
806
+ debug "^4.3.4"
807
+ ejs "^3.1.6"
808
+ fs-extra "^9.1.0"
809
+ get-package-type "^0.1.0"
810
+ globby "^11.1.0"
811
+ hyperlinker "^1.0.0"
812
+ indent-string "^4.0.0"
813
+ is-wsl "^2.2.0"
814
+ js-yaml "^3.14.1"
815
+ natural-orderby "^2.0.3"
816
+ object-treeify "^1.1.33"
817
+ password-prompt "^1.1.2"
818
+ semver "^7.3.7"
819
+ string-width "^4.2.3"
820
+ strip-ansi "^6.0.1"
821
+ supports-color "^8.1.1"
822
+ supports-hyperlinks "^2.2.0"
823
+ tslib "^2.4.1"
824
+ widest-line "^3.1.0"
825
+ wordwrap "^1.0.0"
826
+ wrap-ansi "^7.0.0"
827
+
760
828
  "@oclif/linewrap@^1.0.0":
761
829
  version "1.0.0"
762
830
  resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz"
763
831
  integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
764
832
 
765
- "@oclif/plugin-help@5.1.23":
766
- version "5.1.23"
767
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.23.tgz#529b193b35436ef9374fd9ba4d065e19b73b6b5a"
768
- integrity sha512-8oyyu/yPz55Zhj0U58/YXGc51N65vOpVeqDalf5xby4T+VMo4naDVJMxcSpJF2YUTREXEfO2pcC0aA4PE5q8Ig==
833
+ "@oclif/plugin-help@5.2.0":
834
+ version "5.2.0"
835
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.0.tgz#5f75e6977c0f6c37cb67168170f032338a19efb6"
836
+ integrity sha512-Sp6Eywj3V2Moif/CJeJsyInPJhzifs2JjsaVbsrLS77WOL2/XAmca1sE5QxfakOGYH21g8xz/Ht9ZgiNy8u1zQ==
769
837
  dependencies:
770
- "@oclif/core" "^1.24.0"
838
+ "@oclif/core" "^2.0.2-beta.6"
771
839
 
772
840
  "@oclif/plugin-help@^5.1.19":
773
841
  version "5.1.22"
@@ -786,13 +854,13 @@
786
854
  fast-levenshtein "^3.0.0"
787
855
  lodash "^4.17.21"
788
856
 
789
- "@oclif/plugin-plugins@2.1.12":
790
- version "2.1.12"
791
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.1.12.tgz"
792
- integrity sha512-vvste+qfmuAZVO+LEhJbBm7kLAtWCFFyfoAFCpe061i8KRnsl8/f0l+/VLAUWiYB3c5M518knIi/UfIvGPV/Ew==
857
+ "@oclif/plugin-plugins@2.2.2":
858
+ version "2.2.2"
859
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.2.2.tgz#6cc212cb991fce52680e6aceec05d4c960ba50db"
860
+ integrity sha512-5b+LmscDsQHIn32oWnXxLcozRHHpgMXEroPVCm3Q682Yu9sE9l81Txycyj1fqOIvXnhKMLO+S7h/YaLCZLadrA==
793
861
  dependencies:
794
862
  "@oclif/color" "^1.0.2"
795
- "@oclif/core" "^1.23.0"
863
+ "@oclif/core" "^2.0.2-beta.6"
796
864
  chalk "^4.1.2"
797
865
  debug "^4.3.4"
798
866
  fs-extra "^9.0"
@@ -803,12 +871,12 @@
803
871
  tslib "^2.4.1"
804
872
  yarn "^1.22.18"
805
873
 
806
- "@oclif/plugin-version@1.1.4":
807
- version "1.1.4"
808
- resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-1.1.4.tgz#4bfa2e86f322a0ff390d8490292f83db32f989e0"
809
- integrity sha512-IRPXK7hTTLDvY6Jh0PFdjgvxtFmG7ICaDNuBOKEBh7GGFklgyJkcpMxL6dRqgkcesXSrkBasYT/6rLy7JOBKkw==
874
+ "@oclif/plugin-version@1.2.0":
875
+ version "1.2.0"
876
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-1.2.0.tgz#c8655fa78da17321d2f60eef93ef3fcc5ae9433b"
877
+ integrity sha512-jw+NFqp+ug/dd4es67HIlfwgW2BZR6XinWwx8Mmqa861ZENUouaM+xArefHl5qtG4Eg34d/yXYdkixNrLMztxA==
810
878
  dependencies:
811
- "@oclif/core" "^1.23.0"
879
+ "@oclif/core" "^2.0.2-beta.6"
812
880
 
813
881
  "@oclif/plugin-warn-if-update-available@2.0.19":
814
882
  version "2.0.19"
@@ -841,12 +909,12 @@
841
909
  resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
842
910
  integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==
843
911
 
844
- "@oclif/test@2.2.21", "@oclif/test@^2.2.19":
845
- version "2.2.21"
846
- resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.21.tgz#f0a64773100b12191b9f9ea5efb9a632ec2c922a"
847
- integrity sha512-uIjn0PM6R9qlpYzoB9eYBwh3uMd5EdTux2dhBnYMA3DWcLOV4/+2TxKeVurfHFHfQfRp7imYSab7vEwTfiSo7g==
912
+ "@oclif/test@2.3.0", "@oclif/test@^2.2.21":
913
+ version "2.3.0"
914
+ resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.0.tgz#c62efef4e4fa2ec3d44a3a79b58cc9e43898413b"
915
+ integrity sha512-DgoEOY/Y1FvNwA1J0Sy7u6jZSHbDutw6kNOWqVizlf1wSJiHKV6Ia9DyhHsg2Nb4EZ+1AKcetC0fI7ixLxxJHw==
848
916
  dependencies:
849
- "@oclif/core" "^1.24.0"
917
+ "@oclif/core" "^2.0.2-beta.6"
850
918
  fancy-test "^2.0.11"
851
919
 
852
920
  "@octokit/auth-token@^2.4.4":
@@ -962,22 +1030,22 @@
962
1030
  mv "~2"
963
1031
  safe-json-stringify "~1"
964
1032
 
965
- "@salesforce/command@5.2.40":
966
- version "5.2.40"
967
- resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.40.tgz#2b5e98abe693698d4945178835053eabe0f6e99e"
968
- integrity sha512-HCGtzPTbZwjAOHlRM0cd6gWcMicGZTfemfj+1qCVNWArFuTtYZu2JEjXCZRm5UgV9F+d4aFLMQtMQDiZYENq8g==
1033
+ "@salesforce/command@5.2.41":
1034
+ version "5.2.41"
1035
+ resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.41.tgz#a56ae554ea8b75f6dbc34e1282f9d650bb42e8fa"
1036
+ integrity sha512-uSsIftl7JC10keU2LQp7tDXfJUT7hLmRT2fa5Bk5Mve4SpFcP7Z4hwahoOkoeGtZdhrFJNNVFii60NQFMsSvXw==
969
1037
  dependencies:
970
- "@oclif/core" "^1.23.0"
971
- "@oclif/test" "^2.2.19"
1038
+ "@oclif/core" "^1.24.1"
1039
+ "@oclif/test" "^2.2.21"
972
1040
  "@salesforce/core" "^3.32.12"
973
1041
  "@salesforce/kit" "^1.8.2"
974
1042
  "@salesforce/ts-types" "^1.7.1"
975
1043
  chalk "^2.4.2"
976
1044
 
977
- "@salesforce/core@3.32.13":
978
- version "3.32.13"
979
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.32.13.tgz#dbfe221180361ab10f2e1a4b9d35f41c3aeb2a8e"
980
- integrity sha512-AiJ14GTCK3HqbHqhZ+G52vpLtkEKK2Liy5FnpEed/a8DXQZGNHlatGvIANRBPwSSAhnP2JkyiFUHtHHkc+ThYA==
1045
+ "@salesforce/core@3.32.14":
1046
+ version "3.32.14"
1047
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.32.14.tgz#8746656d72776f27bc2cbfba7344d4f7ddd236ca"
1048
+ integrity sha512-2hpjdYgVFdi9Bgihw8skElhbCi3U0uowrsoCNljtCHrxnm+ORyqwsdDAnNemKUPBL9JGX4ASfWcD4m7F8m9Ysw==
981
1049
  dependencies:
982
1050
  "@salesforce/bunyan" "^2.0.0"
983
1051
  "@salesforce/kit" "^1.8.0"
@@ -1188,6 +1256,13 @@
1188
1256
  dependencies:
1189
1257
  "@types/node" "*"
1190
1258
 
1259
+ "@types/cli-progress@^3.11.0":
1260
+ version "3.11.0"
1261
+ resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
1262
+ integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
1263
+ dependencies:
1264
+ "@types/node" "*"
1265
+
1191
1266
  "@types/expect@^1.20.4":
1192
1267
  version "1.20.4"
1193
1268
  resolved "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz"
@@ -1328,14 +1403,14 @@
1328
1403
  dependencies:
1329
1404
  "@types/node" "*"
1330
1405
 
1331
- "@typescript-eslint/eslint-plugin@5.48.1":
1332
- version "5.48.1"
1333
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.1.tgz#deee67e399f2cb6b4608c935777110e509d8018c"
1334
- integrity sha512-9nY5K1Rp2ppmpb9s9S2aBiF3xo5uExCehMDmYmmFqqyxgenbHJ3qbarcLt4ITgaD6r/2ypdlcFRdcuVPnks+fQ==
1406
+ "@typescript-eslint/eslint-plugin@5.48.2":
1407
+ version "5.48.2"
1408
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.48.2.tgz#112e6ae1e23a1dc8333ce82bb9c65c2608b4d8a3"
1409
+ integrity sha512-sR0Gja9Ky1teIq4qJOl0nC+Tk64/uYdX+mi+5iB//MH8gwyx8e3SOyhEzeLZEFEEfCaLf8KJq+Bd/6je1t+CAg==
1335
1410
  dependencies:
1336
- "@typescript-eslint/scope-manager" "5.48.1"
1337
- "@typescript-eslint/type-utils" "5.48.1"
1338
- "@typescript-eslint/utils" "5.48.1"
1411
+ "@typescript-eslint/scope-manager" "5.48.2"
1412
+ "@typescript-eslint/type-utils" "5.48.2"
1413
+ "@typescript-eslint/utils" "5.48.2"
1339
1414
  debug "^4.3.4"
1340
1415
  ignore "^5.2.0"
1341
1416
  natural-compare-lite "^1.4.0"
@@ -1350,14 +1425,14 @@
1350
1425
  dependencies:
1351
1426
  "@typescript-eslint/utils" "5.35.1"
1352
1427
 
1353
- "@typescript-eslint/parser@5.48.1":
1354
- version "5.48.1"
1355
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1356
- integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1428
+ "@typescript-eslint/parser@5.48.2":
1429
+ version "5.48.2"
1430
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
1431
+ integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
1357
1432
  dependencies:
1358
- "@typescript-eslint/scope-manager" "5.48.1"
1359
- "@typescript-eslint/types" "5.48.1"
1360
- "@typescript-eslint/typescript-estree" "5.48.1"
1433
+ "@typescript-eslint/scope-manager" "5.48.2"
1434
+ "@typescript-eslint/types" "5.48.2"
1435
+ "@typescript-eslint/typescript-estree" "5.48.2"
1361
1436
  debug "^4.3.4"
1362
1437
 
1363
1438
  "@typescript-eslint/scope-manager@5.35.1":
@@ -1376,21 +1451,21 @@
1376
1451
  "@typescript-eslint/types" "5.48.0"
1377
1452
  "@typescript-eslint/visitor-keys" "5.48.0"
1378
1453
 
1379
- "@typescript-eslint/scope-manager@5.48.1":
1380
- version "5.48.1"
1381
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1382
- integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
1454
+ "@typescript-eslint/scope-manager@5.48.2":
1455
+ version "5.48.2"
1456
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc"
1457
+ integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==
1383
1458
  dependencies:
1384
- "@typescript-eslint/types" "5.48.1"
1385
- "@typescript-eslint/visitor-keys" "5.48.1"
1459
+ "@typescript-eslint/types" "5.48.2"
1460
+ "@typescript-eslint/visitor-keys" "5.48.2"
1386
1461
 
1387
- "@typescript-eslint/type-utils@5.48.1":
1388
- version "5.48.1"
1389
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.1.tgz#5d94ac0c269a81a91ad77c03407cea2caf481412"
1390
- integrity sha512-Hyr8HU8Alcuva1ppmqSYtM/Gp0q4JOp1F+/JH5D1IZm/bUBrV0edoewQZiEc1r6I8L4JL21broddxK8HAcZiqQ==
1462
+ "@typescript-eslint/type-utils@5.48.2":
1463
+ version "5.48.2"
1464
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz#7d3aeca9fa37a7ab7e3d9056a99b42f342c48ad7"
1465
+ integrity sha512-QVWx7J5sPMRiOMJp5dYshPxABRoZV1xbRirqSk8yuIIsu0nvMTZesKErEA3Oix1k+uvsk8Cs8TGJ6kQ0ndAcew==
1391
1466
  dependencies:
1392
- "@typescript-eslint/typescript-estree" "5.48.1"
1393
- "@typescript-eslint/utils" "5.48.1"
1467
+ "@typescript-eslint/typescript-estree" "5.48.2"
1468
+ "@typescript-eslint/utils" "5.48.2"
1394
1469
  debug "^4.3.4"
1395
1470
  tsutils "^3.21.0"
1396
1471
 
@@ -1404,10 +1479,10 @@
1404
1479
  resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.0.tgz"
1405
1480
  integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
1406
1481
 
1407
- "@typescript-eslint/types@5.48.1":
1408
- version "5.48.1"
1409
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1410
- integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
1482
+ "@typescript-eslint/types@5.48.2":
1483
+ version "5.48.2"
1484
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e"
1485
+ integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==
1411
1486
 
1412
1487
  "@typescript-eslint/typescript-estree@5.35.1":
1413
1488
  version "5.35.1"
@@ -1435,13 +1510,13 @@
1435
1510
  semver "^7.3.7"
1436
1511
  tsutils "^3.21.0"
1437
1512
 
1438
- "@typescript-eslint/typescript-estree@5.48.1":
1439
- version "5.48.1"
1440
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1441
- integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
1513
+ "@typescript-eslint/typescript-estree@5.48.2":
1514
+ version "5.48.2"
1515
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0"
1516
+ integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==
1442
1517
  dependencies:
1443
- "@typescript-eslint/types" "5.48.1"
1444
- "@typescript-eslint/visitor-keys" "5.48.1"
1518
+ "@typescript-eslint/types" "5.48.2"
1519
+ "@typescript-eslint/visitor-keys" "5.48.2"
1445
1520
  debug "^4.3.4"
1446
1521
  globby "^11.1.0"
1447
1522
  is-glob "^4.0.3"
@@ -1460,16 +1535,16 @@
1460
1535
  eslint-scope "^5.1.1"
1461
1536
  eslint-utils "^3.0.0"
1462
1537
 
1463
- "@typescript-eslint/utils@5.48.1":
1464
- version "5.48.1"
1465
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.1.tgz#20f2f4e88e9e2a0961cbebcb47a1f0f7da7ba7f9"
1466
- integrity sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==
1538
+ "@typescript-eslint/utils@5.48.2":
1539
+ version "5.48.2"
1540
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.2.tgz#3777a91dcb22b8499a25519e06eef2e9569295a3"
1541
+ integrity sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==
1467
1542
  dependencies:
1468
1543
  "@types/json-schema" "^7.0.9"
1469
1544
  "@types/semver" "^7.3.12"
1470
- "@typescript-eslint/scope-manager" "5.48.1"
1471
- "@typescript-eslint/types" "5.48.1"
1472
- "@typescript-eslint/typescript-estree" "5.48.1"
1545
+ "@typescript-eslint/scope-manager" "5.48.2"
1546
+ "@typescript-eslint/types" "5.48.2"
1547
+ "@typescript-eslint/typescript-estree" "5.48.2"
1473
1548
  eslint-scope "^5.1.1"
1474
1549
  eslint-utils "^3.0.0"
1475
1550
  semver "^7.3.7"
@@ -1504,12 +1579,12 @@
1504
1579
  "@typescript-eslint/types" "5.48.0"
1505
1580
  eslint-visitor-keys "^3.3.0"
1506
1581
 
1507
- "@typescript-eslint/visitor-keys@5.48.1":
1508
- version "5.48.1"
1509
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1510
- integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
1582
+ "@typescript-eslint/visitor-keys@5.48.2":
1583
+ version "5.48.2"
1584
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060"
1585
+ integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==
1511
1586
  dependencies:
1512
- "@typescript-eslint/types" "5.48.1"
1587
+ "@typescript-eslint/types" "5.48.2"
1513
1588
  eslint-visitor-keys "^3.3.0"
1514
1589
 
1515
1590
  JSONStream@^1.0.4:
@@ -1780,7 +1855,7 @@ array.prototype.flat@^1.3.1:
1780
1855
  es-abstract "^1.20.4"
1781
1856
  es-shim-unscopables "^1.0.0"
1782
1857
 
1783
- array.prototype.flatmap@^1.3.0:
1858
+ array.prototype.flatmap@^1.3.1:
1784
1859
  version "1.3.1"
1785
1860
  resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
1786
1861
  integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -3273,14 +3348,14 @@ eslint-plugin-header@3.1.1:
3273
3348
  resolved "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz"
3274
3349
  integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
3275
3350
 
3276
- eslint-plugin-import@2.27.4:
3277
- version "2.27.4"
3278
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
3279
- integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
3351
+ eslint-plugin-import@2.27.5:
3352
+ version "2.27.5"
3353
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
3354
+ integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
3280
3355
  dependencies:
3281
3356
  array-includes "^3.1.6"
3282
3357
  array.prototype.flat "^1.3.1"
3283
- array.prototype.flatmap "^1.3.0"
3358
+ array.prototype.flatmap "^1.3.1"
3284
3359
  debug "^3.2.7"
3285
3360
  doctrine "^2.1.0"
3286
3361
  eslint-import-resolver-node "^0.3.7"
@@ -3301,10 +3376,10 @@ eslint-plugin-jest@27.2.1:
3301
3376
  dependencies:
3302
3377
  "@typescript-eslint/utils" "^5.10.0"
3303
3378
 
3304
- eslint-plugin-jsdoc@39.6.4:
3305
- version "39.6.4"
3306
- resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz"
3307
- integrity sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==
3379
+ eslint-plugin-jsdoc@39.6.6:
3380
+ version "39.6.6"
3381
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.6.tgz#afd1bda03143b339148faf92524b2f3e4695c0e3"
3382
+ integrity sha512-cFkmcdMYHw4XwA4fM5Rdopn9wB2p+Yu966F/6fa9C/oIMH99+YCfhH3+qXMc39VX9KYZ0d/KHgUbKo8D7N/27A==
3308
3383
  dependencies:
3309
3384
  "@es-joy/jsdoccomment" "~0.36.1"
3310
3385
  comment-parser "1.3.1"
@@ -5967,12 +6042,12 @@ object.values@^1.1.6:
5967
6042
  define-properties "^1.1.4"
5968
6043
  es-abstract "^1.20.4"
5969
6044
 
5970
- oclif@3.4.3:
5971
- version "3.4.3"
5972
- resolved "https://registry.npmjs.org/oclif/-/oclif-3.4.3.tgz"
5973
- integrity sha512-Kg8ezSJvDluazG6eyN+TeoryaFn3i9utKVty2hy6I0FUy6QcPnbl8+MCha4Jwc+x5+pA46Tu0n2cnjUcWqp56w==
6045
+ oclif@3.5.0:
6046
+ version "3.5.0"
6047
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.5.0.tgz#a23ae420c75596b9cd2d19df372e84a7a65df38a"
6048
+ integrity sha512-1e2/Mm9/QdaLu8J4KWynNRUPNtT4ptNBtFxu2GbezFvPmLw8glxJXCs2czz5x2GEPxc6BBZ9cN7tPKPYKC/iAw==
5974
6049
  dependencies:
5975
- "@oclif/core" "^1.20.4"
6050
+ "@oclif/core" "^2.0.2-beta.6"
5976
6051
  "@oclif/plugin-help" "^5.1.19"
5977
6052
  "@oclif/plugin-not-found" "^2.3.7"
5978
6053
  "@oclif/plugin-warn-if-update-available" "^2.0.14"
@@ -6781,10 +6856,10 @@ reusify@^1.0.4:
6781
6856
  resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
6782
6857
  integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
6783
6858
 
6784
- rimraf@4.0.7:
6785
- version "4.0.7"
6786
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.7.tgz#f438c7d6a2d5e5cca1d81e3904a48ac7b053a542"
6787
- integrity sha512-CUEDDrZvc0swDgVdXGiv3FcYYQMpJxjvSGt85Amj6yU+MCVWurrLCeLiJDdJPHCzNJnwuebBEdcO//eP11Xa7w==
6859
+ rimraf@4.1.1:
6860
+ version "4.1.1"
6861
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.1.tgz#ec29817863e5d82d22bca82f9dc4325be2f1e72b"
6862
+ integrity sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==
6788
6863
 
6789
6864
  rimraf@^3.0.0, rimraf@^3.0.2:
6790
6865
  version "3.0.2"