-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 30.8 KB
/
oclif.manifest.json
1
{"version":"0.0.6","commands":{"adp:apex:execute":{"id":"adp:apex:execute","description":"Iterates through and executes apex files in the specified directory","usage":"<%= command.id %> -d [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:apex:execute -d deploy/scripts -u myorg\n // Executes the files in the scripts directory for the target alias, myorg\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"},"directory":{"name":"directory","type":"boolean","char":"d","description":"path to directory containing Apex code files","required":true,"allowNo":false}},"args":[]},"adp:config:show":{"id":"adp:config:show","description":"Displays global and local configuration settings","usage":"<%= command.id %> [-g] [-l] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:config:show","sfdx adp:config:show -g","sfdx adp:config:show -l"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"globalonly":{"name":"globalonly","type":"boolean","char":"g","description":"show global config only","allowNo":false},"localonly":{"name":"localonly","type":"boolean","char":"l","description":"show local config only","allowNo":false}},"args":[]},"adp:data:run":{"id":"adp:data:run","description":"Runs a job to retrieve from or push data to an org.\nAvailable Job Types: get, put, delete\n","usage":"<%= command.id %> [-c <string>] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:data:run\n // Runs job in interactive mode (easiest)\n ","sfdx adp:data:run -c a1_get_visibility_rules -p mypassword\n // Runs job without user interaction\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"},"classname":{"name":"classname","type":"option","char":"c","description":"Java class name of job to run"},"sandboxpassword":{"name":"sandboxpassword","type":"option","char":"p","description":"Password for target org if sandbox"}},"args":[]},"adp:package:install":{"id":"adp:package:install","description":"Installs the current package and/or its dependencies","usage":"<%= command.id %> [-a] [-b Latest|Released] [--noprompt] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:install","sfdx adp:package:install -u xfrom1","sfdx adp:package:install -u xfrom1 -l"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"allpackages":{"name":"allpackages","type":"boolean","char":"a","description":"All packages, not just dependencies","allowNo":false},"versionbias":{"name":"versionbias","type":"option","char":"b","description":"Type of bias to use when determining package versions (Latest|Released)","helpValue":"(Latest|Released)","options":["Latest","Released"]},"noprompt":{"name":"noprompt","type":"boolean","description":"disables all prompts","allowNo":false}},"args":[]},"adp:package:list":{"id":"adp:package:list","description":"Lists the current package and all its dependencies","usage":"<%= command.id %> [-a] [-b Latest|Released] [-v] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:list\n // Lists the current package and all its dependent packages\n ","sfdx adp:package:list -v\n // Lists the packages with extended details, e.g. actual version number, release status and subscriber version ID\n ","sfdx adp:package:list -v -b my_branch\n // Lists the packages belonging to the specified branch"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"allpackages":{"name":"allpackages","type":"boolean","char":"a","description":"all packages, not just dependencies","allowNo":false},"versionbias":{"name":"versionbias","type":"option","char":"b","description":"type of bias to use when determining package versions (Latest|Released)","helpValue":"(Latest|Released)","options":["Latest","Released"]},"isverbose":{"name":"isverbose","type":"boolean","char":"v","description":"display extended package version details","allowNo":false}},"args":[]},"adp:package:retrieve":{"id":"adp:package:retrieve","description":"Retrieves a developer package, converts, and merges it into the local source","usage":"<%= command.id %> -p <string> [-q] [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:retrieve -p MyPackage -u OrgUserName\n // pulls the specified package from the org and converts/merges it into force-app\n ","sfdx adp:package:retrieve -p MyPackage -u OrgUserName -t TargetDir\n // pulls a package from the org and converts/merges it into /TargetDir\n ","sfdx adp:package:retrieve -p MyPackage -u OrgUserName -q\n // performs the retrieve-unzip-convert in Quiet mode, i.e without feedback\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"},"package":{"name":"package","type":"option","char":"p","description":"Package or change set to retrieve","required":true},"quietmode":{"name":"quietmode","type":"boolean","char":"q","description":"bypasses all user interaction","required":false,"allowNo":false},"target":{"name":"target","type":"option","char":"t","description":"Destination directory for conversion output. Defaults to force-app.","default":"force-app"}},"args":[]},"adp:package:uninstall":{"id":"adp:package:uninstall","description":"Uninstalls the current package and/or its dependencies","usage":"<%= command.id %> [--noprompt] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:uninstall","sfdx adp:package:uninstall -u xfrom1","sfdx adp:package:uninstall --noprompt"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"noprompt":{"name":"noprompt","type":"boolean","description":"disables all prompts","allowNo":false}},"args":[]},"adp:rest:query":{"id":"adp:rest:query","description":"Executes a SOQL query via the Tooling API","usage":"<%= command.id %> -q <string> -a <string> -e <string> [-m <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:rest:query -e https://myinstance.com -a myaccesstoken -q \"SELECT Id, Name FROM Account limit 5\"","sfdx adp:rest:query -e https://myinstance.com -a myaccesstoken -q \"SELECT Id, Name FROM Account limit 5\" -m 100"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"query":{"name":"query","type":"option","char":"q","description":"SOQL query string","required":true},"maxfetch":{"name":"maxfetch","type":"option","char":"m","description":"Max records to fetch","required":false},"accesstoken":{"name":"accesstoken","type":"option","char":"a","description":"OAuth access token with bang (!) escaped","required":true},"endpoint":{"name":"endpoint","type":"option","char":"e","description":"Salesforce SOAP API endpoint","required":true}},"args":[]},"adp:rest:upsert":{"id":"adp:rest:upsert","description":"Executes an Upsert via the REST API","usage":"<%= command.id %> -o <string> -t <string> -x <string> -a <string> -e <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:rest:upsert -t User -o '[{\"Ext_Id\": \"0GQ46000000LA9NGAW\", \"FirstName\": \"Xavier\"}]' -e https://myinstance.com -a myaccesstoken"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"objectjson":{"name":"objectjson","type":"option","char":"o","description":"JSON array of objects to upsert","required":true},"objecttype":{"name":"objecttype","type":"option","char":"t","description":"Type of object to upsert","required":true},"externalidfield":{"name":"externalidfield","type":"option","char":"x","description":"Name of external id field","required":true},"accesstoken":{"name":"accesstoken","type":"option","char":"a","description":"OAuth access token with bang (!) escaped","required":true},"endpoint":{"name":"endpoint","type":"option","char":"e","description":"Salesforce SOAP API endpoint","required":true}},"args":[]},"adp:shell:run":{"id":"adp:shell:run","description":"Runs shell script","usage":"<%= command.id %> [-f <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:shell:run\n // Runs <project>/.epsf/bash/build.sh\n ","sfdx adp:shell:run -f \"test.sh\"\n // Runs shell script from <project>/.epsf/bash\n ","sfdx adp:shell:run -f \"test/resources/bash/test.sh\"\n // Runs the specified shell script (outside of DX project)\n ","sfdx adp:shell:run -f \"test.sh cow moon\"\n // Runs script with parameters\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"},"file":{"name":"file","type":"option","char":"f","description":"shell script file to run","required":false},"args":{"name":"args","type":"option","char":"a","description":"argument list","required":false}},"args":[]},"adp:shell:runjar":{"id":"adp:shell:runjar","description":"Executes a JAR file with the specified pipe-delimited parameters.","usage":"<%= command.id %> -j <string> [--classpath <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:shell:runjar -j MyJarFile.jar\n // Executes jar file MyJarFile.jar with no arguments\n ","sfdx adp:shell:runjar -j MyJarFile.jar -a 3500\n // Executes jar file MyJarFile.jar with a single argument that does not contain spaces\n ","sfdx adp:shell:runjar -j MyJarFile.jar -a 'My first arg'\n // Passing a single argument that contains spaces\n ","sfdx adp:shell:runjar -j MyJarFile.jar -a \"My first arg|1000\"\n // Passing 2 arguments when one or more contains spaces\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"},"jarfile":{"name":"jarfile","type":"option","char":"j","description":"path to jar file","required":true},"classpath":{"name":"classpath","type":"option","description":"a colon(:)-delimited list of directories, JAR archives or ZIP archives to search for class files","required":false},"arguments":{"name":"arguments","type":"option","char":"a","description":"pipe-delimited jar file arguments","required":false}},"args":[]},"adp:source:deploy":{"id":"adp:source:deploy","description":"Deploys the source to a non-tracked org","usage":"<%= command.id %> [-b] [-c] [--noanonymous] [--nodestructives] [--nomain] [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:source:deploy\n // Runs sequence of commands required to deploy the monolith based on default username","sfdx adp:source:deploy -u myalias\n // Runs sequence of commands required to deploy the monolith to the specified org/alias","sfdx adp:source:deploy -c\n // Performs validation deploy only","sfdx adp:source:deploy -l NoTestRun\n // Deploys without tests","sfdx adp:source:deploy -b\n // Runs the deployment in debug mode","sfdx adp:source:deploy --noanonymous\n // Excludes pre and post anonymous Apex execution commands (not passed to override)","sfdx adp:source:deploy --nodestructives\n // Excludes pre and post destructive metadata (not passed to override)"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"debugmode":{"name":"debugmode","type":"boolean","char":"b","description":"performs mdapi conversion but skips deployment","required":false,"allowNo":false},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org","required":false,"allowNo":false},"noanonymous":{"name":"noanonymous","type":"boolean","description":"exclude pre and post anonymous Apex execution commands (excluded from override)","required":false,"allowNo":false},"nodestructives":{"name":"nodestructives","type":"boolean","description":"exclude pre and post destructive commands (excluded from override)","required":false,"allowNo":false},"nomain":{"name":"nomain","type":"boolean","description":"exclude main payload deployment","required":false,"allowNo":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg","required":false,"default":"RunAllTestsInOrg"}},"args":[]},"adp:source:destruct":{"id":"adp:source:destruct","description":"Generates a destructiveChanges.xml manifest","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:source:destruct -u myscratch\n // Generates a destructiveChanges.xml file for metadata deletions on the tracked org\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":[]},"adp:source:prepare":{"id":"adp:source:prepare","description":"Prepares the source for deployment using the pre-deployment transforms configured in plugin-config.json","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:source:prepare\n // Transforms the source under force-app as configured in the project plugin-config.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"}},"args":[]},"adp:tooling:query":{"id":"adp:tooling:query","description":"Executes a SOQL query via the Tooling API","usage":"<%= command.id %> -q <string> -u <string> -p <string> [-m <number>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:tooling:query -u USERNAME -p PASSWORD -q \"SELECT id FROM SandboxInfo\"","sfdx adp:tooling:query -r https://test.salesforce.com -u USERNAME -p PASSWORD -q \"SELECT id FROM SandboxInfo\" -m 100"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"query":{"name":"query","type":"option","char":"q","description":"SOQL query string","required":true},"maxfetch":{"name":"maxfetch","type":"option","char":"m","description":"Max records to fetch","required":false},"username":{"name":"username","type":"option","char":"u","description":"Salesforce username","required":true},"password":{"name":"password","type":"option","char":"p","description":"Salesforce password","required":true},"loginurl":{"name":"loginurl","type":"option","char":"r","description":"Use https://test.salesforce.com for sandbox","required":false}},"args":[]},"adp:tooling:update":{"id":"adp:tooling:update","description":"Executes an update via the Tooling API","usage":"<%= command.id %> -o <string> -t <string> -a <string> -e <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:tooling:update -t SandboxInfo -o '{\"Id\": \"0GQ46000000LA9NGAW\", \"LicenseType\": \"DEVELOPER\", \"AutoActivate\": true}' -e https://myinstance.com -a myaccesstoken"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"objectjson":{"name":"objectjson","type":"option","char":"o","description":"Object to update","required":true},"objecttype":{"name":"objecttype","type":"option","char":"t","description":"Type of object to update","required":true},"accesstoken":{"name":"accesstoken","type":"option","char":"a","description":"OAuth access token with bang (!) escaped","required":true},"endpoint":{"name":"endpoint","type":"option","char":"e","description":"Salesforce SOAP API endpoint","required":true}},"args":[]},"adp:auth:soap:login":{"id":"adp:auth:soap:login","description":"Authenticates a user via the SOAP API.","usage":"<%= command.id %> [-u <string>] [-p <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:auth:soap:login -u myusername -p mypassword"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","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"},"username":{"name":"username","type":"option","char":"u","description":"Salesforce username"},"password":{"name":"password","type":"option","char":"p","description":"Salesforce login password"},"loginurl":{"name":"loginurl","type":"option","char":"r","description":"Salesforce login URL"}},"args":[]},"adp:package:installed:list":{"id":"adp:package:installed:list","description":"Compares install package versions with version specified in sfdx-project.json","usage":"<%= command.id %> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:installed:list -u xfrom1\n // Lists the dependencies and the install status of each for the specified target username\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"},"allpackages":{"name":"allpackages","type":"boolean","char":"a","description":"All packages, not just dependencies","allowNo":false}},"args":[]},"adp:package:retrieve:postdestruct":{"id":"adp:package:retrieve:postdestruct","description":"Installs the current package and/or its dependencies","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:retrieve:postdestruct\n // Retrieves the \"postdestruct\" package from the org associated with the default username\n ","sfdx adp:package:retrieve:postdestruct -u myalias\n // Retrieves the \"postdestruct\" package from the org having username/alias \"myalias\"\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":[]},"adp:package:retrieve:predestruct":{"id":"adp:package:retrieve:predestruct","description":"Installs the current package and/or its dependencies","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:package:retrieve:predestruct\n // Retrieves the \"predestruct\" package from the org associated with the default username\n ","sfdx adp:package:retrieve:predestruct -u myalias\n // Retrieves the \"predestruct\" package from the org having username/alias \"myalias\"\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":[]},"adp:source:destructive:prepare":{"id":"adp:source:destructive:prepare","description":"Replaces (*) elements in the destructive package.xml with destructive elements specified by name","usage":"<%= command.id %> -d <string> [-f <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-cli-plugin","pluginType":"core","aliases":[],"examples":["sfdx adp:source:destructive:prepare -f $POST_DESTRUCT_XML -d $CONVERTED_POST_DESTRUCT_DIR\n // Prepares the destructive xml file specifed by -f based on the converted source directory specified after -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"},"destructivexml":{"name":"destructivexml","type":"option","char":"f","description":"Destructive XML file to prepare"},"destructsrcdir":{"name":"destructsrcdir","type":"option","char":"d","description":"MDAPI-formatted source to destruct","required":true}},"args":[]}}}