sfdx-easy-sources 0.8.3 → 0.9.1-develop.1
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/lib/commands/easysources/allmeta/minify.d.ts +1 -0
- package/lib/commands/easysources/allmeta/minify.js +17 -2
- package/lib/commands/easysources/allmeta/minify.js.map +1 -1
- package/lib/commands/easysources/objecttranslations/merge.d.ts +1 -3
- package/lib/commands/easysources/objecttranslations/merge.js +46 -17
- package/lib/commands/easysources/objecttranslations/merge.js.map +1 -1
- package/lib/commands/easysources/objecttranslations/minify.d.ts +1 -3
- package/lib/commands/easysources/objecttranslations/minify.js +52 -32
- package/lib/commands/easysources/objecttranslations/minify.js.map +1 -1
- package/lib/commands/easysources/objecttranslations/split.js +79 -55
- package/lib/commands/easysources/objecttranslations/split.js.map +1 -1
- package/lib/commands/easysources/objecttranslations/upsert.d.ts +1 -3
- package/lib/commands/easysources/objecttranslations/upsert.js +109 -75
- package/lib/commands/easysources/objecttranslations/upsert.js.map +1 -1
- package/lib/commands/easysources/permissionsets/clean.js +4 -5
- package/lib/commands/easysources/permissionsets/clean.js.map +1 -1
- package/lib/commands/easysources/permissionsets/delete.js +4 -5
- package/lib/commands/easysources/permissionsets/delete.js.map +1 -1
- package/lib/commands/easysources/permissionsets/minify.js +52 -32
- package/lib/commands/easysources/permissionsets/minify.js.map +1 -1
- package/lib/commands/easysources/profiles/clean.js +4 -5
- package/lib/commands/easysources/profiles/clean.js.map +1 -1
- package/lib/commands/easysources/profiles/delete.js +4 -5
- package/lib/commands/easysources/profiles/delete.js.map +1 -1
- package/lib/commands/easysources/profiles/minify.js +52 -32
- package/lib/commands/easysources/profiles/minify.js.map +1 -1
- package/lib/commands/easysources/profiles/split.js +1 -1
- package/lib/commands/easysources/recordtypes/clean.js +5 -5
- package/lib/commands/easysources/recordtypes/clean.js.map +1 -1
- package/lib/commands/easysources/recordtypes/delete.js +5 -5
- package/lib/commands/easysources/recordtypes/delete.js.map +1 -1
- package/lib/commands/easysources/recordtypes/merge.js +24 -9
- package/lib/commands/easysources/recordtypes/merge.js.map +1 -1
- package/lib/commands/easysources/recordtypes/split.js +58 -40
- package/lib/commands/easysources/recordtypes/split.js.map +1 -1
- package/lib/commands/easysources/recordtypes/updatekey.js +38 -22
- package/lib/commands/easysources/recordtypes/updatekey.js.map +1 -1
- package/lib/commands/easysources/recordtypes/upsert.js +90 -64
- package/lib/commands/easysources/recordtypes/upsert.js.map +1 -1
- package/lib/commands/easysources/translations/minify.js +53 -31
- package/lib/commands/easysources/translations/minify.js.map +1 -1
- package/lib/utils/commands/keyupdater.d.ts +5 -1
- package/lib/utils/commands/keyupdater.js +37 -23
- package/lib/utils/commands/keyupdater.js.map +1 -1
- package/lib/utils/commands/merger.d.ts +4 -0
- package/lib/utils/commands/merger.js +11 -5
- package/lib/utils/commands/merger.js.map +1 -1
- package/lib/utils/commands/splitter.d.ts +5 -1
- package/lib/utils/commands/splitter.js +62 -48
- package/lib/utils/commands/splitter.js.map +1 -1
- package/lib/utils/commands/upserter.d.ts +3 -3
- package/lib/utils/commands/upserter.js +128 -102
- package/lib/utils/commands/upserter.js.map +1 -1
- package/lib/utils/commands/utils.d.ts +11 -0
- package/lib/utils/commands/utils.js +35 -1
- package/lib/utils/commands/utils.js.map +1 -1
- package/lib/utils/constants/constants_applications.d.ts +2 -8
- package/lib/utils/constants/constants_globalvaluesets.d.ts +2 -8
- package/lib/utils/constants/constants_globalvaluesettranslations.d.ts +2 -8
- package/lib/utils/constants/constants_labels.d.ts +2 -8
- package/lib/utils/constants/constants_objecttranslations.d.ts +14 -56
- package/lib/utils/constants/constants_permissionsets.d.ts +2 -8
- package/lib/utils/constants/constants_profiles.d.ts +4 -16
- package/lib/utils/constants/constants_translations.d.ts +12 -48
- package/lib/utils/csvWriter.d.ts +9 -0
- package/lib/utils/csvWriter.js +53 -0
- package/lib/utils/csvWriter.js.map +1 -0
- package/lib/utils/utils.d.ts +1 -4
- package/lib/utils/utils.js +8 -1
- package/lib/utils/utils.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.3","commands":{"hello:org":{"id":"hello:org","description":"print a greeting and your org IDs","strict":true,"usage":"<%= command.id %> [-n <string>] [-f] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com","sfdx hello:org --name myname --targetusername myOrg@example.com"],"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"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"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},"name":{"name":"name","type":"option","char":"n","description":"name to print","multiple":false},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"name":{"kind":"string","char":"n","description":"name to print","input":[],"multiple":false,"type":"option"},"force":{"kind":"boolean","char":"f","description":"example boolean flag","allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":true,"requiresProject":false},"easysources:allmeta:merge":{"id":"easysources:allmeta:merge","description":"Merge back csv files into metadata files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all merge","sf easysources all merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:minify":{"id":"easysources:allmeta:minify","description":"Minify all supported csv files. Through this command all the csv rows that don't have a meaningful value will be removed.","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all minify","sf easysources all minify -x './force-app/src/default'","sf easysources all minify -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:retrieve":{"id":"easysources:allmeta:retrieve","description":"Retrieves all the sources from an org - Note: can still have problems if packages of profiles/permissionsets have more than 10000 resources","strict":true,"usage":"<%= command.id %> -r <string> [-m <string>] [-x <string>] [-c <string>] [-k] [-n <string>] [-l <string>] [-t] [-e] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources allmeta retrieve -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' -n 9000","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' --clean --split-merge","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' --dont-retrieve"],"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"},"manifest":{"name":"manifest","type":"option","char":"m","description":"Optionally specify a package.xml to be downloaded ","multiple":false},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for csv files. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"r","description":"Specify the alias of the target org ","required":true,"multiple":false},"dont-retrieve":{"name":"dont-retrieve","type":"boolean","char":"k","description":"Optionally specify to not retrieve the sources. Default: 'false'","allowNo":false},"resnumb":{"name":"resnumb","type":"option","char":"n","description":"Specify the maximum number of resources in a package. Default: '8000'","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"split-merge":{"name":"split-merge","type":"boolean","char":"t","description":"Optionally specify if split and merge of all metadata must be run after retrieve. Default: 'false'","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"e","description":"Optionally clean xml, csv and log directories. Use only when the retrieved is tested successfully and in a git environment, as this option delete sources. Default: 'false'","allowNo":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"manifest":{"kind":"string","char":"m","description":"Optionally specify a package.xml to be downloaded ","input":[],"multiple":false,"type":"option"},"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"r","description":"Specify the alias of the target org ","required":true,"input":[],"multiple":false,"type":"option"},"dont-retrieve":{"kind":"boolean","char":"k","description":"Optionally specify to not retrieve the sources. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"resnumb":{"kind":"string","char":"n","description":"Specify the maximum number of resources in a package. Default: '8000'","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"split-merge":{"kind":"boolean","char":"t","description":"Optionally specify if split and merge of all metadata must be run after retrieve. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"clean":{"kind":"boolean","char":"e","description":"Optionally clean xml, csv and log directories. Use only when the retrieved is tested successfully and in a git environment, as this option delete sources. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:split":{"id":"easysources:allmeta:split","description":"Splits metadata files into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all split","sf easysources all split -x './force-app/src/default'","sf easysources all split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:upsert":{"id":"easysources:allmeta:upsert","description":"Upsert csv files based on metadata files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all upsert","sf easysources all upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:applications:arealigned":{"id":"easysources:applications:arealigned","description":"Validates alignment between XML and CSV representations of applications using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications arealigned","sf easysources applications arealigned --mode string","sf easysources applications arealigned --mode logic","sf easysources applications arealigned -i Sales,Service -m string","sf easysources applications arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of application names to validate (without extension). If not specified, all applications will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of application names to validate (without extension). If not specified, all applications will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:applications:merge":{"id":"easysources:applications:merge","description":"Merge back csv files into applications","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications merge","sf easysources applications merge -i 'Sales'","sf easysources applications merge -i 'Sales,Marketing'","sf easysources applications merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output applications. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application dir in input. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application dir in input. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:split":{"id":"easysources:applications:split","description":"Splits applications into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications split","sf easysources applications split -x './force-app/src/default' -c './easysources'","sf easysources applications split -x './force-app/src/default' -i 'Sales'","sf easysources applications split -x './force-app/src/default' -i 'Sales,Marketing'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input xml applications. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv applications. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application file in input. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input xml applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application file in input. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:updatekey":{"id":"easysources:applications:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications updatekey","sf easysources applications updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv applications. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application. Example: Sales","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application. Example: Sales","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:upsert":{"id":"easysources:applications:upsert","description":"Upsert csv files based on applications","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications upsert","sf easysources applications upsert -i 'Sales,Marketing'","sf easysources applications upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input xml application folder. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv application folder. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input xml application folder. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv application folder. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:arealigned":{"id":"easysources:globalvaluesets:arealigned","description":"Validates alignment between XML and CSV representations of global value sets using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets arealigned","sf easysources globalvaluesets arealigned --mode string","sf easysources globalvaluesets arealigned --mode logic","sf easysources globalvaluesets arealigned -i Priority,Status -m string","sf easysources globalvaluesets arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of global value set names to validate (without extension). If not specified, all global value sets will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of global value set names to validate (without extension). If not specified, all global value sets will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:merge":{"id":"easysources:globalvaluesets:merge","description":"Merge back csv files into globalvaluesets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets merge","sf easysources globalvaluesets merge -i 'MyGlobalValueSet'","sf easysources globalvaluesets merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset dir in input. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset dir in input. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:split":{"id":"easysources:globalvaluesets:split","description":"Splits globalvaluesets into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets split","sf easysources globalvaluesets split -i 'MyGlobalValueSet1'","sf easysources globalvaluesets split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset file in input. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset file in input. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:updatekey":{"id":"easysources:globalvaluesets:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets updatekey","sf easysources globalvaluesets updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:upsert":{"id":"easysources:globalvaluesets:upsert","description":"Upsert csv files based on globalvaluesets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets upsert","sf easysources globalvaluesets upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:arealigned":{"id":"easysources:globalvaluesettranslations:arealigned","description":"Validates alignment between XML and CSV representations of global value set translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations arealigned","sf easysources globalvaluesettranslations arealigned --mode string","sf easysources globalvaluesettranslations arealigned --mode logic","sf easysources globalvaluesettranslations arealigned -i Priority-en_US,Status-es -m string","sf easysources globalvaluesettranslations arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of global value set translation names to validate (without extension). If not specified, all global value set translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of global value set translation names to validate (without extension). If not specified, all global value set translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:merge":{"id":"easysources:globalvaluesettranslations:merge","description":"Merge back csv files into globalvaluesettranslations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations merge","sf easysources globalvaluesettranslations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation dir in input. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation dir in input. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:split":{"id":"easysources:globalvaluesettranslations:split","description":"Splits globalvaluesettranslations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations split","sf easysources globalvaluesettranslations split -x './force-app/src/default'","sf easysources globalvaluesettranslations split -x './force-app/src/default' -i 'MyGlobalValueSet-en_US'","sf easysources globalvaluesettranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation file in input. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation file in input. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:updatekey":{"id":"easysources:globalvaluesettranslations:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations updatekey","sf easysources globalvaluesettranslations updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:upsert":{"id":"easysources:globalvaluesettranslations:upsert","description":"Upsert csv files based on globalvaluesettranslations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations upsert","sf easysources globalvaluesettranslations upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:labels:arealigned":{"id":"easysources:labels:arealigned","description":"Validates alignment between XML and CSV representations of labels using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources labels arealigned","sf easysources labels arealigned --mode string","sf easysources labels arealigned --mode logic","sf easysources labels arealigned -i CustomLabels -m string","sf easysources labels arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:labels:merge":{"id":"easysources:labels:merge","description":"Merge back csv files into labels","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources labels merge","sf easysources labels merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output labels. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv file. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output labels. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv file. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:split":{"id":"easysources:labels:split","description":"Splits profiles into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles split","sf easysources profiles split -x './force-app/src/default'","sf easysources profiles split -i 'Admin'","sf easysources profiles split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:updatekey":{"id":"easysources:labels:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles updatekey","sf easysources profiles updatekey -c './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:upsert":{"id":"easysources:labels:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles upsert","sf easysources profiles upsert -i Admin","sf easysources profiles upsert -i 'Admin,Another Profile'","sf easysources profiles upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:arealigned":{"id":"easysources:objecttranslations:arealigned","description":"Validates alignment between XML and CSV representations of object translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations arealigned","sf easysources objecttranslations arealigned --mode string","sf easysources objecttranslations arealigned --mode logic","sf easysources objecttranslations arealigned -i Account-en_US,Contact-it_IT -m string","sf easysources objecttranslations arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources objecttranslations arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of object translation names to validate (format: ObjectName-Language). If not specified, all object translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of object translation names to validate (format: ObjectName-Language). If not specified, all object translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:clearempty":{"id":"easysources:objecttranslations:clearempty","description":"Clear empty CSV files from object translations and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources objecttranslations clearempty","$ sf easysources objecttranslations clearempty --input Account,Contact","$ sf easysources objecttranslations clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of object translation names to process. If not specified, all object translations will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of object translation names to process. If not specified, all object translations will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:merge":{"id":"easysources:objecttranslations:merge","description":"Merge back csv files into object translations. Please note that this merge will first delete all the fieldTranslation xml files in order to recreate them","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations merge","sf easysources objecttranslations merge -i 'MyObject1-en_US,MyObject1-es_CO'","sf easysources objecttranslations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a objectTranslation dir in input. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a objectTranslation dir in input. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:minify":{"id":"easysources:objecttranslations:minify","description":"Deletes references from csv files that don't contain a translation","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i MyObject-en_US"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv object translation. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv object translation. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:split":{"id":"easysources:objecttranslations:split","description":"Splits object translations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations split","sf easysources objecttranslations split -x './force-app/src/default'","sf easysources objecttranslations split -i 'MyObject1-en_US'","sf easysources objecttranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation file in input. Example: MyObject1-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation file in input. Example: MyObject1-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:upsert":{"id":"easysources:objecttranslations:upsert","description":"Upsert csv files based on object translations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations upsert","sf easysources objecttranslations upsert -i MyObject-en_US","sf easysources objecttranslations upsert -i 'MyObject-en_US,MyObject-es-CO'","sf easysources objecttranslations upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:arealigned":{"id":"easysources:permissionsets:arealigned","description":"Validates alignment between XML and CSV representations of permission sets using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets arealigned","sf easysources permissionsets arealigned --mode string","sf easysources permissionsets arealigned --mode logic","sf easysources permissionsets arealigned -i Admin_Access,Custom_Permissions -m string","sf easysources permissionsets arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources permissionsets arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of permission set names to validate (without extension). If not specified, all permission sets will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of permission set names to validate (without extension). If not specified, all permission sets will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:clean":{"id":"easysources:permissionsets:clean","description":"Deletes ghost references from csv files based on the resources on the repository or on the org","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-i <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-T] [-t <array>] [-d <array>] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets clean","sf easysources permissionsets clean --mode=log --target=local","sf easysources permissionsets clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources permissionsets clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv permission sets. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permission set. Example: MyPermissionSet","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"include-standard-tabs":{"name":"include-standard-tabs","type":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","allowNo":false},"skip-types":{"name":"skip-types","type":"option","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","multiple":false,"default":["Settings"]},"include-types":{"name":"include-types","type":"option","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","multiple":false,"default":[]},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv permission sets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permission set. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"include-standard-tabs":{"kind":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-types":{"kind":"array","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","default":["Settings"],"input":[],"multiple":false,"type":"option"},"include-types":{"kind":"array","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","default":[],"input":[],"multiple":false,"type":"option"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:clearempty":{"id":"easysources:permissionsets:clearempty","description":"Clear empty CSV files from permission sets and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources permissionsets clearempty","$ sf easysources permissionsets clearempty --input Admin_Access,Custom_Perms","$ sf easysources permissionsets clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of permission set names to process. If not specified, all permission sets will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of permission set names to process. If not specified, all permission sets will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:delete":{"id":"easysources:permissionsets:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets delete -t applicationVisibilities -k tagid","sf easysources permissionsets delete -t classAccesses -k tagid","sf easysources permissionsets delete -t fieldPermissions -k tagid","sf easysources permissionsets delete -t layoutAssignments -k tagid","sf easysources permissionsets delete -t objectPermissions -k tagid","sf easysources permissionsets delete -t pageAccesses -k tagid","sf easysources permissionsets delete -t recordTypeVisibilities -k tagid","sf easysources permissionsets delete -t tabVisibilities -k tagid","sf easysources permissionsets delete -t userPermissions -k tagid"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of resource you want to delete. Required.","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tagid you want to delete. Required","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tagid you want to delete. Required","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:merge":{"id":"easysources:permissionsets:merge","description":"Merge back csv files into permissionsets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets merge","sf easysources permissionsets merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset dir in input. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset dir in input. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:minify":{"id":"easysources:permissionsets:minify","description":"Deletes references from csv files that don't add value on the profile","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i Admin,AnotherProfile"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:split":{"id":"easysources:permissionsets:split","description":"Splits permissionsets into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets split","sf easysources permissionsets split -x './force-app/src/default'","sf easysources permissionsets split -x './force-app/src/default' -i 'MyPermissionSet'","sf easysources permissionsets split -x './force-app/src/default' -c './easysources'","sf easysources permissionsets split -x './force-app/src/default' -i 'MyPermissionSet' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset file in input. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset file in input. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:updatekey":{"id":"easysources:permissionsets:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets updatekey","sf easysources permissionsets updatekey -i './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:upsert":{"id":"easysources:permissionsets:upsert","description":"Upsert csv files based on permissionsets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets upsert","sf easysources permissionsets upsert -i './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet.","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, objectPermissions","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet.","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, objectPermissions","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:arealigned":{"id":"easysources:profiles:arealigned","description":"Validates alignment between XML and CSV representations of profiles using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles arealigned","sf easysources profiles arealigned --mode string","sf easysources profiles arealigned --mode logic","sf easysources profiles arealigned -i Admin,StandardUser -m string","sf easysources profiles arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources profiles arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of profile names to validate (without extension). If not specified, all profiles will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of profile names to validate (without extension). If not specified, all profiles will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:clean":{"id":"easysources:profiles:clean","description":"Deletes ghost references from csv files based on the resources on the repository or on the org","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-i <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-T] [-t <array>] [-d <array>] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles clean","sf easysources profiles clean --mode=log --target=local","sf easysources profiles clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources profiles clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"include-standard-tabs":{"name":"include-standard-tabs","type":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","allowNo":false},"skip-types":{"name":"skip-types","type":"option","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","multiple":false,"default":["Settings"]},"include-types":{"name":"include-types","type":"option","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","multiple":false,"default":[]},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"include-standard-tabs":{"kind":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-types":{"kind":"array","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","default":["Settings"],"input":[],"multiple":false,"type":"option"},"include-types":{"kind":"array","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","default":[],"input":[],"multiple":false,"type":"option"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:clearempty":{"id":"easysources:profiles:clearempty","description":"Clear empty CSV files from profiles and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources profiles clearempty","$ sf easysources profiles clearempty --input Admin,Sales","$ sf easysources profiles clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of profile names to process. If not specified, all profiles will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of profile names to process. If not specified, all profiles will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:delete":{"id":"easysources:profiles:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles delete -t applicationVisibilities -k tagid","sf easysources profiles delete -t classAccesses -k tagid","sf easysources profiles delete -t fieldPermissions -k tagid","sf easysources profiles delete -t layoutAssignments -k tagid","sf easysources profiles delete -t objectPermissions -k tagid","sf easysources profiles delete -t pageAccesses -k tagid","sf easysources profiles delete -t recordTypeVisibilities -k tagid","sf easysources profiles delete -t tabVisibilities -k tagid","sf easysources profiles delete -t userPermissions -k tagid"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of resource you want to delete. Required.","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tagid you want to delete. Required","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tagid you want to delete. Required","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:merge":{"id":"easysources:profiles:merge","description":"Merge back csv files into profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles merge","sf easysources profiles merge -i 'Admin,Another Profile'","sf easysources profiles merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile dir in input. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile dir in input. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:minify":{"id":"easysources:profiles:minify","description":"Deletes references from csv files that don't add value on the profile","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i Admin,AnotherProfile"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:split":{"id":"easysources:profiles:split","description":"Splits profiles into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-u true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles split","sf easysources profiles split -x './force-app/src/default'","sf easysources profiles split -i 'Admin'","sf easysources profiles split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile file in input. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"ignoreuserperm":{"name":"ignoreuserperm","type":"option","char":"u","description":"Specify if user permission must be ignored. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile file in input. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"ignoreuserperm":{"kind":"enum","helpValue":"(true|false)","char":"u","description":"Specify if user permission must be ignored. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:updatekey":{"id":"easysources:profiles:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles updatekey","sf easysources profiles updatekey -c './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:upsert":{"id":"easysources:profiles:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [-u true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles upsert","sf easysources profiles upsert -i Admin","sf easysources profiles upsert -i 'Admin,Another Profile'","sf easysources profiles upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, classAccesses","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"ignoreuserperm":{"name":"ignoreuserperm","type":"option","char":"u","description":"Specify if user permission must be ignored. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, classAccesses","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"ignoreuserperm":{"kind":"enum","helpValue":"(true|false)","char":"u","description":"Specify if user permission must be ignored. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:arealigned":{"id":"easysources:recordtypes:arealigned","description":"Validates alignment between XML and CSV representations of record types using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-s <string>] [-r <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes arealigned","sf easysources recordtypes arealigned --mode string","sf easysources recordtypes arealigned --mode logic","sf easysources recordtypes arealigned -s Account,Contact --mode string","sf easysources recordtypes arealigned -s Account -r Standard,Custom -m logic","sf easysources recordtypes arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources recordtypes arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of record type names to validate (without extension). If not specified, all record types will be validated","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Comma-separated list of object names to validate. If not specified, all objects will be processed","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Comma-separated list of specific record type names to validate within objects","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of record type names to validate (without extension). If not specified, all record types will be validated","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Comma-separated list of object names to validate. If not specified, all objects will be processed","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Comma-separated list of specific record type names to validate within objects","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:clean":{"id":"easysources:recordtypes:clean","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-s <string>] [-r <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recorodtypes clean","sf easysources recorodtypes clean --mode=log --target=local","sf easysources recorodtypes clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources recorodtypes clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv objects. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: Case","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv objects. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: Case","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:delete":{"id":"easysources:recordtypes:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-s <string>] [-r <string>] [-p <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordTypes delete -p MyPicklist -k fullname","sf easysources recordTypes delete -p MyPicklist -k fullname1,fullname2","sf easysources recordTypes delete -s Account -p MyPicklist -k fullname"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"picklist":{"name":"picklist","type":"option","char":"p","description":"Specify a picklist. Example: MyPicklist","multiple":false},"apiname":{"name":"apiname","type":"option","char":"k","description":"Specify the api name of resource you want to delete. Required.","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"picklist":{"kind":"string","char":"p","description":"Specify a picklist. Example: MyPicklist","input":[],"multiple":false,"type":"option"},"apiname":{"kind":"string","char":"k","description":"Specify the api name of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:merge":{"id":"easysources:recordtypes:merge","description":"Merge back csv files into recordtypes","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes merge","sf easysources recordtypes merge -x './force-app/src/default' -c './easysources'","sf easysources recordtypes merge -x './force-app/src/default' -s 'Account'","sf easysources recordtypes merge -x './force-app/src/default' -s 'Account' -r 'MyRecordType'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:split":{"id":"easysources:recordtypes:split","description":"Splits recordTypes into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes split","sf easysources recordtypes split -x './force-app/src/default'","sf easysources recordtypes split -x './force-app/src/default' -s 'Account'","sf easysources recordtypes split -x './force-app/src/default' -c './easysources'","sf easysources recordtypes split -x './force-app/src/default' -s 'Account' -r 'MyRecordType.recordType-meta.xml'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:updatekey":{"id":"easysources:recordtypes:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes updatekey","sf easysources recordtypes updatekey -x './force-app/src/default' -s 'Account'","sf easysources recordtypes updatekey -x './force-app/src/default' -s 'Account' -r 'MyRecordType'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:upsert":{"id":"easysources:recordtypes:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes upsert","sf easysources recordtypes upsert -x './force-app/src/default' -c './easysources'","sf easysources recordtypes upsert -x './force-app/src/default' -s 'Account'","sf easysources recordtypes upsert -x './force-app/src/default' -s 'Account' -r 'MyRecordType.recordType-meta.xml'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:settings:init":{"id":"easysources:settings:init","description":"Initialize the local settings file","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources settings init"],"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":{}},"easysources:translations:arealigned":{"id":"easysources:translations:arealigned","description":"Validates alignment between XML and CSV representations of translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources translations arealigned","sf easysources translations arealigned --mode string","sf easysources translations arealigned --mode logic","sf easysources translations arealigned -i en_US,it_IT -m string","sf easysources translations arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources translations arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of translation names to validate (without extension). If not specified, all translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of translation names to validate (without extension). If not specified, all translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:translations:clearempty":{"id":"easysources:translations:clearempty","description":"Clear empty CSV files from translations and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources translations clearempty","$ sf easysources translations clearempty --input en_US,it","$ sf easysources translations clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of translation names to process. If not specified, all translations will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of translation names to process. If not specified, all translations will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:translations:merge":{"id":"easysources:translations:merge","description":"Merge back csv files into translations.","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources translations merge","sf easysources translations merge -i 'en_US'","sf easysources translations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation dir in input. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation dir in input. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:minify":{"id":"easysources:translations:minify","description":"Deletes references from csv files that don't contain a translation","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i en_US"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv translation. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv translation. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:split":{"id":"easysources:translations:split","description":"Splits translations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations split","sf easysources objecttranslations split -x './force-app/src/default'","sf easysources objecttranslations split -i 'en_US'","sf easysources objecttranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation file in input. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation file in input. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:upsert":{"id":"easysources:translations:upsert","description":"Upsert csv files based on translations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations upsert","sf easysources objecttranslations upsert -i en_US","sf easysources objecttranslations upsert -i 'en_US,es-CO'","sf easysources objecttranslations upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an translation. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an translation. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}}}}
|
|
1
|
+
{"version":"0.9.1-develop.01","commands":{"hello:org":{"id":"hello:org","description":"print a greeting and your org IDs","strict":true,"usage":"<%= command.id %> [-n <string>] [-f] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com","sfdx hello:org --name myname --targetusername myOrg@example.com"],"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"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"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},"name":{"name":"name","type":"option","char":"n","description":"name to print","multiple":false},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"name":{"kind":"string","char":"n","description":"name to print","input":[],"multiple":false,"type":"option"},"force":{"kind":"boolean","char":"f","description":"example boolean flag","allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":true,"requiresProject":false},"easysources:allmeta:merge":{"id":"easysources:allmeta:merge","description":"Merge back csv files into metadata files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all merge","sf easysources all merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:minify":{"id":"easysources:allmeta:minify","description":"Minify all supported csv files. Through this command all the csv rows that don't have a meaningful value will be removed.","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all minify","sf easysources all minify -x './force-app/src/default'","sf easysources all minify -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:retrieve":{"id":"easysources:allmeta:retrieve","description":"Retrieves all the sources from an org - Note: can still have problems if packages of profiles/permissionsets have more than 10000 resources","strict":true,"usage":"<%= command.id %> -r <string> [-m <string>] [-x <string>] [-c <string>] [-k] [-n <string>] [-l <string>] [-t] [-e] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources allmeta retrieve -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias'","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' -n 9000","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' --clean --split-merge","sf easysources allmeta retrieve -x './force-app/src/default' -c './force-app/src/default' -r 'myOrgAlias' --dont-retrieve"],"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"},"manifest":{"name":"manifest","type":"option","char":"m","description":"Optionally specify a package.xml to be downloaded ","multiple":false},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for csv files. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"r","description":"Specify the alias of the target org ","required":true,"multiple":false},"dont-retrieve":{"name":"dont-retrieve","type":"boolean","char":"k","description":"Optionally specify to not retrieve the sources. Default: 'false'","allowNo":false},"resnumb":{"name":"resnumb","type":"option","char":"n","description":"Specify the maximum number of resources in a package. Default: '8000'","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"split-merge":{"name":"split-merge","type":"boolean","char":"t","description":"Optionally specify if split and merge of all metadata must be run after retrieve. Default: 'false'","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"e","description":"Optionally clean xml, csv and log directories. Use only when the retrieved is tested successfully and in a git environment, as this option delete sources. Default: 'false'","allowNo":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"manifest":{"kind":"string","char":"m","description":"Optionally specify a package.xml to be downloaded ","input":[],"multiple":false,"type":"option"},"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"r","description":"Specify the alias of the target org ","required":true,"input":[],"multiple":false,"type":"option"},"dont-retrieve":{"kind":"boolean","char":"k","description":"Optionally specify to not retrieve the sources. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"resnumb":{"kind":"string","char":"n","description":"Specify the maximum number of resources in a package. Default: '8000'","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"split-merge":{"kind":"boolean","char":"t","description":"Optionally specify if split and merge of all metadata must be run after retrieve. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"clean":{"kind":"boolean","char":"e","description":"Optionally clean xml, csv and log directories. Use only when the retrieved is tested successfully and in a git environment, as this option delete sources. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:split":{"id":"easysources:allmeta:split","description":"Splits metadata files into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all split","sf easysources all split -x './force-app/src/default'","sf easysources all split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:allmeta:upsert":{"id":"easysources:allmeta:upsert","description":"Upsert csv files based on metadata files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources all upsert","sf easysources all upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","multiple":false},"sequencial":{"name":"sequencial","type":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","allowNo":false}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input metadata files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sequencial":{"kind":"boolean","char":"s","description":"Optionally perform operation in sequence. Default: 'false'","default":false,"allowNo":false,"type":"boolean"}}},"easysources:applications:arealigned":{"id":"easysources:applications:arealigned","description":"Validates alignment between XML and CSV representations of applications using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications arealigned","sf easysources applications arealigned --mode string","sf easysources applications arealigned --mode logic","sf easysources applications arealigned -i Sales,Service -m string","sf easysources applications arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of application names to validate (without extension). If not specified, all applications will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of application names to validate (without extension). If not specified, all applications will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:applications:merge":{"id":"easysources:applications:merge","description":"Merge back csv files into applications","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications merge","sf easysources applications merge -i 'Sales'","sf easysources applications merge -i 'Sales,Marketing'","sf easysources applications merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output applications. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application dir in input. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application dir in input. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:split":{"id":"easysources:applications:split","description":"Splits applications into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications split","sf easysources applications split -x './force-app/src/default' -c './easysources'","sf easysources applications split -x './force-app/src/default' -i 'Sales'","sf easysources applications split -x './force-app/src/default' -i 'Sales,Marketing'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input xml applications. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv applications. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application file in input. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input xml applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application file in input. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:updatekey":{"id":"easysources:applications:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications updatekey","sf easysources applications updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv applications. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application. Example: Sales","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv applications. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application. Example: Sales","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:applications:upsert":{"id":"easysources:applications:upsert","description":"Upsert csv files based on applications","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources applications upsert","sf easysources applications upsert -i 'Sales,Marketing'","sf easysources applications upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input xml application folder. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output csv application folder. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a application. Example: Sales,Marketing","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input xml application folder. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output csv application folder. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a application. Example: Sales,Marketing","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:arealigned":{"id":"easysources:globalvaluesets:arealigned","description":"Validates alignment between XML and CSV representations of global value sets using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets arealigned","sf easysources globalvaluesets arealigned --mode string","sf easysources globalvaluesets arealigned --mode logic","sf easysources globalvaluesets arealigned -i Priority,Status -m string","sf easysources globalvaluesets arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of global value set names to validate (without extension). If not specified, all global value sets will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of global value set names to validate (without extension). If not specified, all global value sets will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:merge":{"id":"easysources:globalvaluesets:merge","description":"Merge back csv files into globalvaluesets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets merge","sf easysources globalvaluesets merge -i 'MyGlobalValueSet'","sf easysources globalvaluesets merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset dir in input. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset dir in input. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:split":{"id":"easysources:globalvaluesets:split","description":"Splits globalvaluesets into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets split","sf easysources globalvaluesets split -i 'MyGlobalValueSet1'","sf easysources globalvaluesets split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset file in input. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset file in input. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:updatekey":{"id":"easysources:globalvaluesets:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets updatekey","sf easysources globalvaluesets updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesets:upsert":{"id":"easysources:globalvaluesets:upsert","description":"Upsert csv files based on globalvaluesets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesets upsert","sf easysources globalvaluesets upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvalueset. Example: MyGlobalValueSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:arealigned":{"id":"easysources:globalvaluesettranslations:arealigned","description":"Validates alignment between XML and CSV representations of global value set translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations arealigned","sf easysources globalvaluesettranslations arealigned --mode string","sf easysources globalvaluesettranslations arealigned --mode logic","sf easysources globalvaluesettranslations arealigned -i Priority-en_US,Status-es -m string","sf easysources globalvaluesettranslations arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of global value set translation names to validate (without extension). If not specified, all global value set translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of global value set translation names to validate (without extension). If not specified, all global value set translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:merge":{"id":"easysources:globalvaluesettranslations:merge","description":"Merge back csv files into globalvaluesettranslations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations merge","sf easysources globalvaluesettranslations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation dir in input. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation dir in input. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:split":{"id":"easysources:globalvaluesettranslations:split","description":"Splits globalvaluesettranslations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations split","sf easysources globalvaluesettranslations split -x './force-app/src/default'","sf easysources globalvaluesettranslations split -x './force-app/src/default' -i 'MyGlobalValueSet-en_US'","sf easysources globalvaluesettranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation file in input. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation file in input. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:updatekey":{"id":"easysources:globalvaluesettranslations:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations updatekey","sf easysources globalvaluesettranslations updatekey -c './easysources'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:globalvaluesettranslations:upsert":{"id":"easysources:globalvaluesettranslations:upsert","description":"Upsert csv files based on globalvaluesettranslations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources globalvaluesettranslations upsert","sf easysources globalvaluesettranslations upsert -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output globalvaluesettranslations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a globalvaluesettranslation. Example: MyGlobalValueSet-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:labels:arealigned":{"id":"easysources:labels:arealigned","description":"Validates alignment between XML and CSV representations of labels using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources labels arealigned","sf easysources labels arealigned --mode string","sf easysources labels arealigned --mode logic","sf easysources labels arealigned -i CustomLabels -m string","sf easysources labels arealigned -x ./force-app/main/default -c ./easysources --mode logic"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:labels:merge":{"id":"easysources:labels:merge","description":"Merge back csv files into labels","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources labels merge","sf easysources labels merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output labels. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv file. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output labels. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv file. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:split":{"id":"easysources:labels:split","description":"Splits profiles into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles split","sf easysources profiles split -x './force-app/src/default'","sf easysources profiles split -i 'Admin'","sf easysources profiles split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:updatekey":{"id":"easysources:labels:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles updatekey","sf easysources profiles updatekey -c './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:labels:upsert":{"id":"easysources:labels:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles upsert","sf easysources profiles upsert -i Admin","sf easysources profiles upsert -i 'Admin,Another Profile'","sf easysources profiles upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:arealigned":{"id":"easysources:objecttranslations:arealigned","description":"Validates alignment between XML and CSV representations of object translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations arealigned","sf easysources objecttranslations arealigned --mode string","sf easysources objecttranslations arealigned --mode logic","sf easysources objecttranslations arealigned -i Account-en_US,Contact-it_IT -m string","sf easysources objecttranslations arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources objecttranslations arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of object translation names to validate (format: ObjectName-Language). If not specified, all object translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of object translation names to validate (format: ObjectName-Language). If not specified, all object translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:clearempty":{"id":"easysources:objecttranslations:clearempty","description":"Clear empty CSV files from object translations and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources objecttranslations clearempty","$ sf easysources objecttranslations clearempty --input Account,Contact","$ sf easysources objecttranslations clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of object translation names to process. If not specified, all object translations will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of object translation names to process. If not specified, all object translations will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:merge":{"id":"easysources:objecttranslations:merge","description":"Merge back csv files into object translations. Please note that this merge will first delete all the fieldTranslation xml files in order to recreate them","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations merge","sf easysources objecttranslations merge -i 'MyObject1-en_US,MyObject1-es_CO'","sf easysources objecttranslations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a objectTranslation dir in input. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a objectTranslation dir in input. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:minify":{"id":"easysources:objecttranslations:minify","description":"Deletes references from csv files that don't contain a translation","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i MyObject-en_US"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv object translation. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv object translation. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:split":{"id":"easysources:objecttranslations:split","description":"Splits object translations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations split","sf easysources objecttranslations split -x './force-app/src/default'","sf easysources objecttranslations split -i 'MyObject1-en_US'","sf easysources objecttranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation file in input. Example: MyObject1-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation file in input. Example: MyObject1-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:objecttranslations:upsert":{"id":"easysources:objecttranslations:upsert","description":"Upsert csv files based on object translations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations upsert","sf easysources objecttranslations upsert -i MyObject-en_US","sf easysources objecttranslations upsert -i 'MyObject-en_US,MyObject-es-CO'","sf easysources objecttranslations upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an object translation. Example: MyObject-en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output object translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an object translation. Example: MyObject-en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:arealigned":{"id":"easysources:permissionsets:arealigned","description":"Validates alignment between XML and CSV representations of permission sets using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets arealigned","sf easysources permissionsets arealigned --mode string","sf easysources permissionsets arealigned --mode logic","sf easysources permissionsets arealigned -i Admin_Access,Custom_Permissions -m string","sf easysources permissionsets arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources permissionsets arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of permission set names to validate (without extension). If not specified, all permission sets will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of permission set names to validate (without extension). If not specified, all permission sets will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:clean":{"id":"easysources:permissionsets:clean","description":"Deletes ghost references from csv files based on the resources on the repository or on the org","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-i <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-T] [-t <array>] [-d <array>] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets clean","sf easysources permissionsets clean --mode=log --target=local","sf easysources permissionsets clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources permissionsets clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv permission sets. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permission set. Example: MyPermissionSet","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"include-standard-tabs":{"name":"include-standard-tabs","type":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","allowNo":false},"skip-types":{"name":"skip-types","type":"option","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","multiple":false,"default":["Settings"]},"include-types":{"name":"include-types","type":"option","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","multiple":false,"default":[]},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv permission sets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permission set. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"include-standard-tabs":{"kind":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-types":{"kind":"array","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","default":["Settings"],"input":[],"multiple":false,"type":"option"},"include-types":{"kind":"array","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","default":[],"input":[],"multiple":false,"type":"option"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:clearempty":{"id":"easysources:permissionsets:clearempty","description":"Clear empty CSV files from permission sets and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources permissionsets clearempty","$ sf easysources permissionsets clearempty --input Admin_Access,Custom_Perms","$ sf easysources permissionsets clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of permission set names to process. If not specified, all permission sets will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of permission set names to process. If not specified, all permission sets will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:delete":{"id":"easysources:permissionsets:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets delete -t applicationVisibilities -k tagid","sf easysources permissionsets delete -t classAccesses -k tagid","sf easysources permissionsets delete -t fieldPermissions -k tagid","sf easysources permissionsets delete -t layoutAssignments -k tagid","sf easysources permissionsets delete -t objectPermissions -k tagid","sf easysources permissionsets delete -t pageAccesses -k tagid","sf easysources permissionsets delete -t recordTypeVisibilities -k tagid","sf easysources permissionsets delete -t tabVisibilities -k tagid","sf easysources permissionsets delete -t userPermissions -k tagid"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of resource you want to delete. Required.","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tagid you want to delete. Required","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tagid you want to delete. Required","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:merge":{"id":"easysources:permissionsets:merge","description":"Merge back csv files into permissionsets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets merge","sf easysources permissionsets merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset dir in input. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset dir in input. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:minify":{"id":"easysources:permissionsets:minify","description":"Deletes references from csv files that don't add value on the profile","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i Admin,AnotherProfile"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:split":{"id":"easysources:permissionsets:split","description":"Splits permissionsets into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets split","sf easysources permissionsets split -x './force-app/src/default'","sf easysources permissionsets split -x './force-app/src/default' -i 'MyPermissionSet'","sf easysources permissionsets split -x './force-app/src/default' -c './easysources'","sf easysources permissionsets split -x './force-app/src/default' -i 'MyPermissionSet' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset file in input. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset file in input. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:updatekey":{"id":"easysources:permissionsets:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets updatekey","sf easysources permissionsets updatekey -i './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:permissionsets:upsert":{"id":"easysources:permissionsets:upsert","description":"Upsert csv files based on permissionsets","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources permissionsets upsert","sf easysources permissionsets upsert -i './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a permissionset. Example: MyPermissionSet.","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, objectPermissions","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output permissionsets. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a permissionset. Example: MyPermissionSet.","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, objectPermissions","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:arealigned":{"id":"easysources:profiles:arealigned","description":"Validates alignment between XML and CSV representations of profiles using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles arealigned","sf easysources profiles arealigned --mode string","sf easysources profiles arealigned --mode logic","sf easysources profiles arealigned -i Admin,StandardUser -m string","sf easysources profiles arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources profiles arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of profile names to validate (without extension). If not specified, all profiles will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of profile names to validate (without extension). If not specified, all profiles will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:clean":{"id":"easysources:profiles:clean","description":"Deletes ghost references from csv files based on the resources on the repository or on the org","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-i <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-T] [-t <array>] [-d <array>] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles clean","sf easysources profiles clean --mode=log --target=local","sf easysources profiles clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources profiles clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"include-standard-tabs":{"name":"include-standard-tabs","type":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","allowNo":false},"skip-types":{"name":"skip-types","type":"option","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","multiple":false,"default":["Settings"]},"include-types":{"name":"include-types","type":"option","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","multiple":false,"default":[]},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"include-standard-tabs":{"kind":"boolean","char":"T","description":"Includes standard tabs. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-types":{"kind":"array","char":"t","description":"Skips types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. Default: 'Settings'","default":["Settings"],"input":[],"multiple":false,"type":"option"},"include-types":{"kind":"array","char":"d","description":"Includes only specified types. eg CustomField, ApexClass, UserPermissions, CustomSettingAccesses ecc. If empty, all types are included (except those in skip-types). Default: ''","default":[],"input":[],"multiple":false,"type":"option"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:clearempty":{"id":"easysources:profiles:clearempty","description":"Clear empty CSV files from profiles and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources profiles clearempty","$ sf easysources profiles clearempty --input Admin,Sales","$ sf easysources profiles clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of profile names to process. If not specified, all profiles will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of profile names to process. If not specified, all profiles will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:delete":{"id":"easysources:profiles:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles delete -t applicationVisibilities -k tagid","sf easysources profiles delete -t classAccesses -k tagid","sf easysources profiles delete -t fieldPermissions -k tagid","sf easysources profiles delete -t layoutAssignments -k tagid","sf easysources profiles delete -t objectPermissions -k tagid","sf easysources profiles delete -t pageAccesses -k tagid","sf easysources profiles delete -t recordTypeVisibilities -k tagid","sf easysources profiles delete -t tabVisibilities -k tagid","sf easysources profiles delete -t userPermissions -k tagid"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of resource you want to delete. Required.","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tagid you want to delete. Required","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tagid you want to delete. Required","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:merge":{"id":"easysources:profiles:merge","description":"Merge back csv files into profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles merge","sf easysources profiles merge -i 'Admin,Another Profile'","sf easysources profiles merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile dir in input. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile dir in input. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:minify":{"id":"easysources:profiles:minify","description":"Deletes references from csv files that don't add value on the profile","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i Admin,AnotherProfile"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:split":{"id":"easysources:profiles:split","description":"Splits profiles into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-u true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles split","sf easysources profiles split -x './force-app/src/default'","sf easysources profiles split -i 'Admin'","sf easysources profiles split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile file in input. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"ignoreuserperm":{"name":"ignoreuserperm","type":"option","char":"u","description":"Specify if user permission must be ignored. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile file in input. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"ignoreuserperm":{"kind":"enum","helpValue":"(true|false)","char":"u","description":"Specify if user permission must be ignored. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:updatekey":{"id":"easysources:profiles:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles updatekey","sf easysources profiles updatekey -c './force-app/src/default'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:profiles:upsert":{"id":"easysources:profiles:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-t <string>] [-k <string>] [-S true|false] [-u true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles upsert","sf easysources profiles upsert -i Admin","sf easysources profiles upsert -i 'Admin,Another Profile'","sf easysources profiles upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a profile. Example: Admin","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, classAccesses","multiple":false},"tagid":{"name":"tagid","type":"option","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"ignoreuserperm":{"name":"ignoreuserperm","type":"option","char":"u","description":"Specify if user permission must be ignored. Default 'false'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"false"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output profiles. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a profile. Example: Admin","input":[],"multiple":false,"type":"option"},"type":{"kind":"string","char":"t","description":"Specify the type of permission to upsert. Example: fieldPermissions, classAccesses","input":[],"multiple":false,"type":"option"},"tagid":{"kind":"string","char":"k","description":"Specify the tag ID(s) for the upsert operation. Use comma-separated values for multiple IDs","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"ignoreuserperm":{"kind":"enum","helpValue":"(true|false)","char":"u","description":"Specify if user permission must be ignored. Default 'false'","options":["true","false"],"default":"false","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:arealigned":{"id":"easysources:recordtypes:arealigned","description":"Validates alignment between XML and CSV representations of record types using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-s <string>] [-r <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes arealigned","sf easysources recordtypes arealigned --mode string","sf easysources recordtypes arealigned --mode logic","sf easysources recordtypes arealigned -s Account,Contact --mode string","sf easysources recordtypes arealigned -s Account -r Standard,Custom -m logic","sf easysources recordtypes arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources recordtypes arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of record type names to validate (without extension). If not specified, all record types will be validated","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Comma-separated list of object names to validate. If not specified, all objects will be processed","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Comma-separated list of specific record type names to validate within objects","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of record type names to validate (without extension). If not specified, all record types will be validated","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Comma-separated list of object names to validate. If not specified, all objects will be processed","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Comma-separated list of specific record type names to validate within objects","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:clean":{"id":"easysources:recordtypes:clean","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-u <string>] [-s <string>] [-r <string>] [-l <string>] [-m clean|log] [-g org|local|both] [-F] [-M] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recorodtypes clean","sf easysources recorodtypes clean --mode=log --target=local","sf easysources recorodtypes clean --mode=clean --target=org --orgname='myOrgAlias","sf easysources recorodtypes clean --mode=log --target=both --orgname='myOrgAlias"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv objects. Default: './force-app/main/default'","multiple":false},"orgname":{"name":"orgname","type":"option","char":"u","description":"Specify the alias of the org ","required":false,"multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: Case","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"log-dir":{"name":"log-dir","type":"option","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","multiple":false},"mode":{"name":"mode","type":"option","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","helpValue":"(clean|log)","multiple":false,"options":["clean","log"],"default":"clean"},"target":{"name":"target","type":"option","char":"g","description":"Specify a target execution. Default: 'both'","helpValue":"(org|local|both)","multiple":false,"options":["org","local","both"],"default":"both"},"include-standard-fields":{"name":"include-standard-fields","type":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","allowNo":false},"skip-manifest-creation":{"name":"skip-manifest-creation","type":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","allowNo":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv objects. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"orgname":{"kind":"string","char":"u","description":"Specify the alias of the org ","required":false,"input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: Case","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"log-dir":{"kind":"string","char":"l","description":"Optionally specify a dir for log files. Default: './easysources/log'","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(clean|log)","char":"m","description":"Specify the mode you want to run the command. 'clean' directly deletes ghost references, 'log' writes references in a file. Default: clean","options":["clean","log"],"default":"clean","input":[],"multiple":false,"type":"option"},"target":{"kind":"enum","helpValue":"(org|local|both)","char":"g","description":"Specify a target execution. Default: 'both'","options":["org","local","both"],"default":"both","input":[],"multiple":false,"type":"option"},"include-standard-fields":{"kind":"boolean","char":"F","description":"Includes standard fields. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"skip-manifest-creation":{"kind":"boolean","char":"M","description":"Skips manifest creation. Default: 'false'","default":false,"allowNo":false,"type":"boolean"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:delete":{"id":"easysources:recordtypes:delete","description":"Deletes references from csv files based on input","strict":true,"usage":"<%= command.id %> [-c <string>] [-s <string>] [-r <string>] [-p <string>] [-k <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordTypes delete -p MyPicklist -k fullname","sf easysources recordTypes delete -p MyPicklist -k fullname1,fullname2","sf easysources recordTypes delete -s Account -p MyPicklist -k fullname"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","multiple":false},"picklist":{"name":"picklist","type":"option","char":"p","description":"Specify a picklist. Example: MyPicklist","multiple":false},"apiname":{"name":"apiname","type":"option","char":"k","description":"Specify the api name of resource you want to delete. Required.","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a custom dir for input csv recordTypes. Default: '%s'","input":[],"multiple":false,"type":"option"},"picklist":{"kind":"string","char":"p","description":"Specify a picklist. Example: MyPicklist","input":[],"multiple":false,"type":"option"},"apiname":{"kind":"string","char":"k","description":"Specify the api name of resource you want to delete. Required.","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:merge":{"id":"easysources:recordtypes:merge","description":"Merge back csv files into recordtypes","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes merge","sf easysources recordtypes merge -x './force-app/src/default' -c './easysources'","sf easysources recordtypes merge -x './force-app/src/default' -s 'Account'","sf easysources recordtypes merge -x './force-app/src/default' -s 'Account' -r 'MyRecordType'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:split":{"id":"easysources:recordtypes:split","description":"Splits recordTypes into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes split","sf easysources recordtypes split -x './force-app/src/default'","sf easysources recordtypes split -x './force-app/src/default' -s 'Account'","sf easysources recordtypes split -x './force-app/src/default' -c './easysources'","sf easysources recordtypes split -x './force-app/src/default' -s 'Account' -r 'MyRecordType.recordType-meta.xml'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:updatekey":{"id":"easysources:recordtypes:updatekey","description":"Update _tagid on csv files, based on the other fields","strict":true,"usage":"<%= command.id %> [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes updatekey","sf easysources recordtypes updatekey -x './force-app/src/default' -s 'Account'","sf easysources recordtypes updatekey -x './force-app/src/default' -s 'Account' -r 'MyRecordType'"],"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"},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType'","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:recordtypes:upsert":{"id":"easysources:recordtypes:upsert","description":"Upsert csv files based on profiles","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-s <string>] [-r <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources recordtypes upsert","sf easysources recordtypes upsert -x './force-app/src/default' -c './easysources'","sf easysources recordtypes upsert -x './force-app/src/default' -s 'Account'","sf easysources recordtypes upsert -x './force-app/src/default' -s 'Account' -r 'MyRecordType.recordType-meta.xml'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","multiple":false},"object":{"name":"object","type":"option","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","multiple":false},"recordtype":{"name":"recordtype","type":"option","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output recordTypes. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"object":{"kind":"string","char":"s","description":"Specify an object for input recordTypes. Example: 'Account'","input":[],"multiple":false,"type":"option"},"recordtype":{"kind":"string","char":"r","description":"Specify a recordType. Example: 'MyRecordType.recordType-meta.xml","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:settings:init":{"id":"easysources:settings:init","description":"Initialize the local settings file","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources settings init"],"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":{}},"easysources:translations:arealigned":{"id":"easysources:translations:arealigned","description":"Validates alignment between XML and CSV representations of translations using string comparison or logic comparison","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [-m string|logic] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources translations arealigned","sf easysources translations arealigned --mode string","sf easysources translations arealigned --mode logic","sf easysources translations arealigned -i en_US,it_IT -m string","sf easysources translations arealigned -x ./force-app/main/default -c ./easysources --mode logic","sf easysources translations arealigned --sort false --mode string"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of translation names to validate (without extension). If not specified, all translations will be validated","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Sort CSV data before merging (default: true)","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"},"mode":{"name":"mode","type":"option","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","helpValue":"(string|logic)","multiple":false,"options":["string","logic"],"default":"string"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of translation names to validate (without extension). If not specified, all translations will be validated","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Sort CSV data before merging (default: true)","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"},"mode":{"kind":"enum","helpValue":"(string|logic)","char":"m","description":"Validation mode: 'string' for full string comparison, 'logic' for in-memory structure comparison (default: string)","options":["string","logic"],"default":"string","input":[],"multiple":false,"type":"option"}}},"easysources:translations:clearempty":{"id":"easysources:translations:clearempty","description":"Clear empty CSV files from translations and remove empty folders","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["$ sf easysources translations clearempty","$ sf easysources translations clearempty --input en_US,it","$ sf easysources translations clearempty --es-csv ./csv --sf-xml ./force-app"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Comma-separated list of translation names to process. If not specified, all translations will be processed","multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Salesforce XML source path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Easy Sources CSV path (default: ./force-app/main/default)","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Comma-separated list of translation names to process. If not specified, all translations will be processed","input":[],"multiple":false,"type":"option"}}},"easysources:translations:merge":{"id":"easysources:translations:merge","description":"Merge back csv files into translations.","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources translations merge","sf easysources translations merge -i 'en_US'","sf easysources translations merge -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation dir in input. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv files. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation dir in input. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:minify":{"id":"easysources:translations:minify","description":"Deletes references from csv files that don't contain a translation","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources profiles minify","sf easysources profiles minify -i en_US"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for input csv translation. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for xml sources. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for input csv translation. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:split":{"id":"easysources:translations:split","description":"Splits translations into various csv files","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations split","sf easysources objecttranslations split -x './force-app/src/default'","sf easysources objecttranslations split -i 'en_US'","sf easysources objecttranslations split -x './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify a translation file in input. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify a translation file in input. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}},"easysources:translations:upsert":{"id":"easysources:translations:upsert","description":"Upsert csv files based on translations","strict":true,"usage":"<%= command.id %> [-x <string>] [-c <string>] [-i <string>] [-S true|false] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-easy-sources","pluginAlias":"sfdx-easy-sources","pluginType":"core","aliases":[],"examples":["sf easysources objecttranslations upsert","sf easysources objecttranslations upsert -i en_US","sf easysources objecttranslations upsert -i 'en_US,es-CO'","sf easysources objecttranslations upsert -c './force-app/src/default' -c './easysources'"],"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"},"sf-xml":{"name":"sf-xml","type":"option","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","multiple":false},"es-csv":{"name":"es-csv","type":"option","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","multiple":false},"input":{"name":"input","type":"option","char":"i","description":"Specify an translation. Example: en_US","multiple":false},"sort":{"name":"sort","type":"option","char":"S","description":"Specify if split results must be sorted. Default 'true'","helpValue":"(true|false)","multiple":false,"options":["true","false"],"default":"true"}},"args":[{"name":"file"}],"flagsConfig":{"sf-xml":{"kind":"string","char":"x","description":"Specify a custom dir for input translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"es-csv":{"kind":"string","char":"c","description":"Specify a custom dir for output translations. Default: './force-app/main/default'","input":[],"multiple":false,"type":"option"},"input":{"kind":"string","char":"i","description":"Specify an translation. Example: en_US","input":[],"multiple":false,"type":"option"},"sort":{"kind":"enum","helpValue":"(true|false)","char":"S","description":"Specify if split results must be sorted. Default 'true'","options":["true","false"],"default":"true","input":[],"multiple":false,"type":"option"}}}}}
|