{"version":"0.0.364","commands":{"kalam:git:diff":{"id":"kalam:git:diff","description":"List out git diff files","usage":"<%= command.id %> [-p <string>] [-f <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    sfdx kalam:git:diff -p <pathToGitFolder | currentFolder> -f '<fromCommitId> -t <toCommitId> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"pathtogit":{"name":"pathtogit","type":"option","char":"p","description":"Path to git folder"},"fromcommitid":{"name":"fromcommitid","type":"option","char":"f","description":"From Commit-Id"},"tocommitid":{"name":"tocommitid","type":"option","char":"t","description":"To Commit-Id"}},"args":[]},"kalam:git:merge":{"id":"kalam:git:merge","description":"Merge git branches","usage":"<%= command.id %> [-s <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    sfdx kalam:git:merge -s <sourceBranch> -d <destinationBranch> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"sourcebranch":{"name":"sourcebranch","type":"option","char":"s","description":"Source Branch"},"destinationbranch":{"name":"destinationbranch","type":"option","char":"d","description":"Destination Branch"}},"args":[]},"mohanc:auto:cron":{"id":"mohanc:auto:cron","description":"Cron based scheduler","usage":"<%= command.id %> [-j <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Cron based scheduler **\n    \n    sfdx mohanc:auto:cron\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"jobfilename":{"name":"jobfilename","type":"option","char":"j","description":"Cron schedule information json"}},"args":[]},"mohanc:bre:expr":{"id":"mohanc:bre:expr","description":"Run Business Rules Engine","usage":"<%= command.id %> [-r <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n         Expression  \n           sfdx mohanc:bre:expr  -r <rulesFile> -f <factsFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rulesfile":{"name":"rulesfile","type":"option","char":"r","description":"Rules JSON file"},"factsfile":{"name":"factsfile","type":"option","char":"f","description":"Facts JSON file"}},"args":[]},"mohanc:bre:re":{"id":"mohanc:bre:re","description":"Run Business Rules Engine","usage":"<%= command.id %> [-r <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n          Business Rule Engine\n           sfdx mohanc:bre:re  -r <rulesFile> -f <factsFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rulesfile":{"name":"rulesfile","type":"option","char":"r","description":"Rules JSON file"},"factsfile":{"name":"factsfile","type":"option","char":"f","description":"Facts JSON file"}},"args":[]},"mohanc:codegen:pyscript":{"id":"mohanc:codegen:pyscript","description":"pyScript page generator for the given python code ","usage":"<%= command.id %> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** pyScript page generator for the given python code  **\n    sfdx mohanc:codegen:pyscript -p python_code  \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"pyfilename":{"name":"pyfilename","type":"option","char":"p","description":"Python file "}},"args":[]},"mohanc:codegen:script":{"id":"mohanc:codegen:script","description":"Bash code generator for the given type ","usage":"<%= command.id %> [-t <string>] [-l <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Bash code generator for the given type  **\n    sfdx mohanc:codegen:script -t case -l bash\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"codetype":{"name":"codetype","type":"option","char":"t","description":"Code type: example: case or if or while..."},"lang":{"name":"lang","type":"option","char":"l","description":"Language: bash | py "}},"args":[]},"mohanc:community:ema":{"id":"mohanc:community:ema","description":"List  Communities Externally Managed Accounts","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Communities Externally Managed Accounts\n           sfdx mohanc:community:list  -u <username> -i <communityId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"cid":{"name":"cid","type":"option","char":"i","description":"Community Id"}},"args":[]},"mohanc:community:list":{"id":"mohanc:community:list","description":"List  communities information   ","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List communities available \n           sfdx mohanc:community:list  -u <username> -i <communityId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"cid":{"name":"cid","type":"option","char":"i","description":"Community Id"}},"args":[]},"mohanc:community:publish":{"id":"mohanc:community:publish","description":"Publish the given community   ","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Publish given community\n           sfdx mohanc:community:publish  -u <username> -i <communityId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"cid":{"name":"cid","type":"option","char":"i","description":"Community Id"}},"args":[]},"mohanc:community:templates":{"id":"mohanc:community:templates","description":"List  communities templates   ","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List templates available\n           sfdx mohanc:community:templates  -u <username> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:data:export":{"id":"mohanc:data:export","description":"Data Export","usage":"<%= command.id %> [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":[" \n      # Scratch org \n      sfdx mohanc:data:export \n\n      // sandbox org:\n      sfdx mohanc:data:export  -u username\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:data:htmlDecode":{"id":"mohanc:data:htmlDecode","description":"Decodes html code, reads from stdin","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Decodes html code, reads from stdin **\n\n    cat input.txt | sfdx mohanc:data:htmlDecode \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"mohanc:data:jq":{"id":"mohanc:data:jq","description":"Runs jq filter on the given JSON input file","usage":"<%= command.id %> [-i <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs jq filter on the given JSON input file **\n\n    \n    sfdx mohanc:data:jq -i /tmp/Accounts.json -f '.records[0]' \n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:jq  -i $file  -f '.records[0]'\n    done\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"filter":{"name":"filter","type":"option","char":"f","description":"jq filter  to apply"}},"args":[]},"mohanc:data:loader":{"id":"mohanc:data:loader","description":"Loads Data into the given sObject","usage":"<%= command.id %> [-d <string>] [-n <string>] [-m <string>] [-l <string>] [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Loads Data into the given sObject **\n    sfdx mohanc:data:loader -u  mohan.chinnappan.n-hhet@force.com -d harvest_field.csv -n Harvest_Field__c -m batch\n    PriceBook2:\n     load: sfdx mohanc:data:loader -u TestOrg2 -d Pricebook2s.json  -n 'PriceBook2'\n     query: sfdx force:data:soql:query -q 'Select Id, Name FROM PriceBook2' -u TestOrg2\n\n    Product:\n     load:  sfdx mohanc:data:loader -u TestOrg2 -d Product2s.json  -n 'Product2' -m batch\n     query: sfdx force:data:soql:query -q 'Select id,Name,Description,ProductCode,isDeleted FROM Product2' -u TestOrg1\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datafile":{"name":"datafile","type":"option","char":"d","description":"data input file in JSON format you want to do the data loading. CSV file switch the mode to batch"},"sobjectname":{"name":"sobjectname","type":"option","char":"n","description":"name of sObject"},"mode":{"name":"mode","type":"option","char":"m","description":"batch or non-batch mode: batch|non-batch"},"loginfile":{"name":"loginfile","type":"option","char":"l","description":"Sandbox or Production or DE login credentials json file , 'none' value will select the scratch-org"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name to login into"}},"args":[{"name":"file"}]},"mohanc:data:query":{"id":"mohanc:data:query","description":"Execute SOQL Query","usage":"<%= command.id %> [-q <string>] [-l <string>] [-f <string>] [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** Execute SOQL Query **\n\n      Timing query execution:\n      sfdx mohanc:data:query  -u mohan.chinnappan.n.sel2@gmail.com -q ~/.soql/acct.soql  > /tmp/acct.csv 2> /tmp/time.txt\n\n      Running a list of query files in a folder:\n      time data is stored in /tmp/time.txt\n----------------------\n#!/bin/bash\n\nsoql_folder=\"/path/to/your/soql/files\"\n# Iterate over each SOQL file in the folder\nfor soql_file in \"$soql_folder\"/*.soql; do\n    if [ -f \"$soql_file\" ]; then\n        echo \"Running  sfdx mohanc:data:query for file: $soql_file\"\n        sfdx mohanc:data:query  -u <username>  -q \"$sql_file\" > \"$sql_file.csv\"  >> 2> /tmp/times.txt\n    fi\ndone\n----------------------\ncat /tmp/timings.txt \nFile: /Users/mchinnappan/.soql/acct.soql | Elapsed time: 296.800696 ms\n\n\n\n      Scratch org query\n        sfdx mohanc:data:query -q account.sql  -f csv\n\n      Sandbox/DE org: org40 query\n        sfdx mohanc:data:query -q account.sql  -l login.json  -o org40\n      Sandbox/DE org:\n        sfdx mohanc:data:query -q fsc/CustomPermission.sql -u mchinnappan-jei3@force.com -f json \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfilename":{"name":"queryfilename","type":"option","char":"q","description":"Input file having SOQL query"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"outputformat":{"name":"outputformat","type":"option","char":"f","description":"Query results output format csv|json"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"}},"args":[]},"mohanc:data:queryPlan":{"id":"mohanc:data:queryPlan","description":"Execute Query Plan for the given SOQL Query","usage":"<%= command.id %> [-q <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** Execute Query Plan for the given SOQL Query **\n\n        sfdx mohanc:data:queryPlan -q fsc/CustomPermission.sql -u mchinnappan-jei3@force.com \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfilename":{"name":"queryfilename","type":"option","char":"q","description":"Input file having SOQL query"}},"args":[]},"mohanc:data:tx":{"id":"mohanc:data:tx","description":"Runs data transformation on the given csv/psv input file","usage":"<%= command.id %> [-i <string>] [-t <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs data transformation on the given csv/psv input file **\n\n    sfdx mohanc:data:tx -i /tmp/input.psv  -t /tmp/tx.json  -d  '|'\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in csv/psv format you want to do the transformation"},"txfilename":{"name":"txfilename","type":"option","char":"t","description":"data transformation file in JSON format to apply"},"delim":{"name":"delim","type":"option","char":"d","description":"Field Delimiter (, or | )"}},"args":[]},"mohanc:data:vlookup":{"id":"mohanc:data:vlookup","description":"Runs VLookup on the given map and input files","usage":"<%= command.id %> [-m <string>] [-i <string>] [-d <string>] [-f <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs VLookup on the given map and input files **\n\n    sfdx mohanc:data:vlookup -m /tmp/cats.psv  -i /tmp/items.psv -d '|'\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"mapfilename":{"name":"mapfilename","type":"option","char":"m","description":"Map data file  you want use to read the mapping "},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input Data file you want to do the vlookup"},"delim":{"name":"delim","type":"option","char":"d","description":"Field Delimiter"},"mapfrom":{"name":"mapfrom","type":"option","char":"f","description":"Number for field for Map From ( e.g 'Fruit|1' record, Map From is 0 and Map is 1 )"},"mapto":{"name":"mapto","type":"option","char":"t","description":"Number for field for Map From ( e.g 'Fruit|1' record, Map From is 0 and Map is 1 )"}},"args":[]},"mohanc:data:xq":{"id":"mohanc:data:xq","description":"Runs xpath filter on the given xml input file","usage":"<%= command.id %> [-i <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs xpath filter on the given xml input file **\n\n    echo '<book><title>Harry Potter</title></book>' > book.xml\n    sfdx mohanc:data:xq -i book.xml -f '//title'\n    ---->\n    title: Harry Potter\n     Node: <title>Harry Potter</title> \n  \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in xml format "},"filter":{"name":"filter","type":"option","char":"f","description":"xpath filter  to apply"}},"args":[]},"mohanc:dwg:gv":{"id":"mohanc:dwg:gv","description":"Launches graphviz drawing editor for the given drawing input file content","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:dwg:gv -i <inputDotFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input Drawing file  in dot format"}},"args":[]},"mohanc:dwg:mermaid":{"id":"mohanc:dwg:mermaid","description":"Launches drawing editor for the given drawing input file content","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:dwg:mermaid -i <inputDwgFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input Drawing file in text format"}},"args":[]},"mohanc:dwg:seq":{"id":"mohanc:dwg:seq","description":"Launches seq drawing editor for the given drawing input file content","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:dwg:seq -i <inputDwgFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input Drawing file in text format"}},"args":[]},"mohanc:ea:query":{"id":"mohanc:ea:query","description":"Query a EA","usage":"<%= command.id %> [-l <string>] [-o <string>] [-r <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":[" \n      sfdx force:auth:web:login -r https://login.salesforce.com\n      $ sfdx force:org:list\n      === Orgs\n     ALIAS     USERNAME                            ORG ID              CONNECTED STATUS\n               mohan.chinnappan.n_ea@gmail.com     00D1N000001Tjk2UAC  Connected\n\n      sfdx mohanc:ea:query  -u  mohan.chinnappan.n_ea@gmail.com    -r dashboards > dashboards.json\n\n      resources:\n      1. dashboards\n      2. dataConnectorTypes\n      3. dataConnectors\n      4. dataflowjobs\n      5. folders\n      6. lenses\n      7. query\n      8. recipes\n      9. templates\n      10. trendedreports\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"},"resource":{"name":"resource","type":"option","char":"r","description":"EA resource : dashboards|dataConnectors|dataConnectorsTypes|dataflowJobs|datasets|folders|lenses|recipes|templates|trendedreports"}},"args":[]},"mohanc:etl:filter":{"id":"mohanc:etl:filter","description":"Filter a given CSV file as per the given Filter spec","usage":"<%= command.id %> [-i <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:etl:filter -i <inputFile> -t <filterSpecFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input CSV file"},"filter":{"name":"filter","type":"option","char":"f","description":"Filter spec file"}},"args":[]},"mohanc:etl:transform":{"id":"mohanc:etl:transform","description":"Transform a given CSV file as per the given transform spec","usage":"<%= command.id %> [-i <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:etl:transform -i <inputFile> -t <transformSpecFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input CSV file"},"transform":{"name":"transform","type":"option","char":"t","description":"Transform spec file"}},"args":[]},"mohanc:fsc:query":{"id":"mohanc:fsc:query","description":"Runs jq filter on the given JSON input file","usage":"<%= command.id %> [-i <string>] [-o <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs jq filter on the given JSON input file **\n\n    USAGE\n    sfdx mohanc:fsc:query -i /tmp/Accounts.json -f '.records[0]' -o /tmp/Accounts.out.json\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:fsc:query  -i $file -o $file.out.json -f '.records[0]'\n    done\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output data file  (JSON) you want transformed output to go to "},"filter":{"name":"filter","type":"option","char":"f","description":"jq filter  to apply"}},"args":[]},"mohanc:hello:jwt":{"id":"mohanc:hello:jwt","description":"JWT flow to get access_token","usage":"<%= command.id %> [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** JWT flow to get access_token **\n\n    sfdx mohanc:hello:jwt -c jwt.json\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"configfilename":{"name":"configfilename","type":"option","char":"c","description":"JWT config json file"}},"args":[]},"mohanc:hello:md":{"id":"mohanc:hello:md","description":"Provide Metadata info for the org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get metadata  for the connected org\n           sfdx mohanc:hello:md\n\n           Example:\n           sfdx mohanc:hello:md -u mohan.chinnappan.n.sel2@gmail.com | jq > ~/tmp/all-meta.json\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:hello:myorg":{"id":"mohanc:hello:myorg","description":"Connected org connection details","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get connection details for the connected org\n           sfdx mohanc:hello:myorg\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:hello:org":{"id":"mohanc:hello:org","description":"Prints a greeting and your org id(s)!","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-mohanc-plugins","pluginType":"core","aliases":[],"examples":["$ sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com\n  Hello world! This is org: MyOrg and I will be around until Tue Mar 20 2018!\n  My hub org id is: 00Dxx000000001234\n  ","$ sfdx hello:org --name myname --targetusername myOrg@example.com\n  Hello myname! This is org: MyOrg and I will be around until Tue Mar 20 2018!\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}]},"mohanc:ida:ocr":{"id":"mohanc:ida:ocr","description":"OCR a given document in the given language  ","usage":"<%= command.id %> [-i <string>] [-l <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** OCR a given document in the given language   **\n\n   sfdx mohanc:ida:ocr -i input.png  -l 'language'\n\n   Example:\n\n        # English from an image file\n        sfdx mohanc:ida:ocr -i img/eng_bw.png\n\n        # English from an image url\n        sfdx mohanc:ida:ocr -i https://tesseract.projectnaptha.com/img/eng_bw.png\n\n\n        # Tamil\n        sfdx mohanc:ida:ocr -i img/tam.png -l tam\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input file or url to scan  "},"lang":{"name":"lang","type":"option","char":"l","description":"Language for the doc, default is 'eng'; Language info available: https://tesseract-ocr.github.io/tessdoc/Data-Files-in-different-versions.html"}},"args":[]},"mohanc:md:describe":{"id":"mohanc:md:describe","description":"Describe SObject","usage":"<%= command.id %> [-s <string>] [-l <string>] [-o <string>] [-e <string>] [-i <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n   ## for scratch-org:\n   sfdx mohanc:md:describe -s RecordType\n   # For Sandbox/DE/PROD: Establish connection with:\n   #   In case of sandbox  use :    sfdx force:auth:web:login -r https://test.salesforce.com\n   #   In case of  PROD or DE use : sfdx force:auth:web:login -r https://login.salesforce.com\n   \n   ## for DE or sandbox or PROD, when you do not want to use OAUTH2:\n   # Sample login.json :https://mohan-chinnappan-n.github.io/dx/samples/login-sample.json\n   # sfdx mohanc:md:describe -s RecordType -l login.json -o org40\n   \n   ## ---- For full org metadata export: scratch org ----\n   sfdx mohanc:md:describeGlobal   > ObjectList.txt\n   sfdx mohanc:md:describe  -i ObjectList.txt\n   ## For full org metadata export: sandbox/DE/PROD org\n   sfdx mohanc:md:describeGlobal -u username   > ObjectList.txt\n   sfdx mohanc:md:describe -u username -i ObjectList.txt > org-md.csv\n\n   #-----------------------------------------------------------------------\n   ## ---- how to draw ER Diagram for the given SObjects along with model export for them ----\n   ## SObjects list is comma-separated as shown below:\n   ### If you have dot program installed in your OS, ERD will be drawn in svg format :\n   sfdx mohanc:md:describe -s Contact,Account -e contact-account.svg > contact-account.csv\n\n   ### for Sandbox/DE/PROD\n   sfdx mohanc:md:describe  -u USERNAME -s Contact,Account -e contact-account.svg > contact-account.csv\n\n   ### If you do NOT have dot program installed in your OS, ERD will be drawn in dot format :\n   sfdx mohanc:md:describe -s Contact,Account -e contact-account.dot > contact-account.csv\n   ### You can use our online dot-viewer: https://mohan-chinnappan-n.github.io/viz/viz.html  to view the model\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"sobjectnames":{"name":"sobjectnames","type":"option","char":"s","description":"SObjects  (comma separated) for which we need Describe"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"},"erdfilename":{"name":"erdfilename","type":"option","char":"e","description":"ERD output filename"},"sobjectlistfilename":{"name":"sobjectlistfilename","type":"option","char":"i","description":"SObjects (comma separated) file name "}},"args":[]},"mohanc:md:describeGlobal":{"id":"mohanc:md:describeGlobal","description":"Describe Global","usage":"<%= command.id %> [-l <string>] [-f <string>] [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":[" \n      # Scratch org query\n      sfdx mohanc:md:describeGlobal   > ObjectList.txt\n\n      // sandbox org: org40\n      sfdx mohanc:md:describeGlobal  -l login.json  -o org40 > ObjectList.txt\n      sfdx mohanc:md:describeGlobal  -u username\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"outputformat":{"name":"outputformat","type":"option","char":"f","description":"Query results output format"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"}},"args":[]},"mohanc:md:rename":{"id":"mohanc:md:rename","description":"Rename metadata","usage":"<%= command.id %> [-r <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n         Renames the given metadata type as given in the input file\n         sfdx mohanc:md:rename -r update.json\n\n         $ cat update.json | jq\n            {\n            \"updates\": [\n                {\n                \"mdtype\": \"CustomField\",\n                \"fullName\": \"Account.Hot_Status__c\",\n                \"label\": \"HOT STAT\",\n                \"type\": \"Text\",\n                \"length\": 12\n                }\n            ]\n            }\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"renamefile":{"name":"renamefile","type":"option","char":"r","description":"Rename input json file "}},"args":[]},"mohanc:mdapi:apexParser":{"id":"mohanc:mdapi:apexParser","description":"Parse the given Apex class","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Parses the given Apex class file \n           sfdx mohanc:mdapi:apexParser  -i <apexClassFile>\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input Apex class file to parse"}},"args":[]},"mohanc:mdapi:checkDeployStatus":{"id":"mohanc:mdapi:checkDeployStatus","description":"checkDeployStatus  for the given Id","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           checkDeployStatus for the given Id\n           sfdx mohanc:mdapi:checkDeployStatus  -u <username> -i <id>  \n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","char":"i","description":"Id to be checked"}},"args":[]},"mohanc:mdapi:checkRetrieveStatus":{"id":"mohanc:mdapi:checkRetrieveStatus","description":"checkRetrieveStatus  for the given Id","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           checkRetrieveStatus for the given id\n           sfdx mohanc:mdapi:checkRetrieveStatus  -u <username> -i <id>  \n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","char":"i","description":"Id to be checked for RetrieveStatus"}},"args":[]},"mohanc:mdapi:del":{"id":"mohanc:mdapi:del","description":"Delete metadata","usage":"<%= command.id %> [-i <string>] [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           remove metadata for the given metadata type and delete info \n           sfdx mohanc:mdapi:del  -u <username> -i <inputJSON>  -t <metadataType>\n\n           Example:\n           sfdx mohanc:mdapi:del -u mohan.chinnappan.n.sel@gmail.com -i delete.account.fields.json -t CustomField\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for the metadata type"},"type":{"name":"type","type":"option","char":"t","description":"Metadata type (e.g CustomField or CustomObject)"}},"args":[]},"mohanc:mdapi:delete":{"id":"mohanc:mdapi:delete","description":"Delete metadata","usage":"<%= command.id %> [-z <string>] [-o <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Deploy given zip file\n           sfdx mohanc:mdapi:delete  -u <username> -z <zipfile> -o <options JSON>\n           Example:\n           sfdx mohanc:mdapi:delete -u mohan.chinnappan.n_ea2@gmail.com -z zip.file.txt -o options.json\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"zipfile":{"name":"zipfile","type":"option","char":"z","description":"Zip File to deploy"},"optionsfile":{"name":"optionsfile","type":"option","char":"o","description":"Options JSON file"}},"args":[]},"mohanc:mdapi:deploy":{"id":"mohanc:mdapi:deploy","description":"Deploy given zip file","usage":"<%= command.id %> [-z <string>] [-o <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Deploy given zip file\n           sfdx mohanc:mdapi:deploy  -u <username> -z <zipfile> -o <options JSON>\n           Example:\n           sfdx mohanc:mdapi:deploy -u mohan.chinnappan.n_ea2@gmail.com -z zip.file.txt -o options.json\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"zipfile":{"name":"zipfile","type":"option","char":"z","description":"Zip File to deploy"},"optionsfile":{"name":"optionsfile","type":"option","char":"o","description":"Options JSON file"}},"args":[]},"mohanc:mdapi:df":{"id":"mohanc:mdapi:df","description":"List Dangling Fields","usage":"<%= command.id %> -i <string> -m <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List the dangling files when comparing with fields\n           sfdx mohanc:mdapi:df   -i <XMLfiles.json>  -m <Profile | PermissionSet>\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"xmls":{"name":"xmls","type":"option","char":"i","description":"JSON file with profile xml files","required":true},"type":{"name":"type","type":"option","char":"m","description":"Profile or PermissionSet","required":true,"default":"Profile"}},"args":[]},"mohanc:mdapi:list":{"id":"mohanc:mdapi:list","description":"List metadata","usage":"<%= command.id %> [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List the given metadata type\n           sfdx mohanc:mdapi:list  -u <username> -t <type>\n\n           sfdx mohanc:mdapi:list  -u user@mail.com -t ExperienceBundle \n           \n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"type":{"name":"type","type":"option","char":"t","description":"Metadata Type to list"}},"args":[]},"mohanc:mdapi:listFiles":{"id":"mohanc:mdapi:listFiles","description":"List Dangling Fields","usage":"<%= command.id %> [-p <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List the files of given metadata type \n           \n           sfdx mohanc:mdapi:listFiles  -p <projectPath>  -t <metadataType>\n\n           Example:\n           sfdx mohanc:mdapi:listFiles  -p src -t <profiles | permissionsets >\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"projectpath":{"name":"projectpath","type":"option","char":"p","description":"Project location (say src)"},"type":{"name":"type","type":"option","char":"t","description":"Metadata type (e.g profiles)"}},"args":[]},"mohanc:mdapi:ls":{"id":"mohanc:mdapi:ls","description":"List metadata","usage":"<%= command.id %> [-i <string>] [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List metadata for the given metadata type and asset info \n           \n           sfdx mohanc:mdapi:ls  -u <username> -i <inputJSON>  -t <metadataType>\n\n           Example:\n           sfdx mohanc:mdapi:ls -u mohan.chinnappan.n.sel@gmail.com -i list.json -t CustomObject|ListView\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for the asset to list"},"type":{"name":"type","type":"option","char":"t","description":"Metadata type (e.g ListView or CustomObject)"}},"args":[]},"mohanc:mdapi:retrieve":{"id":"mohanc:mdapi:retrieve","description":"Retrieve metadata","usage":"<%= command.id %> [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Retrieve metadata for the given metadata types\n           sfdx mohanc:mdapi:retrieve  -u <username> -t <types>\n           Example:\n           sfdx mohanc:mdapi:retrieve -u mohan.chinnappan.n_ea2@gmail.com -t \"CustomSite,ExperienceBundle,Network\"\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"types":{"name":"types","type":"option","char":"t","description":"Types to retrieve, comma separated values"}},"args":[]},"mohanc:mdapi:update":{"id":"mohanc:mdapi:update","description":"Update exiting metadata objects","usage":"<%= command.id %> [-i <string>] [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Update metadata for the given metadata type and change info \n           sfdx mohanc:mdapi:update  -u <username> -i <inputJSON>  -t <metadataType>\n\n           Example:\n           sfdx mohanc:mdapi:update -u mohan.chinnappan.n.sel@gmail.com -i account.status.rename.json -t CustomField\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for the metadata type"},"type":{"name":"type","type":"option","char":"t","description":"Metadata type (e.g CustomField)"}},"args":[]},"mohanc:mdapi:viz":{"id":"mohanc:mdapi:viz","description":"Visualize the given metadata type","usage":"<%= command.id %> [-t <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Visualize the given metadata type\n           sfdx mohanc:mdapi:viz -t <type> -i <inputJSONFile\n\n           sfdx mohanc:mdapi:list  -t FlexiPage  -i flexiPage.json\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"mtype":{"name":"mtype","type":"option","char":"t","description":"Metadata Type to visualize"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for the metadata type"}},"args":[]},"mohanc:org:compare":{"id":"mohanc:org:compare","description":"Compare 2 orgs for the given metadata type query","usage":"<%= command.id %> -o <string> [-m <string>] [-q <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Compare 2 orgs for the given metadata type query\n           sfdx mohanc:org:compare -o orgUserName1,orgUserName2 -m metadataType\n\n           when -m is used, query here: https://github.com/mohan-chinnappan-n/soql will be used\n           to refer ObjectPermissions \n             (https://raw.githubusercontent.com/mohan-chinnappan-n/soql/main/ObjectPermissions.soql) \n           use:  sfdx mohanc:org:compare -o orgUserName1,orgUserName2 -m  ObjectPermissions\n\n           sfdx mohanc:org:compare -o orgUserName1,orgUserName2 -i inputquery.soql\n           Note: inputquery.soql can be a local file or url\n\n\n           \n\n           Example\n           sfdx mohanc:org:compare -o mohan.chinnappan.n.sel@gmail.com,mohan.chinnappan.n.sel2@gmail.com -m profile\n           sfdx mohanc:org:compare -o mohan.chinnappan.n.sel@gmail.com,mohan.chinnappan.n.sel2@gmail.com -q inputquery.soql\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"orgusernames":{"name":"orgusernames","type":"option","char":"o","description":"Comma separated orgUserName, example: user1@email.com,user2@email.com","required":true},"mtype":{"name":"mtype","type":"option","char":"m","description":"metadata type, exmaple: profile  "},"inputfilename":{"name":"inputfilename","type":"option","char":"q","description":"soql file or url for soql "}},"args":[]},"mohanc:org:viz":{"id":"mohanc:org:viz","description":"Visualize the Org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Visualize the org\n           sfdx mohanc:org:viz\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:perf:flexipage":{"id":"mohanc:perf:flexipage","description":"Get the Metrics of the given FlexiPage","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Get the Metrics of the given FlexiPage **\n\n    \n    sfdx mohanc:perf:flexipage -i /tmp/flexpage.xml \n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file input - FlexiPage in XML format"}},"args":[]},"mohanc:pm:gantt":{"id":"mohanc:pm:gantt","description":"Parses given input tasks text to output for Gantt tool","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Parses given input tasks text to output for Gantt tool\n           sfdx mohanc:pm:gannt  -i <inputTaskTextFile>\n\nExample content of the TaskTextFile:\n\nProject start date: 2023-09-10\nTasks:\nSolutionDesign requires 12 days, 10 percent completed with dependency on None\nDevelopment requires 7 days, 0 percent completed with dependency on SolutionDesign\nQA requires 5 days, 0 percent completed with dependency on Development\n\n----- Calling Gnatt tool -----\nsfdx mohanc:pm:gantt -i ~/.gantt/tasks1.txt | pbcopy\nopen 'https://mohan-chinnappan-n5.github.io/charts/gantt/gantt.html?c'\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"tasksinput":{"name":"tasksinput","type":"option","char":"i","description":"Input text file with details about the tasks in the project"}},"args":[]},"mohanc:projectFile:gen":{"id":"mohanc:projectFile:gen","description":"Create project json file to provide sequencing of source:push","usage":"<%= command.id %> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n** Creates project json files for the given sfdx-project.json\n** Creates deploy.sh to run the source:push in sequence\n\nsfdx mohanc:projectFile:gen -p ./sfdx-project.json\n----------------------------------------------------\nprojectFile: ./sfdx-project.json\n{ packageDirectories: \n   [ { path: 'force-app/schema', default: true },\n     { path: 'force-app/bl' },\n     { path: 'force-app/ui' },\n     { path: 'force-app/perms' } ],\n  namespace: '',\n  sfdcLoginUrl: 'https://login.salesforce.com',\n  sourceApiVersion: '42.0' }\nNumber of project files: 4 \nCreating project file: ./sfdx-project.json.0.json...\nCreating project file: ./sfdx-project.json.1.json...\nCreating project file: ./sfdx-project.json.2.json...\nCreating project file: ./sfdx-project.json.3.json...\nWriting deploy.sh script file...\n~/sfdx/test:\n$ sfdx mohanc:projectFile:gen -p ./sfdx-project.json\nprojectFile: ./sfdx-project.json\n----------------------------------------------------\n{ packageDirectories:\n   [ { path: 'force-app/schema', default: true },\n     { path: 'force-app/bl' },\n     { path: 'force-app/ui' },\n     { path: 'force-app/perms' } ],\n  namespace: '',\n  sfdcLoginUrl: 'https://login.salesforce.com',\n  sourceApiVersion: '42.0' }\nNumber of project files: 4 \nCreating project file: ./sfdx-project.json.0.json...\nCreating project file: ./sfdx-project.json.1.json...\nCreating project file: ./sfdx-project.json.2.json...\nCreating project file: ./sfdx-project.json.3.json...\nWriting deploy.sh script file...\n----------------------------------------------------\n** NEXT STEPS **\n** View the script: deploy.sh: cat deploy.sh\n** Run bash    deploy.sh -u targetusername in the bash shell to do the source:push **\n** Run bash -x deploy.sh -u targetusername in the bash shell to do the source:push in verbose mode **\n\n\n         "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"projectfile":{"name":"projectfile","type":"option","char":"p","description":"project file"}},"args":[]},"mohanc:py:run":{"id":"mohanc:py:run","description":"Runs python script","usage":"<%= command.id %> [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs python script **\n\n        sfdx mohanc:py:run  -s <py script>\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"pyfilename":{"name":"pyfilename","type":"option","char":"s","description":"Python Script to run"}},"args":[]},"mohanc:py:script":{"id":"mohanc:py:script","description":"Create py-script based html","usage":"<%= command.id %> [-i <string>] [-o <string>] [-c <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n** Create py-script based html **\n\nCreate py-script based html\n\nsfdx mohanc:py:script -i ~/.charts/scatterPlot.csv -o ~/.charts/scatterPlot.csv.html -c 'Cool Plots' -t 'Cool Plots' \n\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data input csv file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output  html file to write to "},"theme":{"name":"theme","type":"option","char":"c","description":"Type of the chart"},"title":{"name":"title","type":"option","char":"t","description":"Title for the html "}},"args":[]},"mohanc:recording:createScript":{"id":"mohanc:recording:createScript","description":"Create Chrome Recorder Scripts","usage":"<%= command.id %> [-r <string>] [-s <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Create script for toggling flows\n           sfdx mohanc:recording:createScript  -r url -s <scriptName>  \n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"url":{"name":"url","type":"option","char":"r","description":"Org Url (eg. https://xxxx.force.com"},"scriptname":{"name":"scriptname","type":"option","char":"s","description":"Script Name"}},"args":[]},"mohanc:recording:toggleFlow":{"id":"mohanc:recording:toggleFlow","description":"Toggle given FlowIds","usage":"<%= command.id %> [-r <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Create script for toggling flows\n           sfdx mohanc:recording:toggleFlow  -r url -i <FlowIds, Command separated>  \n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"url":{"name":"url","type":"option","char":"r","description":"Org Url (https://xxxx.force.com"},"flowids":{"name":"flowids","type":"option","char":"f","description":"Comma separated list of FlowIds"}},"args":[]},"mohanc:regex:woke":{"id":"mohanc:regex:woke","description":"Check for comments in a given Apex class","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n  ** Check for comments in a given Apex class **\n  \n  $ sfdx  mohanc:regex:woke -d <directory containing source code>\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"directoryname":{"name":"directoryname","type":"option","char":"d","description":"Directory containing Apex Class files "}},"args":[]},"mohanc:repl:kovai":{"id":"mohanc:repl:kovai","description":"Kovai REPL","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    Kovai REPL \n    sfdx mohanc:repl:kovai  \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"mohanc:security:apex":{"id":"mohanc:security:apex","description":"List the Apex Classes in the org without 'public with sharing class' and possible SOQL Injection ","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** List the Apex Classes in the org without 'public with sharing class' and possible SOQL Injection  **\n\n    List the Apex Classes in the org without 'public with sharing class' and \n    possible SOQL Injection \n    sfdx mohanc:security:apex -u <username> \n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:security:dxprj":{"id":"mohanc:security:dxprj","description":"Render DX Project Chart","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render DX Project Chart **\n\n    Draw DX Project Graph\n    sfdx mohanc:security:oc -i <sfdx-project.json>\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for DX Project"}},"args":[]},"mohanc:security:etmh":{"id":"mohanc:security:etmh","description":"Render ETM Hierarchy","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render ETM Hierarchy **\n\n    Draw ETM Hierarchy\n    sfdx mohanc:security:etmh -u <username> \n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:security:oc":{"id":"mohanc:security:oc","description":"Render Org Chart","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render Org Chart **\n\n    Draw Org Chart\n    sfdx mohanc:security:oc -i <input.json>\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for Org chart"}},"args":[]},"mohanc:security:permissionSet":{"id":"mohanc:security:permissionSet","description":"List permissions for a given permissionSet name","usage":"<%= command.id %> [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** List permissions for a given permissionSet name **\n\n    List Permissions for a given PermissionSet Name\n    sfdx mohanc:security:permissionSet -u <username> -p <permissionSet Name>\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"permissionsetname":{"name":"permissionsetname","type":"option","char":"p","description":"Profile Name"}},"args":[]},"mohanc:security:profile":{"id":"mohanc:security:profile","description":"List profile permissions for a given profile name","usage":"<%= command.id %> [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** List profile permissions for a given profile name **\n\n    List Permissions for a given Profile Name\n    sfdx mohanc:security:profile -u <username> -p <profile name>\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"profilename":{"name":"profilename","type":"option","char":"p","description":"Profile Name"}},"args":[]},"mohanc:security:rh":{"id":"mohanc:security:rh","description":"Render Role Hierarchy","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render Role Hierarchy **\n\n    Draw Role Hierarchy\n    sfdx mohanc:security:rh -u <username> \n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:security:userLicenseProfile":{"id":"mohanc:security:userLicenseProfile","description":"List profile permissions for a given  UserLicense","usage":"<%= command.id %> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** List profile permissions for a given  UserLicense **\n\n    List profile permissions for a given  UserLicense\n    sfdx mohanc:security:userLicenseProfile -u <username> \n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"userlicence":{"name":"userlicence","type":"option","char":"l","description":"User License Name"}},"args":[]},"mohanc:servers:webserver":{"id":"mohanc:servers:webserver","description":"Start a Local Web Server on a given port","usage":"<%= command.id %> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Start a local web server for the given port\n           sfdx mohanc:servers:webserver -p <port> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"port":{"name":"port","type":"option","char":"p","description":"Web Server Port"}},"args":[]},"mohanc:sharing:debug":{"id":"mohanc:sharing:debug","description":"Run Sharing Debugger on the given org for the given user","usage":"<%= command.id %> [-n <string>] [-r <string>] [-a <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Run Sharing Debugger on the given org for the given user **\n\n    USAGE\n    sfdx mohanc:sharing:debug -u <username>  -n <userNameToDebug> -r <recordId>\n\n    writes userInfo.json and userInfo.svg files in the current directory\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"username":{"name":"username","type":"option","char":"n","description":"User Name to Debug"},"recordid":{"name":"recordid","type":"option","char":"r","description":"RecordId"},"accountid":{"name":"accountid","type":"option","char":"a","description":"AccountId"}},"args":[]},"mohanc:site:gen":{"id":"mohanc:site:gen","description":"Site Generator  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-t <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Site Generator   **\n\n   sfdx mohanc:site:gen -i content.md -o site.html -t 'Whiteboard'\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Site content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output  html file to write to "},"title":{"name":"title","type":"option","char":"t","description":"Title for the site"}},"args":[]},"mohanc:slack:guide":{"id":"mohanc:slack:guide","description":"Slack Integration","usage":"<%= command.id %> [-w <string>] [-m <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           slack\n           sfdx mohanc:slack:guide -w <webHookURI> -m <message>\n\n           Example:\n           sfdx mohanc:slack:guide -w https://hooks.slack.com/services/x/y/z -m \"Deployment completed on PROD\"\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"webhookuri":{"name":"webhookuri","type":"option","char":"w","description":"webHookURI"},"message":{"name":"message","type":"option","char":"m","description":"Message to send"}},"args":[]},"mohanc:slack:web":{"id":"mohanc:slack:web","description":"Slack Integration WebAPI","usage":"<%= command.id %> [-t <string>] [-m <string>] [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           slack\n           sfdx mohanc:slack:web -t <token> -m <message> -c <channel>\n\n           Example:\n           sfdx mohanc:slack:web -t 'xoxb-aaa-bbb-ccc' -m \"Deployment completed on PROD\" -c devops\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"token":{"name":"token","type":"option","char":"t","description":"Token - Bot User OAuth Token"},"message":{"name":"message","type":"option","char":"m","description":"Message to send"},"channel":{"name":"channel","type":"option","char":"c","description":"Channel to post message to"}},"args":[]},"mohanc:slides:gen":{"id":"mohanc:slides:gen","description":"Slide Generator  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-t <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Slide Generator   **\n\n   sfdx mohanc:slides:gen -i slides-in.md -o slides-out.html -t 'AWS lamba and Salesforce'\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Slides content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output slides html file to write to "},"title":{"name":"title","type":"option","char":"t","description":"Title for the slides deck"}},"args":[]},"mohanc:snowflake:insert":{"id":"mohanc:snowflake:insert","description":"Insert data into Snowflake  ","usage":"<%= command.id %> [-t <string>] [-f <string>] [-c <string>] [-d <string>] [-g <string>] [-b <string>] [-o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Insert data into Snowflake   **\n    sfdx mohanc:snowflake:inset  -t <tableName> -f <Fields List in csv> -c <connectionPropsJSONFile> -d <dataFile> -g <data file has header? y/[n]> -o <truncte and insert the data? y/[n]> -b <bucket size [124]>\n    sfdx mohanc:snowflake:insert -t fruits..stock -f 'itemNum,qty' -c ~/.snowflake/sfc-connection.json -d ~/.snowflake/stock_noh.csv -g n -o n -b 2\n    Sample connectionPropsJSONFile\n    {\n     \"account\" : \"myaccount\",\n     \"username\" : \"myusername\",\n     \"password\" : \"password\"\n    }\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"tablename":{"name":"tablename","type":"option","char":"t","description":"Table to insert data into"},"fields":{"name":"fields","type":"option","char":"f","description":"Fields to insert into - comma separated"},"connectionfilename":{"name":"connectionfilename","type":"option","char":"c","description":"Connection json file"},"datafilename":{"name":"datafilename","type":"option","char":"d","description":"Data file in csv format"},"hasheader":{"name":"hasheader","type":"option","char":"g","description":"Data file has header y|n (default = n)"},"bucketsize":{"name":"bucketsize","type":"option","char":"b","description":"Data file bucket size (insert bulk of this size) - default: 124 "},"overwrite":{"name":"overwrite","type":"option","char":"o","description":"Truncate and insert  y|n (default = n)"}},"args":[]},"mohanc:snowflake:query":{"id":"mohanc:snowflake:query","description":"Query Snowflake  ","usage":"<%= command.id %> [-q <string>] [-c <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Query Snowflake   **\n\n    sfdx mohanc:snowflake:query -q <queryFile> -c <connectionPropsJSONFile> -f 'format: csv|json'\n\n    Sample connectionPropsJSONFile\n    \n    {\n     \"account\" : \"myaccount\",\n     \"username\" : \"myusername\",\n     \"password\" : \"password\"\n    } \n\n    default format: csv\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"queryfilename":{"name":"queryfilename","type":"option","char":"q","description":"SQL query file"},"connectionfilename":{"name":"connectionfilename","type":"option","char":"c","description":"Connection json file"},"format":{"name":"format","type":"option","char":"f","description":"Output format csv|json, csv is default"}},"args":[]},"mohanc:streaming:sub":{"id":"mohanc:streaming:sub","description":"Subscribe to stream topic","usage":"<%= command.id %> -t <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Subscribe to topic \n           sfdx mohanc:streaming:sub  -u <username> -t <topic>\n           example:\n\n\n\n// apex code to create push topic ( ~/.apex/pushNewAccounts.cls)\nPushTopic pushTopic = new PushTopic();\npushTopic.Name = 'NewAccounts';\npushTopic.Query = 'SELECT Id, Name, Phone FROM Account';\npushTopic.ApiVersion = 58.0;\n\npushTopic.NotifyForOperationUpdate = false;\npushTopic.NotifyForOperationDelete = false;\npushTopic.NotifyForOperationUndelete = false; \n\n// run it \nsfdx mohanc:tooling:execute -u mohan.chinnappan.n.sel2@gmail.com -a ~/.apex/pushNewAccounts.cls\n\n// in UI create a New Account record\n\n// subscribe\n\nsfdx mohanc:streaming:sub  -u <username> -t NewAccounts\n\n// output\n{\n    \"event\": {\n        \"createdDate\": \"2023-11-14T10:48:37.079Z\",\n        \"replayId\": 1,\n        \"type\": \"created\"\n    },\n    \"sobject\": {\n        \"Phone\": null,\n        \"Id\": \"0018W00002UMYPiQAP\",\n        \"Name\": \"MakeGreenWorld\"\n    }\n}\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"topic":{"name":"topic","type":"option","char":"t","description":"Topic to Subscribe","required":true}},"args":[]},"mohanc:testing:pwCodeGen":{"id":"mohanc:testing:pwCodeGen","description":"Generate code Playwright automation","usage":"<%= command.id %> -i <string> [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Generate code Playwright automation **\n    \n    sfdx mohanc:testing:pwCodeGen\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"jobfilename":{"name":"jobfilename","type":"option","char":"i","description":"run config json file","required":true}},"args":[]},"mohanc:tooling:crud":{"id":"mohanc:tooling:crud","description":"Tooling API CRUD","usage":"<%= command.id %> [-o <string>] [-m <string>] [-a <string>] [-l <string>] [-t <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    $ sfdx  mohanc:tooling:crud -u TestOrg2 -o ApexClass -m create\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"toolingobj":{"name":"toolingobj","type":"option","char":"o","description":"Tooling SObject Name: ApexClass | COMPONENT | APPLICATION"},"method":{"name":"method","type":"option","char":"m","description":"CRUD method"},"objcontentfilename":{"name":"objcontentfilename","type":"option","char":"a","description":"Object Content File Name"},"aurabundlelabel":{"name":"aurabundlelabel","type":"option","char":"l","description":"Lightning Aura Bundle Label"},"auratype":{"name":"auratype","type":"option","char":"t","description":"Aura Type: COMPONENT | APPLICATION"}},"args":[]},"mohanc:tooling:describe":{"id":"mohanc:tooling:describe","description":"Describe Tooling Object","usage":"<%= command.id %> [-l <string>] [-o <string>] [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":[" \n      # Scratch org query\n      sfdx mohanc:tooling:describe  -s \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"},"sobjectname":{"name":"sobjectname","type":"option","char":"s","description":"Tooling Object to Describe"}},"args":[]},"mohanc:tooling:describeGlobal":{"id":"mohanc:tooling:describeGlobal","description":"Describe Global","usage":"<%= command.id %> [-l <string>] [-f <string>] [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":[" \n      # Scratch org query\n      sfdx mohanc:tooling:describeGlobal   > ObjectList.txt\n\n      // sandbox org: org40\n      sfdx mohanc:tooling:describeGlobal  -l login.json  -o org40 > ObjectList.txt\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"outputformat":{"name":"outputformat","type":"option","char":"f","description":"Query results output format"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"}},"args":[]},"mohanc:tooling:execute":{"id":"mohanc:tooling:execute","description":"Execute Anonymous Apex","usage":"<%= command.id %> [-a <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n  ** Execute Anonymous Apex **\n  \n  $ sfdx  mohanc:tooling:execute -u TestOrg2 -a apexCode.cls\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"apexcodefilename":{"name":"apexcodefilename","type":"option","char":"a","description":"Apex Code Input File Name"}},"args":[]},"mohanc:tooling:query":{"id":"mohanc:tooling:query","description":"Query Tooling Object","usage":"<%= command.id %> [-q <string>] [-l <string>] [-f <string>] [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** Query Tooling Object **\n\n      Scratch org query\n        sfdx mohanc:tooling:query -q LookupFilter.sql  -f csv\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfilename":{"name":"queryfilename","type":"option","char":"q","description":"Input file having SOQL query"},"loginfilename":{"name":"loginfilename","type":"option","char":"l","description":"Name of file containing login credentials"},"outputformat":{"name":"outputformat","type":"option","char":"f","description":"Query results output format csv|json"},"orgname":{"name":"orgname","type":"option","char":"o","description":"Org name in the Login File"}},"args":[]},"mohanc:ui:uiapi":{"id":"mohanc:ui:uiapi","description":"UI API ","usage":"<%= command.id %> [-r <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n        UI API \n\n           sfdx mohanc:ui:uiapi  -u <username> -r <resource-uri>\n\n           example:\n\n           sfdx mohanc:ui:uiapi  -u user@example.com -r \"object-info/Account\"\n\n\n\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"resourceuri":{"name":"resourceuri","type":"option","char":"r","description":"Resource URI example: object-info/Account"}},"args":[]},"mohanc:ws:rest":{"id":"mohanc:ws:rest","description":"REST API ","usage":"<%= command.id %> [-r <string>] [-m <string>] [-f <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Perform REST API calls\n           sfdx mohanc:ws:rest  -r <resourceURI> -m <method: GET|POST|PATCH|PUT|DELETE> -f <header-file> -d <data>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"resourceuri":{"name":"resourceuri","type":"option","char":"r","description":"REST Resource URI"},"method":{"name":"method","type":"option","char":"m","description":"REST method (GET|POST|PATCH|PUT|DELETE)"},"headerfilename":{"name":"headerfilename","type":"option","char":"f","description":"header filename (content in json)"},"datafilename":{"name":"datafilename","type":"option","char":"d","description":"data filename (content in json)"}},"args":[]},"mohanc:xml:email":{"id":"mohanc:xml:email","description":"Checks emails in  given folder of xml","usage":"<%= command.id %> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Checks emails in  given folder of xml **\n\n    \n    sfdx mohanc:xml:email -p <path/to/xml_files>\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"path":{"name":"path","type":"option","char":"p","description":"Path to the xml files folder"}},"args":[]},"mohanc:xml:objectId":{"id":"mohanc:xml:objectId","description":"Checks ObjectIds in  given folder of xml","usage":"<%= command.id %> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Checks ObjectIds in  given folder of xml **\n\n    \n    sfdx mohanc:xml:objectId -p <path/to/xml_files>\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"path":{"name":"path","type":"option","char":"p","description":"Path to the xml files folder"}},"args":[]},"mohanc:xml:parse":{"id":"mohanc:xml:parse","description":"Parse given xml file into JSON","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Parse given xml file into JSON **\n\n    \n    sfdx mohanc:xml:parse -i /tmp/Accounts.xml\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in XML format you want to do the transformation"}},"args":[]},"mohanc:xml:transform":{"id":"mohanc:xml:transform","description":"Transform given xml using XSLT","usage":"<%= command.id %> [-i <string>] [-t <string>] [-m <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Transform given xml using XSLT **\n\n    \n    sfdx mohanc:xml:transform -i /tmp/cd.xml -t /tmp/cd.xslt\n\n    if -m option is provided it will use xslts from here:\n    https://raw.githubusercontent.com/mohan-chinnappan-n/xml-xslt/main/mtype.xslt\n\n    if the xlst name ends with CSV datatable view will be provided\n\n    see: https://github.com/mohan-chinnappan-n/xml-xslt\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in XML format you want to do the transformation"},"xsltfilename":{"name":"xsltfilename","type":"option","char":"t","description":"XSLT file to do the transformation"},"mtype":{"name":"mtype","type":"option","char":"m","description":"metadata type: Supported: [package,profile, permset]: ref: https://github.com/mohan-chinnappan-n/xml-xslt"}},"args":[]},"mohanc:xml:validate":{"id":"mohanc:xml:validate","description":"Checks given folder of xml is valid or not ","usage":"<%= command.id %> -p <string> [-i] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Checks given folder of xml is valid or not  **\n\n    \n    sfdx mohanc:xml:validate -p <path/to/xml_files> -i\n\n    - lists out xml files in the given path are valid or not \n    -i flag provides only invalid files\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"path":{"name":"path","type":"option","char":"p","description":"Path to the xml files folder","required":true},"invalid":{"name":"invalid","type":"boolean","char":"i","description":"Print only invalid","required":false,"allowNo":false}},"args":[]},"mohanc:xml:xml2json":{"id":"mohanc:xml:xml2json","description":"Convert given XML file into JSON","usage":"<%= command.id %> [-i <string>] [-o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Convert given XML file into JSON **\n\n    sfdx mohanc:xml:xml2json -i /tmp/cd.xml  -o outputPath\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file input in XML format"},"outputfolder":{"name":"outputfolder","type":"option","char":"o","description":"Output folder name"}},"args":[]},"mohanc:ai:openai:classification":{"id":"mohanc:ai:openai:classification","description":"Using OpenAI classify a given query and examples  ","usage":"<%= command.id %> [-k <string>] [-e <string>] [-q <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Using OpenAI classify a given query and examples   **\n\n   sfdx mohanc:ai:openai:classification -k keyfile.json  -e examples.json -q 'query' \n\n   \n\n   Example:\n\n        # Let us classify based on the given query\n\n        sfdx mohanc:ai:openai:completion -k myKeyfile.json -e examples.json -q \"It is a raining day :(\"\n\n        sample examples.json:\n\n        {\n            \"examples\": [\n                [\"A happy moment\", \"Positive\"],\n                [\"I am sad.\", \"Negative\"],\n                [\"I am feeling awesome\", \"Positive\"]\n            ]\n        }\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"keyfilename":{"name":"keyfilename","type":"option","char":"k","description":"Your OpenAI key file json, containing: OpenAI-Organization  and API Key"},"examplefilename":{"name":"examplefilename","type":"option","char":"e","description":"Your example json file","required":false},"query":{"name":"query","type":"option","char":"q","description":"Your query, example: It is a raining day :( "}},"args":[]},"mohanc:ai:openai:completion":{"id":"mohanc:ai:openai:completion","description":"Using OpenAI given a prompt, tool will return one or more predicted completions. Also summary of the prompt if op flag is set to 's'. Also generates Ideas if op flag is to 'i'. Provides the fix for the given python code if op flag is set to 'py_bug_fix","usage":"<%= command.id %> [-k <string>] [-p <string>] [-o <string>] [-i <string>] [-m <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Using OpenAI given a prompt, tool will return one or more predicted completions. Also summary of the prompt if op flag is set to 's'. Also generates Ideas if op flag is to 'i'. Provides the fix for the given python code if op flag is set to 'py_bug_fix **\n\n   sfdx mohanc:ai:openai:completion -k keyfile.json  -p 'prompt' -o 's or i or py_bug_fix' -m 'max tokens (default:8)'\n\n\n   Example:\n\n        # Let us complete the given prompt (sentence)\n        sfdx mohanc:ai:openai:completion -k myKeyfile.json -p \"Once upon a time\"\n        \n        # Let us get Summary the given prompt (sentence)\n        sfdx mohanc:ai:openai:completion -k myKeyfile.json -p \"Once upon a time....\" -o s \n\n        # Let us get Ideas the given prompt (sentence)\n        sfdx mohanc:ai:openai:completion -k myKeyfile.json -p \"Once upon a time....\" -o i \n\n        # Let us correct given buggy pythong code file in -i option with 200 max tokens\n        sfdx mohanc:ai:openai:completion  -k ~/.openai/keys.json  -o py_bug_fix -i ~/.openai/buggy.py -m 200\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"keyfilename":{"name":"keyfilename","type":"option","char":"k","description":"Your OpenAI key file json, containing: OpenAI-Organization  and API Key"},"prompt":{"name":"prompt","type":"option","char":"p","description":"Your prompt, tool will complete your prompt"},"op":{"name":"op","type":"option","char":"o","description":"op flag ( s for summary, i for ideas, py_bug_fix for fixing the given python code)"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input file name where we have stored to code","required":false},"maxtoken":{"name":"maxtoken","type":"option","char":"m","description":"Max Token parameter to the engine","required":false}},"args":[]},"mohanc:app:webapp:gen":{"id":"mohanc:app:webapp:gen","description":"Web App Generator  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Web App Generator   **\n\nsfdx mohanc:app:webapp:gen -i /tmp/app.md -o /tmp/app.md.html -t 'My Fruits App'\n\ncat /tmp/app.md\n# Apple\n## Granny Smith \n- Lovely\n## Yellow Delicious\n- Awesome\n\n# Pear\n## Williams  \n- The Best\n## Bosac\n- The beauty\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"App content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output html file to write to "},"title":{"name":"title","type":"option","char":"t","description":"Title for the Web App"}},"args":[]},"mohanc:aws:s3:download":{"id":"mohanc:aws:s3:download","description":"Download a file from the AWS S3 bucket ","usage":"<%= command.id %> [-b <string>] [-f <string>] [-o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Download a file from the AWS S3 bucket  **\n\n    sfdx mohanc:aws:s3:download -b <bucketname>  -f <inputFileName> -o <localFileName>\n\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"Bucket Name"},"filename":{"name":"filename","type":"option","char":"f","description":"Filename to download"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Local filename to download into"}},"args":[]},"mohanc:aws:s3:ls":{"id":"mohanc:aws:s3:ls","description":"List AWS S3 buckets, bucket objects ","usage":"<%= command.id %> [-b <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** List AWS S3 buckets, bucket objects  **\n\n    sfdx mohanc:aws:s3:ls\n    sfdx mohanc:aws:s3:ls -b <bucketname>\n\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"Bucket Name"}},"args":[]},"mohanc:aws:s3:mb":{"id":"mohanc:aws:s3:mb","description":"Create AWS S3 bucket ","usage":"<%= command.id %> [-b <string>] [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Create AWS S3 bucket  **\n\n    sfdx mohanc:aws:s3:mb -b <bucketname> -p [perm]\n\n    if bucketname is empty it will create a bucket in the format:\n    mybuk-<UUID>\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"Bucket Name to create"},"perm":{"name":"perm","type":"option","char":"p","description":"ACL - permission (optional) private (default) | public-read | public-read-write | authenticated-read"}},"args":[]},"mohanc:aws:s3:rb":{"id":"mohanc:aws:s3:rb","description":"Delete AWS S3 bucket ","usage":"<%= command.id %> [-b <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Delete AWS S3 bucket  **\n\n    sfdx mohanc:aws:s3:rb -b <bucketname>\n\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"Bucket Name to delete"}},"args":[]},"mohanc:aws:s3:upload":{"id":"mohanc:aws:s3:upload","description":"Upload a file into a AWS S3 bucket ","usage":"<%= command.id %> [-b <string>] [-f <string>] [-p <string>] [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Upload a file into a AWS S3 bucket  **\n\n    sfdx mohanc:aws:s3:upload -b <bucketname> -f [folderName] -i <inputFileName> -p [perm]\n\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"Bucket Name"},"foldername":{"name":"foldername","type":"option","char":"f","description":"Folder Name (optional)"},"perm":{"name":"perm","type":"option","char":"p","description":"ACL - permission (optional) private (default) | public-read | public-read-write | authenticated-read | aws-exec-read | bucket-owner-read | bucket-owner-full-control"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input filename to upload"}},"args":[]},"mohanc:codegen:angularjs:angularJS":{"id":"mohanc:codegen:angularjs:angularJS","description":"AngularJS code generator for the given template name","usage":"<%= command.id %> [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** AngularJS code generator for the given template name **\n    sfdx mohanc:codegen:angularJS\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"templatename":{"name":"templatename","type":"option","char":"t","description":"Template name [simple]"}},"args":[]},"mohanc:codegen:apex:apex":{"id":"mohanc:codegen:apex:apex","description":"Apex code generator for the given template and bindings","usage":"<%= command.id %> [-t <string>] [-b <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Apex code generator for the given template and bindings **\n    sfdx mohanc:codegen:apex -t templatefile  -b bindingfile \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"templatefilename":{"name":"templatefilename","type":"option","char":"t","description":"Apex code template file"},"bindingfilename":{"name":"bindingfilename","type":"option","char":"b","description":"Bindings file"}},"args":[]},"mohanc:data:bulkapi:delete":{"id":"mohanc:data:bulkapi:delete","description":"Data Update using BulkAPI 2  ","usage":"<%= command.id %> [-f <string>] [-o <string>] [-e <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n          \n           sfdx mohanc:bulkapi:delete  -u <username>  -f input.csv -e LF -o Case \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfile":{"name":"inputfile","type":"option","char":"f","description":"CSV file to load, default: input.csv - make sure this file is not less than 100 MB in size"},"sobject":{"name":"sobject","type":"option","char":"o","description":"sObject to load into,  default: Case"},"lineending":{"name":"lineending","type":"option","char":"e","description":"Line Ending (LF or CRLF), default:  LF"}},"args":[]},"mohanc:data:bulkapi:listJobs":{"id":"mohanc:data:bulkapi:listJobs","description":"List  BulkAPI 2 jobs  ","usage":"<%= command.id %> [-o <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** List  BulkAPI 2 jobs   **\n\n        sfdx mohanc:bulkapi:listJobs  -u mchinnappan-jei3@force.com -o (query/[ingest])\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"operation":{"name":"operation","type":"option","char":"o","description":"Operation - ingest or query, ingest is default"}},"args":[]},"mohanc:data:bulkapi:load":{"id":"mohanc:data:bulkapi:load","description":"Data Load using BulkAPI 2  ","usage":"<%= command.id %> [-f <string>] [-o <string>] [-e <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n          \n           sfdx mohanc:bulkapi:load  -u <username>  -f input.csv -e LF -o Case\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfile":{"name":"inputfile","type":"option","char":"f","description":"CSV file to load, default: input.csv"},"sobject":{"name":"sobject","type":"option","char":"o","description":"sObject to load into,  default: Case"},"lineending":{"name":"lineending","type":"option","char":"e","description":"Line Ending (LF or CRLF), default:  LF"}},"args":[]},"mohanc:data:bulkapi:query":{"id":"mohanc:data:bulkapi:query","description":"Data Query using BulkAPI 2  ","usage":"<%= command.id %> [-q <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:data:bulkapi:query  -u <username>  -q queryFile [input.soql]\n\n           Executes the given SOQL query in the given queryFile (example: input.soql) and writes the CSV output to  queryFile.csv (example: input.soql.csv)\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfile":{"name":"queryfile","type":"option","char":"q","description":"SOQL query file"}},"args":[]},"mohanc:data:bulkapi:update":{"id":"mohanc:data:bulkapi:update","description":"Data Update using BulkAPI 2  ","usage":"<%= command.id %> [-f <string>] [-o <string>] [-e <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n          \n           sfdx mohanc:bulkapi:update  -u <username>  -f input.csv -e LF -o Case\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfile":{"name":"inputfile","type":"option","char":"f","description":"CSV file to load, default: input.csv - make sure this file is not less than 100 MB in size"},"sobject":{"name":"sobject","type":"option","char":"o","description":"sObject to load into,  default: Case"},"lineending":{"name":"lineending","type":"option","char":"e","description":"Line Ending (LF or CRLF), default:  LF"}},"args":[]},"mohanc:data:explore:csv":{"id":"mohanc:data:explore:csv","description":"CSV File Reader","usage":"<%= command.id %> [-f <string>] [-x <string>] [-y <string>] [-p <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** CSV File Reader **\n\n        sfdx mohanc:data:explore:csv  -f <file or url> -x <X Field Name> -y <Y Field Name> -p <Plot Type> \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"csvfilename":{"name":"csvfilename","type":"option","char":"f","description":"CSV Filename"},"xfield":{"name":"xfield","type":"option","char":"x","description":"X Field Name"},"yfield":{"name":"yfield","type":"option","char":"y","description":"Y Field Name"},"plottype":{"name":"plottype","type":"option","char":"p","description":"Plot Type (default is bar)"}},"args":[]},"mohanc:data:field:usage":{"id":"mohanc:data:field:usage","description":"Field Usage Info provider","usage":"<%= command.id %> [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n    ** Field Usage Info provider **\n        sfdx mohanc:field:usage -s Account  \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"sobject":{"name":"sobject","type":"option","char":"s","description":"SObject name"}},"args":[]},"mohanc:data:file:csv2":{"id":"mohanc:data:file:csv2","description":"csv2 convertor","usage":"<%= command.id %> [-i <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    sfdx mohanc:data:file:csv2  -i <file to convert> -d <delimiter: | for PSV or \t for TSV>\n\n    Examples:\n    TSV:\n    sfdx mohanc:data:file:csv2 -i fruits.csv -d $'\t'\n\n    PSV:\n    sfdx mohanc:data:file:csv2 -i fruits.csv -d '|'\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"filename":{"name":"filename","type":"option","char":"i","description":"CSV File Input"},"delimiter":{"name":"delimiter","type":"option","char":"d","description":"delimiter | for PSV \t for TSV"}},"args":[]},"mohanc:data:file:decode":{"id":"mohanc:data:file:decode","description":"Decodes the given file base64 encoded file","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    Base64 decode given  file\n    sfdx mohanc:data:file:decode  -d <file to decode>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"filename":{"name":"filename","type":"option","char":"d","description":"File name to base64 decode"}},"args":[]},"mohanc:data:file:encode":{"id":"mohanc:data:file:encode","description":"base64 encodes the given file","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    Base64 Encode given  file\n    sfdx mohanc:data:file:encode  -d <file to encode>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"filename":{"name":"filename","type":"option","char":"d","description":"File name to base64 encode"}},"args":[]},"mohanc:data:file:json2yaml":{"id":"mohanc:data:file:json2yaml","description":"Converts given json to yaml","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    Convert the given json to yaml  \n    sfdx mohanc:data:file:json2yaml  -d <json file>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"filename":{"name":"filename","type":"option","char":"d","description":"JSON file name to convert to YAML"}},"args":[]},"mohanc:data:file:yaml2json":{"id":"mohanc:data:file:yaml2json","description":"Converts given yaml to json","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    Converts the given  yaml to json \n    sfdx mohanc:data:file:yaml2json  -d <yaml file>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"filename":{"name":"filename","type":"option","char":"d","description":"YAML file name to convert to JSON"}},"args":[]},"mohanc:data:query:sql":{"id":"mohanc:data:query:sql","description":"Runs SQL query on a given CSV data file ","usage":"<%= command.id %> [-q <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs SQL query on a given CSV data file  **\n\n    sfdx mohanc:data:query:sql -q /tmp/q.sql \n\n    Example sql (in the file q.sql):\n\n    SELECT COUNT(*) AS CNT   FROM CSV(\"./data/results.csv\", {headers:true}) WHERE Priority < 3\n\n   \n    sfdx mohanc:data:query:sql -q q.sql > out.json\n\n    cat out.json \n    [{\"CNT\":1}]\n\n    sfdx mohanc:data:jq -f  '.[].CNT'  -i out.json \n    1\n\n\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"sqlfilename":{"name":"sqlfilename","type":"option","char":"q","description":"SQL query file"}},"args":[]},"mohanc:data:transform:acct":{"id":"mohanc:data:transform:acct","description":"Transforms the AccountId of the extracted json to target org AccountId","usage":"<%= command.id %> [-i <string>] [-o <string>] [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n     ** Transforms the AccountId of the extracted json to target org AccountId **\n\n     sfdx mohanc:data:transform:acct -i /tmp/input.json -o /tmp/input.out.json -s y|n\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:acct -i $file -o $file.out.json -s y|n\n    done\n    -----------\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output data file  (JSON) you want transformed output to go to "},"simple":{"name":"simple","type":"option","char":"s","description":"Need simple format (y|n)"}},"args":[]},"mohanc:data:transform:contact":{"id":"mohanc:data:transform:contact","description":"Transforms the ContactId of the extracted json to target org ContactId","usage":"<%= command.id %> [-i <string>] [-o <string>] [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n     ** Transforms the ContactId of the extracted json to target org ContactId **\n\n     sfdx mohanc:data:transform:contact -i /tmp/input.json -o /tmp/input.out.json -s y|n\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:contact -i $file -o $file.out.json -s y|n\n    done\n    -----------\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output data file  (JSON) you want transformed output to go to "},"simple":{"name":"simple","type":"option","char":"s","description":"Need simple format (y|n)"}},"args":[]},"mohanc:data:transform:csv":{"id":"mohanc:data:transform:csv","description":"Runs jq filter on the given JSON input file","usage":"<%= command.id %> [-i <string>] [-o <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Runs jq filter on the given JSON input file **\n\n    sfdx mohanc:data:jq -i /tmp/Accounts.json -f '.records[0]' -o /tmp/Accounts.out.json\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:jq  -i $file -o $file.out.json -f '.records[0]'\n    done\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output data file  (JSON) you want transformed output to go to "},"filter":{"name":"filter","type":"option","char":"f","description":"jq filter  to apply"}},"args":[]},"mohanc:data:transform:profile":{"id":"mohanc:data:transform:profile","description":"Transforms the ProfileName of the extracted json to target org ProfileId","usage":"<%= command.id %> [-i <string>] [-o <string>] [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Transforms the ProfileName of the extracted json to target org ProfileId **\n\n    sfdx mohanc:data:transform:profile -i /tmp/input.json -o /tmp/output.json -s n\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:profile -i $file -o $file.out.json -s y|n\n    done\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"output data file  (JSON) you want transformed output to go to "},"simple":{"name":"simple","type":"option","char":"s","description":"Need simple format (y|n)"}},"args":[]},"mohanc:data:transform:rt":{"id":"mohanc:data:transform:rt","description":"Transforms the RecordTypeIds of the extracted json to target org RecordTypeIds","usage":"<%= command.id %> [-i <string>] [-o <string>] [-s <string>] [-e <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Transforms the RecordTypeIds of the extracted json to target org RecordTypeIds **\n\n    sfdx mohanc:data:transform:rt -i /tmp/Accounts.json -o /tmp/Accounts.out.json -s n -e <sobjectName>\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:rt -i $file -o $file.out.json -s y|n -e Account\n    done\n    -----------\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"output data file  (JSON) you want transformed output to go to "},"simple":{"name":"simple","type":"option","char":"s","description":"Need simple format (y|n)"},"sobjectname":{"name":"sobjectname","type":"option","char":"e","description":"Object to simplify"}},"args":[]},"mohanc:data:transform:simplify":{"id":"mohanc:data:transform:simplify","description":"Transforms the given object into simple key:value format","usage":"<%= command.id %> [-i <string>] [-o <string>] [-e <string>] [-a <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n     ** Transforms the given object into simple key:value format **\n\n     sfdx mohanc:data:transform:simplify -i /tmp/input.json -o /tmp/input.out.json -e sobjectName -a aliasName\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:simplify -i $file -o $file.out.json -e sobjectName -a aliasName\n    done\n    -----------\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output data file  (JSON) you want transformed output to go to "},"sobjectname":{"name":"sobjectname","type":"option","char":"e","description":"Object to simplify"},"aliasname":{"name":"aliasname","type":"option","char":"a","description":"Alias name for the object"}},"args":[]},"mohanc:data:transform:un":{"id":"mohanc:data:transform:un","description":"Transforms the given Usernames to unique Usernames","usage":"<%= command.id %> [-i <string>] [-o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n     ** Transforms the given Usernames to unique Usernames **\n\n    sfdx mohanc:data:transform:un -i /tmp/input.json -o /tmp/input.out.json\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:un -i $file -o $file.out.json\n    done\n    -----------\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"output data file  (JSON) you want transformed output to go to "}},"args":[]},"mohanc:data:transform:ur":{"id":"mohanc:data:transform:ur","description":"Transforms the UserRoleIds of the extracted json to target org UserRoleIds","usage":"<%= command.id %> [-i <string>] [-o <string>] [-s <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Transforms the UserRoleIds of the extracted json to target org UserRoleIds **\n\n    sfdx mohanc:data:transform:ur -i /tmp/input.json -o /tmp/input.out.json -s y|n\n\n    bash script to process all the files in a folder:\n    ------------\n    for file in /tmp/*\n    do\n        echo Processing \"$file\" ...\n        sfdx mohanc:data:transform:ur -i $file -o $file.out.json -s y|n\n    done\n    -----------\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"data file in JSON format you want to do the transformation"},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"output data file  (JSON) you want transformed output to go to "},"simple":{"name":"simple","type":"option","char":"s","description":"Need simple format (y|n)"}},"args":[]},"mohanc:data:util:head":{"id":"mohanc:data:util:head","description":"Get first few rows of the given csv file","usage":"<%= command.id %> [-i <string>] [-d <string>] [-n <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Get first few rows of the given csv file **\n    sfdx mohanc:data:head -i <Input CSV file> -n <line count> -d <CSV field delimiter: default is ','>\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input Data file in CSV format"},"dlim":{"name":"dlim","type":"option","char":"d","description":"CSV field delimiter: default: ',' "},"ncount":{"name":"ncount","type":"option","char":"n","description":"Number of lines/records to get"}},"args":[]},"mohanc:data:util:split":{"id":"mohanc:data:util:split","description":"Split the given data file into multiple files based on given field (dimension)","usage":"<%= command.id %> [-i <string>] [-f <string>] [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Split the given data file into multiple files based on given field (dimension) **\n    sfdx mohanc:data:split -i <Input CSV file> -f '<Split field>' -d <CSV field delimiter: default is ','>\n    Example:\n    sfdx mohanc:data:split -i largeData.csv -f Region -d ','\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input Data file in CSV format you want to do the splitting"},"dim":{"name":"dim","type":"option","char":"f","description":"Filter field for splitting"},"dlim":{"name":"dlim","type":"option","char":"d","description":"CSV field delimiter: default: ',' "}},"args":[]},"mohanc:data:util:splitLines":{"id":"mohanc:data:util:splitLines","description":"Split the given data file into multiple files based on given  split size. Optionally loads into a S3 Bucket and optionally reads from a http resource","usage":"<%= command.id %> [-i <string>] [-s <string>] [-b <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Split the given data file into multiple files based on given  split size. Optionally loads into a S3 Bucket and optionally reads from a http resource **\n    \n    sfdx mohanc:data:util:splitLines -i <Input CSV file> -s '<Split size>' -b [S3 Bucket Name] -r [http resource]\n    Examples:\n    sfdx mohanc:data:util:splitLines -i largeData.csv -s 1000\n\n    sfdx mohanc:data:util:splitLines -i input.csv -s 4 -b actionplan-b6bada96-077e-44d4-a17f-f59cd8ab1850\n\n    sfdx mohanc:data:util:splitLines -i largeData.csv -s 1000 -b bucket1 -r http://localhost:7010/csv-utils/input.csv\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input Data file in CSV format you want to do the splitting"},"size":{"name":"size","type":"option","char":"s","description":"Split Size in number of lines"},"bucketname":{"name":"bucketname","type":"option","char":"b","description":"S3 Bucket Name to load into - optional"},"httpurl":{"name":"httpurl","type":"option","char":"r","description":"http resource to for the input file - optional"}},"args":[]},"mohanc:data:viz:barChart":{"id":"mohanc:data:viz:barChart","description":"Plot Bar Chart for the given data","usage":"<%= command.id %> [-d <string>] [-e <string>] [-o <string>] [-p <string>] [-m <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Plot bar char for the given data\n           sfdx mohanc:data:viz:barChart -m bar -d < Data File CSV> -e <Chart Encoding JSON> -o <Output file HTML> -p <Chart Parameters file JSON>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"datafilename":{"name":"datafilename","type":"option","char":"d","description":"Data file for viz CSV"},"encodingfilename":{"name":"encodingfilename","type":"option","char":"e","description":"encoding file for viz"},"outfilename":{"name":"outfilename","type":"option","char":"o","description":"HTML page output filename"},"chartparams":{"name":"chartparams","type":"option","char":"p","description":"JSON file with info about chart pageTitle, title, height, width"},"mark":{"name":"mark","type":"option","char":"m","description":"Mark for the graph: Example: bar, line"}},"args":[]},"mohanc:data:viz:dt":{"id":"mohanc:data:viz:dt","description":"Render given data file in Datatable","usage":"<%= command.id %> -i <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render given data file in Datatable **\n\n    Data Viewer \n    sfdx mohanc:data:view -i <inputfile>\n    JSON, CSV, TSV, PSV files are supported\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input file (JSON, CSV, TSV supported)","required":true}},"args":[]},"mohanc:data:viz:vega":{"id":"mohanc:data:viz:vega","description":"Render Vega Chart","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Render Vega Chart **\n\n    Vega charts \n    sfdx mohanc:data:viz:vega -i <definition.json>\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input JSON file for the chart"}},"args":[]},"mohanc:ea:dashboard:list":{"id":"mohanc:ea:dashboard:list","description":"Lists Dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dashboards\n           sfdx mohanc:ea:dashboard:list  -u <username>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:ea:dataConnector:list":{"id":"mohanc:ea:dataConnector:list","description":"Lists DataConnectors","usage":"<%= command.id %> [-s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List DataConnectors\n           sfdx mohanc:ea:dataConnector:list  -u <username> -s <slackId to post (optional)>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"slackid":{"name":"slackid","type":"option","char":"s","description":"Slack Id to post this info"}},"args":[]},"mohanc:ea:dataConnector:sourceObjects":{"id":"mohanc:ea:dataConnector:sourceObjects","description":"Get sourceObjects details for the given DataConnector Id","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get sourceObjects for the given DataConnector Id\n           sfdx mohanc:ea:dataConnector:sourceObjects  -u <username> -i <DataConnector-Id>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dcid":{"name":"dcid","type":"option","char":"i","description":"Id of the DataConnector for which we need sourceObjects details"}},"args":[]},"mohanc:ea:dataflow:dataflow2dataPrep":{"id":"mohanc:ea:dataflow:dataflow2dataPrep","description":"Convert given dataflow to dataPrep","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Convert given dataflow to dataPrep\n           sfdx mohanc:ea:dataflow:list  -u <username> -d <dataflowId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"d","description":"Dataflow Id to convert"}},"args":[]},"mohanc:ea:dataflow:definition":{"id":"mohanc:ea:dataflow:definition","description":"Get Definition of the given Dataflow","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get Definition of the given dataflow\n           sfdx mohanc:ea:dataflow:definition  -u <username> -d <dataflowId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"d","description":"Dataflow Id for which we need definition"}},"args":[]},"mohanc:ea:dataflow:fieldSource":{"id":"mohanc:ea:dataflow:fieldSource","description":"Get Field Source Info for the given dataflow","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get Field Source data for the given dataflow\n           sfdx mohanc:ea:dataflow:fieldSource  -u <username> -d <dataflowId>\n\n           Creates output in csv file :\n           --------------------------------------------------\n           NOTE:\n           Use:\n           sfdx mohanc:ea:dataflow:list  -u <username>\n           to list the dataflows in the org\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"d","description":"Dashboard name to analyzed"}},"args":[]},"mohanc:ea:dataflow:fieldUsage":{"id":"mohanc:ea:dataflow:fieldUsage","description":"Get Field Usage Info for the given dataflow ","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get Field Usage data for the given dataflow\n           sfdx mohanc:ea:dataflow:fieldUsage  -u <username> -d <dataflowId> \n\n           Creates output in both csv and json file :\n           \n           --------------------------------------------------\n           NOTE:\n           Use:\n           sfdx mohanc:ea:dataflow:list  -u <username>\n           to list the dataflows in the org\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"d","description":"Dataflow Id to analyzed"}},"args":[]},"mohanc:ea:dataflow:list":{"id":"mohanc:ea:dataflow:list","description":"Lists Dataflows  ","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dataflows\n           sfdx mohanc:ea:dataflow:list  -u <username> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:ea:dataflow:start":{"id":"mohanc:ea:dataflow:start","description":"Starts a given  Dataflow Id  ","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Start a given dataflow id\n           sfdx mohanc:ea:dataflow:start  -u <username> -i <dataflowId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"Dataflow Id to be run"}},"args":[]},"mohanc:ea:dataflow:vizf":{"id":"mohanc:ea:dataflow:vizf","description":"Visualize the given Dataflow json","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Visualize the given dataflow json \n           sfdx mohanc:ea:dataflow:vizf  -i <dataflow.json> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Dataflow json file"}},"args":[]},"mohanc:ea:dataset:export":{"id":"mohanc:ea:dataset:export","description":"Dataset Exporter  ","usage":"<%= command.id %> [-e <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           exports the latest run (or given exportId) datasetExport into a csv file\n\n           sfdx mohanc:ea:dataset:export  -u <username> -e [exportId]\n\n           if -e flag is not provided, latest exportId will be used for the export\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"exportid":{"name":"exportid","type":"option","char":"e","description":"Export Id to be exported or LATEST"}},"args":[]},"mohanc:ea:dataset:exportList":{"id":"mohanc:ea:dataset:exportList","description":"Lists Completed Dataset Exports  ","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Lists the completed Dataset Exports\n           sfdx mohanc:ea:dataset:list  -u <username> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:ea:dataset:fieldUsage":{"id":"mohanc:ea:dataset:fieldUsage","description":"Get Field Usage Info for the given dataset","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get Field Usage data for the given dataset\n           sfdx mohanc:ea:dataset:fieldUsage  -u <username> -d <datasetname> \n\n           Note: You can use this command to see the list of datasets in the org:\n           sfdx mohanc:ea:dataset:list  -u <username> \n\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetname":{"name":"datasetname","type":"option","char":"d","description":"Dataset name to analyzed"}},"args":[]},"mohanc:ea:dataset:list":{"id":"mohanc:ea:dataset:list","description":"Lists Datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Datasets\n           sfdx mohanc:ea:dataset:list  -u <username>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:ea:dataset:load":{"id":"mohanc:ea:dataset:load","description":"Dataset Loader for EA  ","usage":"<%= command.id %> [-d <string>] [-o <string>] [-m <string>] [-s <string>] [-f <string>] [-c <string>] [-a <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Loads the given csv file in EA as a dataset\n\n           sfdx mohanc:ea:dataset:load  -u <username> -d <datafile.csv> -o Upsert\n            -m <multiValueFields as CSV> -s <multiValue separator: default ','>\n            -f <DimFields as CSV >\n            -c <Chunk Size in MB: default: 9>\n            -a <Dataset Name or datafile name will be used>\n\n          NOTE: Provide shorter filenames for datafile \n          (only 8 characters for the name will be used)\n\n          NOTE: If you are using proxy: set the environment variable like this:\n          export HTTPS_PROXY=https://your.proxy:proxyPort\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datafile":{"name":"datafile","type":"option","char":"d","description":"Data file in csv format to load"},"operation":{"name":"operation","type":"option","char":"o","description":"Operation to perform : Overwrite|Append|Upsert|Delete"},"mulvalfields":{"name":"mulvalfields","type":"option","char":"m","description":"Multi Value Field Names in CSV"},"mulvalsep":{"name":"mulvalsep","type":"option","char":"s","description":"multiValue separator: default ',' "},"dimfields":{"name":"dimfields","type":"option","char":"f","description":"Dimension Field Names in CSV"},"chunksize":{"name":"chunksize","type":"option","char":"c","description":"Chunk size in MB (example: 6)"},"datasetname":{"name":"datasetname","type":"option","char":"a","description":"Dataset Name"}},"args":[]},"mohanc:ea:dataset:loadLarge":{"id":"mohanc:ea:dataset:loadLarge","description":"Dataset Loader for EA  ","usage":"<%= command.id %> [-d <string>] [-o <string>] [-m <string>] [-s <string>] [-f <string>] [-c <string>] [-a <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Loads the given csv file in EA as a dataset\n\n           sfdx mohanc:ea:dataset:loadLarge  -u <username> -d <datafile.csv> \n            -o operation (Overwrite|Append|Upsert|Delete)\n            -m <multiValueFields as CSV> -s <multiValue separator: default ','>\n            -f <DimFields as CSV >\n            -c <Chunk Size in MB: default: 9>\n            -a <Dataset Name or datafile name will be used>\n\n          NOTE: Provide shorter filenames for datafile \n          (only 8 characters for the name will be used)\n\n          NOTE: If you are using proxy: set the environment variable like this:\n          export HTTPS_PROXY=https://your.proxy:proxyPort\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datafile":{"name":"datafile","type":"option","char":"d","description":"Data file in csv format to load"},"operation":{"name":"operation","type":"option","char":"o","description":"Operation to perform : Overwrite|Append|Upsert|Delete"},"mulvalfields":{"name":"mulvalfields","type":"option","char":"m","description":"Multi Value Field Names in CSV"},"mulvalsep":{"name":"mulvalsep","type":"option","char":"s","description":"multiValue separator: default ',' "},"dimfields":{"name":"dimfields","type":"option","char":"f","description":"Dimension Field Names in CSV"},"chunksize":{"name":"chunksize","type":"option","char":"c","description":"Chunk size in MB (example: 6)"},"datasetname":{"name":"datasetname","type":"option","char":"a","description":"Dataset Name"}},"args":[]},"mohanc:ea:dataset:query":{"id":"mohanc:ea:dataset:query","description":"Query Dataset","usage":"<%= command.id %> [-q <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Datasets\n           sfdx mohanc:ea:dataset:query  -u <username> -q <saqlQueryFile>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfilename":{"name":"queryfilename","type":"option","char":"q","description":"SAQL Query File "}},"args":[]},"mohanc:ea:recipe:definition":{"id":"mohanc:ea:recipe:definition","description":"Get Definition of the given Recipe","usage":"<%= command.id %> [-r <string>] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Get Definition of the given Recipe\n           sfdx mohanc:ea:recipe:definition  -u <username> -r <recipeId> -f <format>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"recipeid":{"name":"recipeid","type":"option","char":"r","description":"Recipe Id for which we need definition"},"format":{"name":"format","type":"option","char":"f","description":"Format R3 or none"}},"args":[]},"mohanc:ea:recipe:list":{"id":"mohanc:ea:recipe:list","description":"Lists Recipes","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Recipes\n           sfdx mohanc:ea:recipe:list  -u <username>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:i18n:stf:fill":{"id":"mohanc:i18n:stf:fill","description":"Fill the given STF (Salesforce Translation File)  with Translations ","usage":"<%= command.id %> [-i <string>] [-t <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n   sfdx mohanc:i18n:stf:fill -i <stf input file>  -t 'translations in psv' \n\n   Example:\n        sfdx mohanc:i18n:stf:fill -i input.stf -t lang_fr.psv\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input STF file"},"transfile":{"name":"transfile","type":"option","char":"t","description":"Translations spec file PSV (pipe separated)"}},"args":[]},"mohanc:i18n:stf:prep":{"id":"mohanc:i18n:stf:prep","description":"Prep TSV for the given STF (Salesforce Translation File) ","usage":"<%= command.id %> [-i <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n   sfdx mohanc:i18n:stf:prep -i <stf input file> \n\n   Example:\n        sfdx mohanc:i18n:stf:prep -i input.stf \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Input STF file"}},"args":[]},"mohanc:mdapi:delta:deploy":{"id":"mohanc:mdapi:delta:deploy","description":"Perform Delta deployment","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Delta deployment\n           sfdx mohanc:mdapi:delta:deploy  -u <username> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:mdapi:helper:list":{"id":"mohanc:mdapi:helper:list","description":"List Metadata item of the given Metadata type and compare it with local","usage":"<%= command.id %> -m <string> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    List Metadata item of the given Metadata type and compare it with local \n           sfdx mohanc:mdapi:helper:list  -m <metadata type> -p <dxProjectFolder>\n           \n           Example: \n           sfdx mohanc:mdapi:helper:list  -m Profile -p ~/treeprj/force-app/main/default/\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"mtype":{"name":"mtype","type":"option","char":"m","description":"Metadata type, example: Profile","required":true},"prjfolder":{"name":"prjfolder","type":"option","char":"p","description":"DX Project folder path (example: ~/treeprj/force-app/main/default/","required":true}},"args":[]},"mohanc:mdapi:helper:rc":{"id":"mohanc:mdapi:helper:rc","description":"Retrieve Metadata and compare with local file","usage":"<%= command.id %> -m <string> -n <string> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    retrieve a metadata type from the org and compare with local file \n    sfdx mohanc:mdapi:helper:rc  -m <metadata type> -p <path/to/localFile> -n <name>\n    Example: \n           sfdx mohanc:mdapi:helper:rc -m PermissionSet -p <path/to/localFile> -n PermissionSetName\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"mtype":{"name":"mtype","type":"option","char":"m","description":"Metadata type, example: Profile","required":true},"name":{"name":"name","type":"option","char":"n","description":"Name of the metadata type","required":true},"pathtofile":{"name":"pathtofile","type":"option","char":"p","description":"Path to metadata file","required":true}},"args":[]},"mohanc:mdapi:helper:rc2":{"id":"mohanc:mdapi:helper:rc2","description":"Retrieve Metadata from 2 orgs and compares them","usage":"<%= command.id %> -o <string> -m <string> -n <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    retrieve a metadata type from 2 orgs and compare them\n    sfdx mohanc:mdapi:helper:rc  -m <metadata type> -o orgUserName1,orgUserName2  -n <name> \n    Example: \n           sfdx mohanc:mdapi:helper:rc2 -m PermissionSet -o orgUserName1,orgUserName2  -n PermissionSetName\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"orgusernames":{"name":"orgusernames","type":"option","char":"o","description":"2 Org usernames comma separated","required":true},"mtype":{"name":"mtype","type":"option","char":"m","description":"Metadata type, example: Profile","required":true},"name":{"name":"name","type":"option","char":"n","description":"Name of the metadata type","required":true}},"args":[]},"mohanc:mdapi:helper:retrieve":{"id":"mohanc:mdapi:helper:retrieve","description":"Retrieve Metadata","usage":"<%= command.id %> -m <string> -n <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           retrieve \n           sfdx mohanc:mdapi:helper:retrieve  -m <metadata type> -n <names>\n           \n           Example: \n           sfdx mohanc:mdapi:helper:retrieve  -m Profile -n Admin\n           sfdx mohanc:mdapi:helper:retrieve  -m Profile -n \"Admin,Read Only\"\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"mtype":{"name":"mtype","type":"option","char":"m","description":"Metadata type, example: Profile","required":true},"names":{"name":"names","type":"option","char":"n","description":"Names of the metadata type comma separated","required":true}},"args":[]},"mohanc:mdapi:helper:retrieveSimple":{"id":"mohanc:mdapi:helper:retrieveSimple","description":"Retrieve Metadata and compare with local file","usage":"<%= command.id %> -m <string> -n <string> [-f <string>] [-s <string>] [-l <string>] [-x <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           retrieve a metadata type of the given name\n           sfdx mohanc:mdapi:helper:retrieveSimple  -m <metadata type>  -n <name> -f json|xml|jsonSection -s section\n\n          section can be one of this:\n\n          \"applicationVisibilities\",\n          \"classAccesses\",\n          \"customPermissions\",\n          \"customMetadataTypeAccesses\",\n          \"fieldPermissions\",\n          \"layoutAssignments\",\n          \"objectPermissions\",\n          \"recordTypeVisibilities\",\n          \"tabVisibilities\",\n          \"userPermissions\"\n\n          OR ALL for jsonSection\n           \n           Example: \n           sfdx mohanc:mdapi:helper:retrieveSimple -m PermissionSet  -n PermissionSetName -f json -s classAccesses \n\n           Refer: https://mohan-chinnappan-n5.github.io/sfbooks/sfdevnotes/security/profile-ps.html#micro-delta for detailed docs and videos\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"mtype":{"name":"mtype","type":"option","char":"m","description":"Metadata type, example: Profile","required":true},"name":{"name":"name","type":"option","char":"n","description":"Name of the metadata type","required":true},"format":{"name":"format","type":"option","char":"f","description":"format (json, default: xml)","required":false},"section":{"name":"section","type":"option","char":"s","description":"section name (e.g: classAccesses (default:fieldPermissions )) ","required":false},"local":{"name":"local","type":"option","char":"l","description":"local file for Profile and PermissionSet ","required":false},"f2":{"name":"f2","type":"option","char":"x","description":"2nd local file ","required":false}},"args":[]},"mohanc:monitoring:em:get":{"id":"mohanc:monitoring:em:get","description":"Event Files for the given Event Type ","usage":"<%= command.id %> [-t <string>] [-o <string>] [-s <string>] [-e <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Event Files for the given Event Type  **\n    sfdx mohanc:monitoring:em:get -u <userName> -t <eventType> -o <outFileName> -s <startDateTime> -e <endDateTime>\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"eventtype":{"name":"eventtype","type":"option","char":"t","description":"Event Type for which Event File is requested"},"eventfileout":{"name":"eventfileout","type":"option","char":"o","description":"Output CSV file name to write the events into"},"startdate":{"name":"startdate","type":"option","char":"s","description":"Start DateTime for the logs in the format YYYY-MM-DDThh:mm:ssZ, example: 2012-12-30T00:10:00Z"},"enddate":{"name":"enddate","type":"option","char":"e","description":"End DateTime for the logs in the format YYYY-MM-DDThh:mm:ssZ,, example: 2012-12-30:23:00:00Z"}},"args":[]},"mohanc:monitoring:em:types":{"id":"mohanc:monitoring:em:types","description":"Show Event Types  ","usage":"<%= command.id %> [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Show Event Types   **\n    sfdx mohanc:monitoring:em:types -u <userName>\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:pa:pb:toflow":{"id":"mohanc:pa:pb:toflow","description":"Convert given Process to Flow ","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Convert given Process to Flow\n           sfdx mohanc:pa:pb:toflow  -i <processId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"processid":{"name":"processid","type":"option","char":"i","description":"Process Id to be converted to flow"}},"args":[]},"mohanc:regex:apex:checkComments":{"id":"mohanc:regex:apex:checkComments","description":"Check for comments in a given Apex class","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n  ** Check for comments in a given Apex class **\n  \n  $ sfdx  mohanc:regex:apex:checkComments -d <directory containing source code>\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"directoryname":{"name":"directoryname","type":"option","char":"d","description":"Directory containing Apex Class files "}},"args":[]},"mohanc:regex:apex:checkComments2":{"id":"mohanc:regex:apex:checkComments2","description":"Check for comments in given folder with  Apex classes","usage":"<%= command.id %> [-d <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n\n  ** Check for comments in given folder with  Apex classes **\n  \n  $ sfdx  mohanc:regex:apex:checkComments2 -d <directory containing source code>\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"directoryname":{"name":"directoryname","type":"option","char":"d","description":"Directory containing Apex Class files "}},"args":[]},"mohanc:security:jwt:create":{"id":"mohanc:security:jwt:create","description":"Create JWT","usage":"<%= command.id %> -i <string> -s <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Create JWT **\n\n    Create JWT for the given payload and secret\n    sfdx mohanc:security:jwt:create -j <jwt> -s secret\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"input":{"name":"input","type":"option","char":"i","description":"Input payload json file","required":true},"secret":{"name":"secret","type":"option","char":"s","description":"secret for the jwt","required":true}},"args":[]},"mohanc:security:jwt:verify":{"id":"mohanc:security:jwt:verify","description":"Create JWT","usage":"<%= command.id %> -j <string> -s <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Create JWT **\n\n    Verify the given JWT and secret\n    sfdx mohanc:security:jwt:verify -i <payload.json> -s secret\n\n   \n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"jwt":{"name":"jwt","type":"option","char":"j","description":"JWT to verify","required":true},"secret":{"name":"secret","type":"option","char":"s","description":"secret for the jwt","required":true}},"args":[]},"mohanc:slides:keynote:gen":{"id":"mohanc:slides:keynote:gen","description":"Keynote Generator  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-t <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Keynote Generator   **\n\n   sfdx mohanc:slides:keynote:gen -i slides-in.md -o slides-out.scpt -t 'AWS lamba and Salesforce'\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Slides content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output slides script  file to write to "},"title":{"name":"title","type":"option","char":"t","description":"Title for the slides deck"}},"args":[]},"mohanc:slides:pptx:gen":{"id":"mohanc:slides:pptx:gen","description":"PPTX Generator  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-t <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** PPTX Generator   **\n\n   sfdx mohanc:slides:pptx:gen -i slides-in.md -o slides-out.pptx -t 'AWS lamba and Salesforce'\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Slides content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output slides script  file to write to "},"title":{"name":"title","type":"option","char":"t","description":"Title for the slides deck"}},"args":[]},"mohanc:slides:reveal:gen":{"id":"mohanc:slides:reveal:gen","description":"Slides App Generator using Reveal.js  ","usage":"<%= command.id %> [-i <string>] [-o <string>] [-c <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n  ** Slides App Generator using Reveal.js   **\n\n1. Markdown input\nsfdx mohanc:slides:reveal:gen -i /tmp/slides.md -o /tmp/slides.md.html -c 'theme' -t 'My Fruits Slides'\n\nValid themes:\n\nblack (default), white, league, beige, sky, night, serif, simple, solarized, blood, moon\n\nsample input file:\ncat /tmp/slides.md\n## Fruits \n- Apple\n        - Courtland\n        - Granny Smith\n- Mango\n---\n## Vehicles \n- Cars\n- Trucks\n---\n## Sailing \n- Boats\n\n--------------------------\n\n2. html input\n\nsfdx mohanc:slides:reveal:gen -i /tmp/slides3.html -o /tmp/slides3-out.html  -t 'My Fruits Slides' -c sky\n\ncat /tmp/slides3.html\n<section>\n  <h2>The Lorenz Equations</h2>\n  [\begin{aligned}\n  dot{x} &amp; = sigma(y-x) \\\n  dot{y} &amp; = \rho x - y - xz \\\n  dot{z} &amp; = -\beta z + xy\n  end{aligned} ]\n</section>\n\n<section>\n  <h3>Apple</h3>\n  <ul>\n  <li>Granny Smith</li>\n  </ul>\n</section>\n<section>\n  <h3>Pear</h3>\n  <ul>\n  <li>Bosc</li>\n  <li>Williams</li>\n  </ul>\n\n</section>\n\n\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Slide content markdown file "},"outputfilename":{"name":"outputfilename","type":"option","char":"o","description":"Output  html file to write to "},"theme":{"name":"theme","type":"option","char":"c","description":"Theme for the slides default is black"},"title":{"name":"title","type":"option","char":"t","description":"Title for the Slides "}},"args":[]},"mohanc:tooling:lightning:create":{"id":"mohanc:tooling:lightning:create","description":"Tooling API CRUD","usage":"<%= command.id %> [-l <string>] [-k <string>] [-t <string>] [-f <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    $ sfdx  mohanc:tooling:lightning:create -l greeter  -k COMPONENT|APPLICATION|EVENT -t helloWorld|farmers\n  "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"aurabundlelabel":{"name":"aurabundlelabel","type":"option","char":"l","description":"Lightning Aura Bundle Label"},"kind":{"name":"kind","type":"option","char":"k","description":"COMPONENT or APPLICATION or EVENT"},"template":{"name":"template","type":"option","char":"t","description":"Component bundle template: helloWord|farmers"},"folder":{"name":"folder","type":"option","char":"f","description":"Folder to write bundle files"}},"args":[]},"mohanc:viz:graphviz:dot2svg":{"id":"mohanc:viz:graphviz:dot2svg","description":"Creates SVG from the given graphviz dot file","usage":"<%= command.id %> [-i <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Creates SVG from the given graphviz dot file **\n    sfdx mohanc:viz:graphviz:dot2svg -i <dot file> -r <renderer>\n\n    If you are looking for a Graphviz editor, here it is: \n    https://mohan-chinnappan-n.github.io/viz/viz.html\n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"graphviz dot file"},"renderer":{"name":"renderer","type":"option","char":"r","description":"Renderer method: circo | [dot] | fdp | neato | osage | twopi"}},"args":[]},"kovai:chrome:extn:gen:gen":{"id":"kovai:chrome:extn:gen:gen","description":"Generates a chrome extension","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Generates a chrome extension **\n    sfdx kovai:chrome:extn:gen -i <config file> \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Config json file"}},"args":[]},"mohanc:data:db:pg:query":{"id":"mohanc:data:db:pg:query","description":"Execute SQL Query on Postgres DB","usage":"<%= command.id %> [-q <string>] [-c <string>] [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Execute SQL Query on Postgres DB **\n\n    sfdx mohanc:data:db:pg:query -q <SQL query File> -c <PG connection JSON file>  -f <Output json|csv> \n\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"sqlfilename":{"name":"sqlfilename","type":"option","char":"q","description":"Input file having SQL query"},"pgconnfilename":{"name":"pgconnfilename","type":"option","char":"c","description":"Postgres DB connection JSON file"},"outputformat":{"name":"outputformat","type":"option","char":"f","description":"Output format json|csv"}},"args":[]},"mohanc:data:util:gen:fake":{"id":"mohanc:data:util:gen:fake","description":"Fake Data Generator","usage":"<%= command.id %> [-d <string>] [-n <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n    ** Fake Data Generator **\n    sfdx mohanc:data:gen:fake -d <Data Spec JSON> -n <Count of records>\n    "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dataspec":{"name":"dataspec","type":"option","char":"d","description":"Data Spec in JSON"},"count":{"name":"count","type":"option","char":"n","description":"Number of records to create"}},"args":[]},"mohanc:ea:dashboard:field:inUse":{"id":"mohanc:ea:dashboard:field:inUse","description":"Finds out the given field is used in the given dashboard","usage":"<%= command.id %> [-d <string>] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Checks the given field is used in the given dashboard\n           sfdx mohanc:ea:dashboard:field:inUse  -u <username> -d <dashboardName> -f <fieldName>\n\n           Note: You can use this command to see the list of dashboards in the org:\n           sfdx mohanc:ea:dashboard:list  -u <username>\n\n\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardname":{"name":"dashboardname","type":"option","char":"d","description":"Dashboard name to analyzed"},"fieldname":{"name":"fieldname","type":"option","char":"f","description":"Field  name to search"}},"args":[]},"mohanc:ea:dashboard:steps:list":{"id":"mohanc:ea:dashboard:steps:list","description":"List Dashboard steps and fields info for the given the dashboard id","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dashboard steps and fields info for the given the dashboard id\n           sfdx mohanc:ea:dashboard:steps:list -u <username> -i <dashboard ID>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dbid":{"name":"dbid","type":"option","char":"i","description":"Dashboard Id"}},"args":[]},"mohanc:ea:dashboard:steps:listf":{"id":"mohanc:ea:dashboard:steps:listf","description":"List Dashboard steps and fields info for the given the dashboard json","usage":"<%= command.id %> [-i <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dashboard Steps and fields info for the given the dashboard json file\n           sfdx mohanc:ea:dashboard:steps:listf  -i <dashboard JSON file>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"inputfilename":{"name":"inputfilename","type":"option","char":"i","description":"Dashboard json file"}},"args":[]},"mohanc:ea:dataflow:jobs:analyze":{"id":"mohanc:ea:dataflow:jobs:analyze","description":"Analyze the given dataflow job id and dataflow id","usage":"<%= command.id %> [-j <string>] [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:ea:dataflow:jobs:analyze  -u <username> -j <dataflowJobId> -d <dataflowId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"jobid":{"name":"jobid","type":"option","char":"j","description":"Dataflow job Id to analyzed"},"dataflowid":{"name":"dataflowid","type":"option","char":"d","description":"Dataflow Id to analyzed"}},"args":[]},"mohanc:ea:dataflow:jobs:list":{"id":"mohanc:ea:dataflow:jobs:list","description":"Lists Dataflow Jobs","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dataflow Jobs\n           sfdx mohanc:ea:dataflow:jobs:list  -u <username> \n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"mohanc:ea:dataflow:jobs:stop":{"id":"mohanc:ea:dataflow:jobs:stop","description":"Stops a given  Dataflow Job Id  ","usage":"<%= command.id %> [-i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           Stop a given dataflow job Id\n           sfdx mohanc:ea:dataflow:jobs:stop  -u <username> -i <dataflowJobId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowjobid":{"name":"dataflowjobid","type":"option","char":"i","description":"Dataflow Job Id to be stopped"}},"args":[]},"mohanc:ea:dataflow:jobs:timing":{"id":"mohanc:ea:dataflow:jobs:timing","description":"Lists Dataflow job timing of the given job id  ","usage":"<%= command.id %> [-j <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           List Dataflow Jobs timing\n           sfdx mohanc:ea:dataflow:jobs:timing  -u <username> -j <jobId>\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"jobid":{"name":"jobid","type":"option","char":"j","description":"Dataflow job Id"}},"args":[]},"mohanc:ea:dataflow:schedule:list":{"id":"mohanc:ea:dataflow:schedule:list","description":"Provide Job Schedule info for the given dataflow id","usage":"<%= command.id %> [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-mohanc-plugins","pluginType":"core","aliases":[],"examples":["\n           sfdx mohanc:ea:dataflow:schedule:list  -u <username> -d <Dataflow Id>\n\n           NOTE:\n           If you do not specify the Dataflow Id, schedule info for all dataflows will be listed\n\n      "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dfid":{"name":"dfid","type":"option","char":"d","description":"Dataflow Id for which we need Job Schedule info"}},"args":[]}}}