UNPKG

188 kBJSONView Raw
1{"version":"46.17.0","commands":{"force":{"id":"force","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:alias:list":{"id":"force:alias:list","description":"list username aliases for the Salesforce CLI\n\nExample: \n $ sfdx force:alias:list","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:alias:set":{"id":"force:alias:set","description":"set username aliases for the Salesforce CLI\n\nYou can associate an alias with only one username at a time. If you’ve set an alias multiple times, the alias points to the most recent username.\n\nTo delete an alias, run \"sfdx force:alias:set\" with no username.\n\nExamples:\n $ sfdx force:alias:set YourAlias=username@example.com\n $ sfdx force:alias:set YourAlias=username@example.com YourOtherAlias=devhub@example.com\n $ sfdx force:alias:set AliasToDelete=","usage":"<%= command.id %> name=value... [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:apex:execute":{"id":"force:apex:execute","description":"execute anonymous Apex code\n\nExecutes one or more lines of Apex code, or executes the code in a local file.\nBefore you enter code, run this command with no parameters to get a prompt.\nFrom the prompt, all commands are executed in a single execute anonymous request.\nFor more information, see \"Anonymous Blocks\" in the Apex Developer Guide.\n\nExamples:\n $ sfdx force:apex:execute -f ~/test.apex\n\n $ sfdx force:apex:execute \n >> Start typing Apex code. Press the Enter key after each line, \n >> then press CTRL+D when finished.","usage":"<%= command.id %> [-f <filepath>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"apexcodefile":{"name":"apexcodefile","type":"option","char":"f","description":"path to a local file containing Apex code","hidden":false,"required":false}},"args":[]},"force:auth:list":{"id":"force:auth:list","description":"list auth connection information","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:auth:logout":{"id":"force:auth:logout","description":"log out from authorized orgs\n\nBy default, this command logs you out from your default scratch org.\nExamples:\n $ sfdx force:auth:logout -u me@my.org\n $ sfdx force:auth:logout -a\n $ sfdx force:auth:logout -p","usage":"<%= command.id %> [-a] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"all":{"name":"all","type":"boolean","char":"a","description":"include all authenticated orgs","required":false,"allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt for confirmation","required":false,"allowNo":false}},"args":[]},"force:config:get":{"id":"force:config:get","description":"get config var values for given names\n\nTo see your default scratch org username, include \"defaultusername\".\nTo see your default Dev Hub, include \"defaultdevhubusername\".\nTo see your default instance URL, include \"instanceUrl\".\nTo see the locations where your values are set, include the --verbose flag.\n\nExamples:\n $ sfdx force:config:get defaultusername\n $ sfdx force:config:get defaultusername defaultdevhubusername instanceUrl\n $ sfdx force:config:get defaultusername defaultdevhubusername --verbose","usage":"<%= command.id %> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"verbose":{"name":"verbose","type":"boolean","description":"emit additional command output to stdout","allowNo":false}},"args":[]},"force:config:list":{"id":"force:config:list","description":"list config vars for the Salesforce CLI\n\nLists the config variables that the Salesforce CLI uses for various commands and tasks.","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:config:set":{"id":"force:config:set","description":"set config vars for the Salesforce CLI\n\nSets the configuration variables that the Salesforce CLI uses for various commands and tasks. Local variables apply only to your current project. Global variables apply in any directory.\n\nExamples:\n $ sfdx force:config:set defaultusername=me@my.org defaultdevhubusername=me@myhub.org\n $ sfdx force:config:set defaultdevhubusername=me@myhub.org -g","usage":"<%= command.id %> name=value... [-g] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"global":{"name":"global","type":"boolean","char":"g","description":"set config var globally (to be used from any directory)","required":false,"allowNo":false}},"args":[]},"force:mdapi:convert":{"id":"force:mdapi:convert","description":"convert metadata from the Metadata API format into the source format\n\nNOTE: This command must be run from within a project.\n\nTo use Salesforce CLI to work with components that you retrieved via Metadata API, first convert your files from the metadata format to the source format using \"sfdx force:mdapi:convert\".\n\nTo convert files from the source format back to the metadata format, so that you can deploy them using \"sfdx force:mdapi:deploy\", run \"sfdx force:source:convert\".\n\nExamples:\n $ sfdx force:mdapi:convert -r path/to/metadata\n $ sfdx force:mdapi:convert -r path/to/metadata -d path/to/outputdir","usage":"<%= command.id %> -r <directory> [-d <directory>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"the root directory containing the Metadata API–formatted metadata","required":true},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"the output directory to store the source–formatted files","required":false}},"args":[]},"force:mdapi:deploy":{"id":"force:mdapi:deploy","description":"deploy metadata to an org using Metadata API\n\nSpecify the location of the files to deploy as a .zip file or by the root of the directory tree containing the files. To check the status of a deployment, specify its job ID. To run quick deploy of a recently validated package, use --validateddeployrequestid with the validated ID.\n\nTo wait for the command to finish running no matter how long the deployment takes, set --wait to -1: \"sfdx force mdapi:deploy -w -1 ...\".","usage":"<%= command.id %> [-c] [-d <directory> | -f <filepath>] [-w <minutes>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r <array>] [-o] [-g] [-q <id>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org","required":false,"allowNo":false},"deploydir":{"name":"deploydir","type":"option","char":"d","description":"root of directory tree of files to deploy","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: 0)","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level","required":false,"helpValue":"(NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg)","options":["NoTestRun","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"ignoreerrors":{"name":"ignoreerrors","type":"boolean","char":"o","description":"ignore any errors and do not roll back deployment","required":false,"allowNo":false},"ignorewarnings":{"name":"ignorewarnings","type":"boolean","char":"g","description":"whether a warning will allow a deployment to complete successfully","required":false,"allowNo":false},"validateddeployrequestid":{"name":"validateddeployrequestid","type":"option","char":"q","description":"request ID of the validated deployment to run a Quick Deploy","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of deploy results","allowNo":false},"zipfile":{"name":"zipfile","type":"option","char":"f","description":"path to .zip file of metadata to deploy","required":false}},"args":[]},"force:mdapi:describemetadata":{"id":"force:mdapi:describemetadata","description":"display the metadata types enabled for your org\n\nThe default target username is the admin user for the default scratch org. The username must have the Modify All Data permission or the Modify Metadata permission (Beta). For more information about permissions, see Salesforce Help.\n\nExamples:\n $ sfdx force:mdapi:describemetadata -a 43.0\n $ sfdx force:mdapi:describemetadata -u me@example.com\n $ sfdx force:mdapi:describemetadata -f /path/to/outputfilename.txt\n $ sfdx force:mdapi:describemetadata -u me@example.com -f /path/to/outputfilename.txt","usage":"<%= command.id %> [-f <filepath>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"a","description":"API version to use (the default is 46.0)"},"resultfile":{"name":"resultfile","type":"option","char":"f","description":"filter metadata known by the CLI","required":false},"filterknown":{"name":"filterknown","type":"boolean","char":"k","description":"path to the file where results are stored","hidden":true,"allowNo":false}},"args":[]},"force:mdapi:listmetadata":{"id":"force:mdapi:listmetadata","description":"display properties of metadata components of a specified type\n\nThe default target username is the admin user for the default scratch org.\n\nExamples:\n $ sfdx force:mdapi:listmetadata -m CustomObject\n $ sfdx force:mdapi:listmetadata -m CustomObject -a 43.0\n $ sfdx force:mdapi:listmetadata -m CustomObject -u me@example.com\n $ sfdx force:mdapi:listmetadata -m CustomObject -f /path/to/outputfilename.txt\n $ sfdx force:mdapi:listmetadata -m Dashboard --folder foldername\n $ sfdx force:mdapi:listmetadata -m Dashboard --folder foldername -a 43.0\n $ sfdx force:mdapi:listmetadata -m Dashboard --folder foldername -u me@example.com\n $ sfdx force:mdapi:listmetadata -m Dashboard --folder foldername -f /path/to/outputfilename.txt\n $ sfdx force:mdapi:listmetadata -m CustomObject -u me@example.com -f /path/to/outputfilename.txt","usage":"<%= command.id %> -m <string> [-f <filepath>] [--folder <string>] [-u <string>] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"a","description":"API version to use (the default is 46.0)"},"resultfile":{"name":"resultfile","type":"option","char":"f","description":"path to the file where results are stored","required":false},"metadatatype":{"name":"metadatatype","type":"option","char":"m","description":"metadata type to be retrieved, such as CustomObject; metadata type value is case-sensitive","required":true},"folder":{"name":"folder","type":"option","description":"folder associated with the component; required for components that use folders; folder names are case-sensitive","required":false}},"args":[]},"force:mdapi:retrieve":{"id":"force:mdapi:retrieve","description":"retrieve metadata from an org using Metadata API\n\nThe default target username is the admin user for the default scratch org. You can retrieve and deploy up to 10,000 files or 400 MB (39 MB compressed) at one time.","usage":"<%= command.id %> -r <directory> [-w <minutes>] [-k <filepath>] [-d <directory>] [-p <array>] [-s] [-u <string>] [-a <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"a","description":"target API version for the retrieve (default 46.0)"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: -1 (no limit))","required":false},"retrievetargetdir":{"name":"retrievetargetdir","type":"option","char":"r","description":"directory root for the retrieved files","required":true},"unpackaged":{"name":"unpackaged","type":"option","char":"k","description":"file path of manifest of components to retrieve","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of retrieve result","allowNo":false},"sourcedir":{"name":"sourcedir","type":"option","char":"d","description":"source dir to use instead of the default package dir in sfdx-project.json","required":false},"packagenames":{"name":"packagenames","type":"option","char":"p","description":"a comma-separated list of packages to retrieve","required":false},"singlepackage":{"name":"singlepackage","type":"boolean","char":"s","description":"a single-package retrieve (default: false)","required":false,"allowNo":false}},"args":[]},"force:org:clone":{"id":"force:org:clone","description":"clone a sandbox org\n\nSpecify a configuration file with a sourceSandboxName or provide key=value pairs while cloning a sandbox. The --targetusername (-u) must be a production org with sandbox licenses. The —type (-t) is required if cloning a sandbox.\n\nExamples:\n $ sfdx force:org:clone -t sandbox -f config/dev-sandbox-def.json -u prodOrg -a MyDevSandbox\n $ sfdx force:org:clone -t sandbox sandboxName=DevSbx1 sourceSandboxName=Sbx2Clone -u prodOrg -a MyDevSandbox","usage":"<%= command.id %> [name=value...] -t sandbox [-f <filepath>] [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":"type of org to create","required":true,"helpValue":"(sandbox)","options":["sandbox"]},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to an org definition file","required":false},"definitionjson":{"name":"definitionjson","type":"option","char":"j","description":"org definition in JSON format","hidden":true,"required":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the created org as the default username","required":false,"allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"alias for the created org","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"the streaming client socket timeout (in minutes)","required":false,"default":{"quantity":6,"unit":0}}},"args":[]},"force:org:create":{"id":"force:org:create","description":"create a scratch or sandbox org\n\nSpecify a configuration file or provide key=value pairs while creating a scratch org or a sandbox. When creating scratch orgs, —targetdevhubusername (-v) must be a Dev Hub org. When creating sandboxes, the --targetusername (-u) must be a production org with sandbox licenses. The —type (-t) is required if creating a sandbox.\n\nExamples:\n $ sfdx force:org:create -f config/enterprise-scratch-def.json -a MyScratchOrg\n $ sfdx force:org:create edition=Developer -a MyScratchOrg -s -v devHub\n $ sfdx force:org:create -f config/enterprise-scratch-def.json -a ScratchOrgWithOverrides username=testuser1@mycompany.org\n $ sfdx force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg","usage":"<%= command.id %> [name=value...] [-t scratch|sandbox] [-f <filepath>] [-n] [-c] [-i <string>] [-s] [-a <string>] [-w <minutes>] [-d <number>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"type":{"name":"type","type":"option","char":"t","description":"type of org to create; sandbox org creation is in beta","required":false,"helpValue":"(scratch|sandbox)","options":["scratch","sandbox"],"default":"scratch"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to an org definition file","required":false},"definitionjson":{"name":"definitionjson","type":"option","char":"j","description":"org definition in JSON format","hidden":true,"required":false},"nonamespace":{"name":"nonamespace","type":"boolean","char":"n","description":"create the scratch org with no namespace","required":false,"allowNo":false},"noancestors":{"name":"noancestors","type":"boolean","char":"c","description":"do not include second-generation package ancestors in the scratch org","required":false,"allowNo":false},"clientid":{"name":"clientid","type":"option","char":"i","description":"connected app consumer key; not supported for sandbox org creation","required":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the created org as the default username","required":false,"allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"alias for the created org","required":false},"env":{"name":"env","type":"option","char":"e","description":"environment where the scratch org is created: sandbox*,virtual,prototype","hidden":true,"required":false,"helpValue":"(sandbox*|virtual|prototype)","options":["sandbox*","virtual","prototype"]},"wait":{"name":"wait","type":"option","char":"w","description":"the streaming client socket timeout (in minutes)","required":false,"default":{"quantity":6,"unit":0}},"durationdays":{"name":"durationdays","type":"option","char":"d","description":"duration of the scratch org (in days) (default:7, min:1, max:30)","required":false}},"args":[]},"force:org:delete":{"id":"force:org:delete","description":"mark a scratch or sandbox org for deletion\n\nTo mark the org for deletion without being prompted to confirm, specify --noprompt. \n\nExamples:\n $ sfdx force:org:delete -u me@my.org\n $ sfdx force:org:delete -u MyOrgAlias -p","usage":"<%= command.id %> [-p] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"no prompt to confirm deletion","required":false,"allowNo":false}},"args":[]},"force:org:display":{"id":"force:org:display","description":"get org description\n\nOutput includes your access token, client ID, connected status, org ID, instance URL, username, and alias, if applicable. \n\nUse --verbose to include the SFDX auth URL. Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using force:auth:web:login (not force:auth:jwt:grant).\n\nExamples:\n $ sfdx force:org:display\n $ sfdx force:org:display -u me@my.org\n $ sfdx force:org:display -u TestOrg1 --json\n $ sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"verbose":{"name":"verbose","type":"boolean","description":"emit additional command output to stdout","allowNo":false}},"args":[]},"force:org:list":{"id":"force:org:list","description":"list all orgs you’ve created or authenticated to\n\nExamples:\n $ sfdx force:org:list\n $ sfdx force:org:list --verbose --json\n $ sfdx force:org:list --verbose --json > tmp/MyOrgList.json","usage":"<%= command.id %> [--all] [--clean] [-p] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"verbose":{"name":"verbose","type":"boolean","description":"list more information about each org","allowNo":false},"all":{"name":"all","type":"boolean","description":"include expired, deleted, and unknown-status scratch orgs","required":false,"allowNo":false},"clean":{"name":"clean","type":"boolean","description":"remove all local org authorizations for non-active orgs","required":false,"allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt for confirmation","required":false,"allowNo":false}},"args":[]},"force:org:open":{"id":"force:org:open","description":"open an org in your browser\nOpens your default scratch org, or another org that you specify.\n\nTo open a specific page, specify the portion of the URL after \"yourInstance.salesforce.com/\" as --path. \nFor example, specify \"--path lightning\" to open Lightning Experience, or specify \"--path /apex/YourPage\" to open a Visualforce page.\n\nTo generate a URL but not launch your browser, specify --urlonly.\n\nExamples:\n $ sfdx force:org:open\n $ sfdx force:org:open -u me@my.org\n $ sfdx force:org:open -u MyTestOrg1\n $ sfdx force:org:open -r -p lightning","usage":"<%= command.id %> [-p <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"path":{"name":"path","type":"option","char":"p","description":"navigation URL path","required":false},"urlonly":{"name":"urlonly","type":"boolean","char":"r","description":"display navigation URL, but don’t launch browser","required":false,"allowNo":false}},"args":[]},"force:org:status":{"id":"force:org:status","description":"report sandbox org creation status and authenticate to org\n\nUse this command to check the status of your sandbox org creation and, if the org is ready, authenticate to the org.\nTo specify the number of minutes that the command will wait for the sandbox org creation to complete before returning control of the terminal to you, include a -w | --wait value.\n\nExamples:\n $ sfdx force:org:status -n YourSandboxName -w 10","usage":"<%= command.id %> -n <string> [-s] [-a <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sandboxname":{"name":"sandboxname","type":"option","char":"n","description":"name of the sandbox org to check status for","required":true},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the created org as the default username","required":false,"allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"alias for the created org","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait while polling for status","required":false,"default":{"quantity":6,"unit":0}}},"args":[]},"force:package:create":{"id":"force:package:create","description":"create a package\n\nNOTE: This command must be run from within a project.\n\nFirst, use this command to create a package. Then create a package version.\n\nIf you don’t have a namespace defined in your sfdx-project.json file, use --nonamespace.\n\nYour --name value must be unique within your namespace.\n\nExamples:\n $ sfdx force:package:create -n YourPackageName -t Unlocked -r force-app\n $ sfdx force:package:create -n YourPackageName -d \"Your Package Descripton\" -t Unlocked -r force-app\n\nRun 'sfdx force:package:list' to list all packages in the Dev Hub org.","usage":"<%= command.id %> -n <string> -t Managed|Unlocked -r <directory> [-d <string>] [-e] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"name":{"name":"name","type":"option","char":"n","description":"package name","required":true},"packagetype":{"name":"packagetype","type":"option","char":"t","description":"package type","required":true,"helpValue":"(Managed|Unlocked)","options":["Managed","Unlocked"]},"description":{"name":"description","type":"option","char":"d","description":"package description","required":false},"nonamespace":{"name":"nonamespace","type":"boolean","char":"e","description":"creates the package with no namespace; available only for unlocked packages.","required":false,"allowNo":false},"path":{"name":"path","type":"option","char":"r","description":"path to directory that contains the contents of the package","required":true}},"args":[]},"force:package:install":{"id":"force:package:install","description":"install a package in the target org\n\nSupply the ID of the package version to install. The package installs in your default target org unless you supply the username for a different target org.\n\nFor package upgrades, to specify options for component deprecation or deletion of removed components, include an --upgradetype value. To delete components that can be safely deleted and deprecate the others, specify --upgradetype Mixed (the default). To deprecate all removed components, specify --upgradetype DeprecateOnly. To delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify --upgradetype Delete. (Note: This option can result in the loss of data that is associated with the deleted components.) The default is Mixed.\n\nExamples:\n $ sfdx force:package:install --package 04t... -u me@example.com\n $ sfdx force:package:install --package awesome_package_alias\n $ sfdx force:package:install --package \"Awesome Package Alias\"\n $ sfdx force:package:install --package 04t... -t DeprecateOnly","usage":"<%= command.id %> [-w <minutes>] [-k <string>] [-b <minutes>] [-r] [-p <string>] [-a all|package] [-s AllUsers|AdminsOnly] [-t DeprecateOnly|Mixed|Delete] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status","required":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","required":false},"publishwait":{"name":"publishwait","type":"option","char":"b","description":"number of minutes to wait for subscriber package version ID to become available in the target org ","required":false},"noprompt":{"name":"noprompt","type":"boolean","char":"r","description":"do not prompt for confirmation","required":false,"allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to install","required":false},"apexcompile":{"name":"apexcompile","type":"option","char":"a","description":"compile all Apex in the org and package, or only Apex in the package","required":false,"helpValue":"(all|package)","options":["all","package"],"default":"all"},"securitytype":{"name":"securitytype","type":"option","char":"s","description":"security access type for the installed package (deprecation notice: The default --securitytype value will change from AllUsers to AdminsOnly in v47.0 or later.)","required":false,"helpValue":"(AllUsers|AdminsOnly)","options":["AllUsers","AdminsOnly"],"default":"AllUsers"},"upgradetype":{"name":"upgradetype","type":"option","char":"t","description":"the upgrade type for the package installation","required":false,"helpValue":"(DeprecateOnly|Mixed|Delete)","options":["DeprecateOnly","Mixed","Delete"],"default":"Mixed"}},"args":[]},"force:package:list":{"id":"force:package:list","description":"list all packages in the Dev Hub org\n\nYou can view the namespace, IDs, and other details for each package.\n\nExamples:\n $ sfdx force:package:list -v devhub@example.com\n $ sfdx force:package:list -v devhub@example.com --verbose","usage":"<%= command.id %> [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"verbose":{"name":"verbose","type":"boolean","description":"display extended package detail","allowNo":false}},"args":[]},"force:package:uninstall":{"id":"force:package:uninstall","description":"uninstall a second-generation package from the target org\n\nSpecify the package ID for a second-generation package.\n\nExamples:\n $ sfdx force:package:uninstall -p 04t... -u me@example.com\n $ sfdx force:package:uninstall -p undesirable_package_alias\n $ sfdx force:package:uninstall -p \"Undesirable Package Alias\"\n\nTo list the org’s installed packages, run \"sfdx force:package:installed:list\".\n\nTo uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.","usage":"<%= command.id %> [-w <minutes>] [-p <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for uninstall status","required":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to uninstall","required":false}},"args":[]},"force:package:update":{"id":"force:package:update","description":"update package details\n\nNOTE: This command must be run from within a project.\n\nSpecify a new value for each option you want to update.\n\nExamples:\n $ sfdx force:package:update -p \"Your Package Alias\" -n \"New Package Name\"\n $ sfdx force:package:update -p 0Ho... -d \"New Package Description\"\n\nRun \"sfdx force:package:list\" to list all packages in the Dev Hub org.","usage":"<%= command.id %> -p <string> [-n <string>] [-d <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to update","required":true},"name":{"name":"name","type":"option","char":"n","description":"new package name","required":false},"description":{"name":"description","type":"option","char":"d","description":"new package description","required":false}},"args":[]},"force:project:upgrade":{"id":"force:project:upgrade","description":"update project config files to the latest format\n\nExamples:\n $ sfdx force:project:upgrade\n $ sfdx force:project:upgrade -f","usage":"<%= command.id %> [-f] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"forceupgrade":{"name":"forceupgrade","type":"boolean","char":"f","description":"run all upgrades even if project has already been upgraded","required":false,"allowNo":false}},"args":[]},"force:source:convert":{"id":"force:source:convert","description":"convert source into Metadata API format\n\nNOTE: This command must be run from within a project.\n\nTo convert source-formatted files into the metadata format, so that you can deploy them using Metadata API, run \"sfdx force:source:convert\". Then deploy the metadata using \"sfdx force:mdapi:deploy\".\n\nTo convert Metadata API–formatted files into the source format, run \"sfdx force:mdapi:convert\".\n\nTo specify a package name that includes spaces, enclose the name in single quotes.\n\nExamples:\n $ sfdx force:source:convert -r path/to/source\n $ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'","usage":"<%= command.id %> [-r <directory>] [-d <directory>] [-n <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"a source directory other than the default package to convert","required":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"output directory to store the Metadata API–formatted files in","required":false},"packagename":{"name":"packagename","type":"option","char":"n","description":"name of the package to associate with the metadata-formatted files","required":false}},"args":[]},"force:source:delete":{"id":"force:source:delete","description":"delete source from your project and from a non-source-tracked org\n\nNOTE: This command must be run from within a project.\n\nUse this command to delete components from orgs that don’t have source tracking, such as sandboxes.\nTo remove deleted items from scratch orgs, which have change tracking, use \"sfdx force:source:push\".\n\nExamples:\n $ sfdx force:source:delete -p path/to/source\n $ sfdx force:source:delete -m <metadata>","usage":"<%= command.id %> [-r] [-w <minutes>] [-p <array> | -m <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"r","description":"do not prompt for delete confirmation","hidden":false,"required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes 33","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"sourcepath":{"name":"sourcepath","type":"option","char":"p","description":"comma-separated list of paths to the local metadata to delete","hidden":false,"required":false},"metadata":{"name":"metadata","type":"option","char":"m","description":"comma-separated list of names of metadata components to delete","required":false}},"args":[]},"force:source:deploy":{"id":"force:source:deploy","description":"deploy source to an org\n\nNOTE: This command must be run from within a project.\n\nUse this command to deploy source (metadata that’s in source format) to an org.\nTo take advantage of change tracking with scratch orgs, use \"sfdx force:source:push\".\nTo deploy metadata that’s in metadata format, use \"sfdx force:mdapi:deploy\".\n\nThe source you deploy overwrites the corresponding metadata in your org. This command does not attempt to merge your source with the versions in your org.\n\nTo run the command asynchronously, set --wait to 0, which immediately returns the job ID. This way, you can continue to use the CLI.\nTo check the status of the job, use force:source:deploy:report.\n\nIf the comma-separated list you’re supplying contains spaces, enclose the entire comma-separated list in one set of double quotes.\n\nExamples:\n\nTo deploy the source files in a directory:\n $ sfdx force:source:deploy -p path/to/source\nTo deploy a specific Apex class and the objects whose source is in a directory:\n $ sfdx force:source:deploy -p path/to/apex/classes/MyClass.cls,path/to/source/objects\nTo deploy source files in a comma-separated list that contains spaces:\n $ sfdx force:source:deploy -p \"path/to/objects/MyCustomObject/fields/MyField.field-meta.xml, path/to/apex/classes\"\n\nTo deploy all Apex classes:\n $ sfdx force:source:deploy -m ApexClass\nTo deploy a specific Apex class:\n $ sfdx force:source:deploy -m ApexClass:MyApexClass\nTo deploy all custom objects and Apex classes:\n $ sfdx force:source:deploy -m CustomObject,ApexClass\nTo deploy all Apex classes and two specific profiles (one of which has a space in its name):\n $ sfdx force:source:deploy -m \"ApexClass, Profile:My Profile, Profile: AnotherProfile\"\n\nTo deploy all components listed in a manifest:\n $ sfdx force:source:deploy -x path/to/package.xml\n\nTo run the tests that aren’t in any managed packages as part of a deployment:\n $ sfdx force:source:deploy -m ApexClass -l RunLocalTests\n\nTo check whether a deployment would succeed (to prepare for Quick Deploy):\n $ sfdx force:source:deploy -m ApexClass -l RunAllTestsInOrg -c\n\nTo deploy an already validated deployment (Quick Deploy):\n $ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH\n \nTo deploy an Aura bundle or Aura component (you must deploy the entire Aura bundle folder):\n $ sfdx force:source:deploy -m AuraDefinitionBundle:MyContactList","usage":"<%= command.id %> [-w <minutes>] [-q <id> | -x <filepath> | -m <array> | -p <array> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -o | -g] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org","required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level","required":false,"helpValue":"(NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg)","options":["NoTestRun","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"ignoreerrors":{"name":"ignoreerrors","type":"boolean","char":"o","description":"ignore any errors and do not roll back deployment","required":false,"allowNo":false},"ignorewarnings":{"name":"ignorewarnings","type":"boolean","char":"g","description":"whether a warning will allow a deployment to complete successfully","required":false,"allowNo":false},"validateddeployrequestid":{"name":"validateddeployrequestid","type":"option","char":"q","description":"request ID of the validated deployment to run a Quick Deploy","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of deploy results","allowNo":false},"metadata":{"name":"metadata","type":"option","char":"m","description":"comma-separated list of metadata component names","required":false},"sourcepath":{"name":"sourcepath","type":"option","char":"p","description":"comma-separated list of paths to the local source files to deploy","hidden":false,"required":false},"manifest":{"name":"manifest","type":"option","char":"x","description":"file path for manifest (package.xml) of components to deploy","hidden":false,"required":false}},"args":[]},"force:source:open":{"id":"force:source:open","description":"edit a Lightning Page with Lightning App Builder\n\nNOTE: This command must be run from within a project.\n\nThe file opens in your default browser.\nIf no browser-based editor is available for the selected file, this command opens your org’s home page.\nTo generate a URL for the browser-based editor but not open the editor, use --urlonly.\n\nExamples:\n $ sfdx force:source:open -f Property_Record_Page.flexipage-meta.xml\n $ sfdx force:source:open -f Property_Record_Page.flexipage-meta.xml -r","usage":"<%= command.id %> -f <filepath> [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sourcefile":{"name":"sourcefile","type":"option","char":"f","description":"file to edit","hidden":false,"required":true},"urlonly":{"name":"urlonly","type":"boolean","char":"r","description":"generate a navigation URL; don’t launch the editor","hidden":false,"required":false,"allowNo":false}},"args":[]},"force:source:pull":{"id":"force:source:pull","description":"pull source from the scratch org to the project\n\nNOTE: This command must be run from within a project.\n\nIf the command detects a conflict, it displays the conflicts but does not complete the process. After reviewing the conflict, rerun the command with the --forceoverwrite parameter.","usage":"<%= command.id %> [-w <minutes>] [-f] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: 33)","required":false,"default":{"quantity":33,"unit":0}},"forceoverwrite":{"name":"forceoverwrite","type":"boolean","char":"f","description":"ignore conflict warnings and overwrite changes to the project","required":false,"allowNo":false}},"args":[]},"force:source:push":{"id":"force:source:push","description":"push source to a scratch org from the project\n\nNOTE: This command must be run from within a project.\n\nIf the command detects a conflict, it displays the conflicts but does not complete the process. After reviewing the conflict, rerun the command with the --forceoverwrite parameter.","usage":"<%= command.id %> [-f] [-g] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"forceoverwrite":{"name":"forceoverwrite","type":"boolean","char":"f","description":"ignore conflict warnings and overwrite changes to scratch org","required":false,"allowNo":false},"ignorewarnings":{"name":"ignorewarnings","type":"boolean","char":"g","description":"deploy changes even if warnings are generated","required":false,"allowNo":false},"replacetokens":{"name":"replacetokens","type":"boolean","char":"r","description":"replace tokens in source files prior to deployment","hidden":true,"required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: 33)","required":false,"default":{"quantity":33,"unit":0}}},"args":[]},"force:source:retrieve":{"id":"force:source:retrieve","description":"retrieve source from an org\n\nNOTE: This command must be run from within a project.\n\nUse this command to retrieve source (metadata that’s in source format) from an org.\nTo take advantage of change tracking with scratch orgs, use \"sfdx force:source:pull\".\nTo retrieve metadata that’s in metadata format, use \"sfdx force:mdapi:retrieve\".\n\nThe source you retrieve overwrites the corresponding source files in your local project. This command does not attempt to merge the source from your org with your local source files.\n\nIf the comma-separated list you’re supplying contains spaces, enclose the entire comma-separated list in one set of double quotes.\n\nExamples:\n\nTo retrieve the source files in a directory:\n $ sfdx force:source:retrieve -p path/to/source\nTo retrieve a specific Apex class and the objects whose source is in a directory:\n $ sfdx force:source:retrieve -p path/to/apex/classes/MyClass.cls,path/to/source/objects\nTo retrieve source files in a comma-separated list that contains spaces:\n $ sfdx force:source:retrieve -p \"path/to/objects/MyCustomObject/fields/MyField.field-meta.xml, path/to/apex/classes\"\n\nTo retrieve all Apex classes:\n $ sfdx force:source:retrieve -m ApexClass\nTo retrieve a specific Apex class:\n $ sfdx force:source:retrieve -m ApexClass:MyApexClass\nTo retrieve all custom objects and Apex classes:\n $ sfdx force:source:retrieve -m CustomObject,ApexClass\nTo retrieve all Apex classes and two specific profiles (one of which has a space in its name):\n $ sfdx force:source:retrieve -m \"ApexClass, Profile:My Profile, Profile: AnotherProfile\"\n\nTo retrieve all metadata components listed in a manifest:\n $ sfdx force:source:retrieve -x path/to/package.xml\n\nTo retrieve metadata from a package or multiple packages:\n $ sfdx force:source:retrieve -n MyPackageName\n $ sfdx force:source:retrieve -n \"Package1, PackageName With Spaces, Package3\"\n\nTo retrieve all metadata from a package and specific components that aren’t in the package, specify both -n | --packagenames and one other scoping parameter:\n $ sfdx force:source:retrieve -n MyPackageName -p path/to/apex/classes\n $ sfdx force:source:retrieve -n MyPackageName -m ApexClass:MyApexClass\n $ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml\n \nTo retrieve an Aura bundle or Aura component (you must retrieve the entire Aura bundle folder):\n $ sfdx force:source:retrieve -m AuraDefinitionBundle:MyContactList","usage":"<%= command.id %> [-w <minutes>] [-x <filepath> | -m <array> | -p <array>] [-n <array>] [-u <string>] [-a <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"a","description":"target API version for the retrieve (default 46.0)"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"manifest":{"name":"manifest","type":"option","char":"x","description":"file path for manifest (package.xml) of components to retrieve","required":false},"metadata":{"name":"metadata","type":"option","char":"m","description":"comma-separated list of metadata component names","required":false},"packagenames":{"name":"packagenames","type":"option","char":"n","description":"a comma-separated list of packages to retrieve","required":false},"sourcepath":{"name":"sourcepath","type":"option","char":"p","description":"comma-separated list of source file paths to retrieve","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of retrieve result","allowNo":false}},"args":[]},"force:source:status":{"id":"force:source:status","description":"list local changes and/or changes in a scratch org\n\nNOTE: This command must be run from within a project.\n\nExamples:\n $ sfdx force:source:status -l\n $ sfdx force:source:status -r\n $ sfdx force:source:status -a\n $ sfdx force:source:status -a -u me@example.com --json","usage":"<%= command.id %> [-a] [-l] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"all":{"name":"all","type":"boolean","char":"a","description":"list all the changes that have been made","required":false,"allowNo":false},"local":{"name":"local","type":"boolean","char":"l","description":"list the changes that have been made locally","required":false,"allowNo":false},"remote":{"name":"remote","type":"boolean","char":"r","description":"list the changes that have been made in the scratch org","required":false,"allowNo":false}},"args":[]},"force:user:create":{"id":"force:user:create","description":"create a user for a scratch org\n\nCreate a user for a scratch org, optionally setting an alias for use by the CLI, assigning permission sets (e.g., permsets=ps1,ps2), generating a password (e.g., generatepassword=true), and setting User sObject fields.\n\nExamples:\n $ sfdx force:user:create\n $ sfdx force:user:create -a testuser1 -f config/project-user-def.json\n $ sfdx force:user:create username=testuser1@my.org email=me@my.org permsets=DreamHouse\n $ sfdx force:user:create -f config/project-user-def.json email=me@my.org generatepassword=true","usage":"<%= command.id %> [name=value...] [-f <filepath>] [-a <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"file path to a user definition","required":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"set an alias for the created username to reference within the CLI","required":false}},"args":[]},"force:user:display":{"id":"force:user:display","description":"displays information about a user of a scratch org\n\nOutput includes the profile name, org ID, access token, instance URL, login URL, and alias if applicable.\nExamples:\n $ sfdx force:user:display\n $ sfdx force:user:display -u me@my.org --json","usage":"<%= command.id %> [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:user:list":{"id":"force:user:list","description":"lists all users of a scratch org\n\nThe original scratch org admin is marked with \"(A)\"\nExamples:\n $ sfdx force:user:list\n $ sfdx force:user:list -u me@my.org --json\n $ sfdx force:user:list --json > tmp/MyUserList.json","usage":"<%= command.id %> [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:apex:log:get":{"id":"force:apex:log:get","description":"fetch the last debug log\n\nWhen you execute this command in a project, it fetches the specified log or given number of last logs from your default scratch org.\n\nTo get the IDs for your debug logs, run \"sfdx force:apex:log:list\".\n\nTo specify a count of logs to return, use the --number parameter to return the most recent logs.\n\nExecuting this command without parameters returns the most recent log.\n\nExamples:\n $ sfdx force:apex:log:get -i <log id>\n $ sfdx force:apex:log:get -i <log id> -u me@my.org\n $ sfdx force:apex:log:get -n 2 -c","usage":"<%= command.id %> [-c] [-i <id> | -n <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"color":{"name":"color","type":"boolean","char":"c","description":"colorize noteworthy log lines","hidden":false,"required":false,"allowNo":false},"logid":{"name":"logid","type":"option","char":"i","description":"ID of the log to display","hidden":false,"required":false},"number":{"name":"number","type":"option","char":"n","description":"number of most recent logs to display","hidden":false,"required":false}},"args":[]},"force:apex:log:list":{"id":"force:apex:log:list","description":"list debug logs\n\nWhen you execute this command in a project, it lists the log IDs for your default scratch org.\n\nExamples:\n $ sfdx force:apex:log:list\n $ sfdx force:apex:log:list -u me@my.org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:apex:log:tail":{"id":"force:apex:log:tail","description":"start debug logging and display logs\n\nTails logs from your target org for 30 minutes.\n\nIf a DEVELOPER_LOG trace flag does not exist, this command creates one in the target org.\n\nIf the active trace flag's expiration date is within this command's timeout window, the command sets the trace flag's expiration date to 30 minutes from the current time.\n\nThe --debuglevel parameter assigns a debug level to the active DEVELOPER_LOG trace flag.\n\nUse --skiptraceflag to skip trace flag setup, including setting expiration date and debug level. Include this flag only if there is an active user-based trace flag for your user.\n\nThe --json parameter emits log lines in JSON, but does not follow the standard Salesforce CLI JSON format (which includes status and result values).\n\nExamples:\n $ sfdx force:apex:log:tail\n $ sfdx force:apex:log:tail --debuglevel MyDebugLevel\n $ sfdx force:apex:log:tail -c -s","usage":"<%= command.id %> [-c] [-d <string>] [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"color":{"name":"color","type":"boolean","char":"c","description":"colorize noteworthy log lines","hidden":false,"required":false,"allowNo":false},"debuglevel":{"name":"debuglevel","type":"option","char":"d","description":"debug level for trace flag","hidden":false,"required":false},"skiptraceflag":{"name":"skiptraceflag","type":"boolean","char":"s","description":"skip trace flag setup","hidden":false,"required":false,"allowNo":false}},"args":[]},"force:apex:test:report":{"id":"force:apex:test:report","description":"display test results\n\nDisplays test results for an enqueued or completed asynchronous Apex test run.\n\nExamples:\n $ sfdx force:apex:test:report -i <test run id>\n $ sfdx force:apex:test:report -i <test run id> -r junit\n $ sfdx force:apex:test:report -i <test run id> -c --json","usage":"<%= command.id %> -i <id> [-c] [-d <directory>] [-w <minutes>] [-r human|tap|junit|json] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"testrunid":{"name":"testrunid","type":"option","char":"i","description":"ID of test run","required":true},"codecoverage":{"name":"codecoverage","type":"boolean","char":"c","description":"retrieve code coverage results","required":false,"allowNo":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"directory to store test run files","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"the streaming client socket timeout (in minutes)","required":false,"default":{"quantity":6,"unit":0}},"verbose":{"name":"verbose","type":"boolean","description":"display Apex test processing details","allowNo":false},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout; --json flag overrides this parameter","helpValue":"(human|tap|junit|json)","options":["human","tap","junit","json"],"default":"human"}},"args":[]},"force:apex:test:run":{"id":"force:apex:test:run","description":"invoke Apex tests\n\nBy default, runs all Apex tests in the org’s namespace.\n\nTo run specific test classes, specify class names or suite names, or set a --testlevel value.\n\nTo run specific test methods, use --tests.\n\nExamples:\n $ sfdx force:apex:test:run\n $ sfdx force:apex:test:run -n MyClassTest,MyOtherClassTest -r human\n $ sfdx force:apex:test:run -s MySuite,MyOtherSuite -c --json\n $ sfdx force:apex:test:run -t MyClassTest.testCoolFeature,MyClassTest.testAwesomeFeature,AnotherClassTest,namespace.TheirClassTest.testThis -r human\n $ sfdx force:apex:test:run -l RunLocalTests -d <path to outputdir> -u me@my.org","usage":"<%= command.id %> [-n <array> | -s <array> | -t <array>] [-c] [-d <directory>] [-l RunLocalTests|RunAllTestsInOrg|RunSpecifiedTests] [-w <minutes>] [-y] [-r human|tap|junit|json] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"classnames":{"name":"classnames","type":"option","char":"n","description":"comma-separated list of Apex test class names to run","required":false},"suitenames":{"name":"suitenames","type":"option","char":"s","description":"comma-separated list of Apex test suite names to run","required":false},"tests":{"name":"tests","type":"option","char":"t","description":"comma-separated list of Apex test class names or IDs and, if applicable, test methods to run","required":false},"codecoverage":{"name":"codecoverage","type":"boolean","char":"c","description":"retrieve code coverage results","required":false,"allowNo":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"directory to store test run files","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"testlevel enum value","required":false,"helpValue":"(RunLocalTests|RunAllTestsInOrg|RunSpecifiedTests)","options":["RunLocalTests","RunAllTestsInOrg","RunSpecifiedTests"]},"wait":{"name":"wait","type":"option","char":"w","description":"the streaming client socket timeout (in minutes)","required":false},"precompilewait":{"name":"precompilewait","type":"option","description":"how long to wait (in minutes) for Apex pre-compilation","hidden":true,"required":false},"synchronous":{"name":"synchronous","type":"boolean","char":"y","description":"run tests from a single class synchronously","required":false,"allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"display Apex test processing details","allowNo":false},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout; --json flag overrides this parameter","helpValue":"(human|tap|junit|json)","options":["human","tap","junit","json"]}},"args":[]},"force:auth:device:login":{"id":"force:auth:device:login","description":"authorize an org using a device code","usage":"<%= command.id %> [-i <string>] [-r <url>] [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"clientid":{"name":"clientid","type":"option","char":"i","description":"OAuth client ID (aka consumer key)"},"instanceurl":{"name":"instanceurl","type":"option","char":"r","description":"login URL of the instance the org is on"},"setdefaultdevhubusername":{"name":"setdefaultdevhubusername","type":"boolean","char":"d","description":"set the authenticated org as the default Dev Hub org for scratch org creation","allowNo":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the authenticated org as the default username that all commands run against","allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"set an alias for the authenticated org"}},"args":[]},"force:auth:jwt:grant":{"id":"force:auth:jwt:grant","description":"authorize an org using the JWT flow\n\nAuthorizes a Salesforce org using a private key file that has been uploaded to a personal connected app.\n\nIf you specify an --instanceurl value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. To specify a My Domain URL, use the format <yourdomain>.my.salesforce.com (not <yourdomain>.lightning.force.com).\n\nExamples:\n $ sfdx force:auth:jwt:grant -u me@my.org -f <path to jwt key file> -i <OAuth client id>\n $ sfdx force:auth:jwt:grant -u me@my.org -f <path to jwt key file> -i <OAuth client id> -s -a MyDefaultOrg\n $ sfdx force:auth:jwt:grant -u me@acme.org -f <path to jwt key file> -i <OAuth client id> -r https://acme.my.salesforce.com","usage":"<%= command.id %> -u <string> -f <filepath> -i <string> [-r <url>] [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"username":{"name":"username","type":"option","char":"u","description":"authentication username","required":true},"jwtkeyfile":{"name":"jwtkeyfile","type":"option","char":"f","description":"path to a file containing the private key","required":true},"clientid":{"name":"clientid","type":"option","char":"i","description":"OAuth client ID (sometimes called the consumer key)","required":true},"instanceurl":{"name":"instanceurl","type":"option","char":"r","description":"the login URL of the instance the org lives on"},"setdefaultdevhubusername":{"name":"setdefaultdevhubusername","type":"boolean","char":"d","description":"set the authenticated org as the default dev hub org for scratch org creation","allowNo":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the authenticated org as the default username that all commands run against","allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"set an alias for the authenticated org"},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt for auth confirmation in demo mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"force:auth:sfdxurl:store":{"id":"force:auth:sfdxurl:store","description":"authorize an org using an SFDX auth URL\n\nAuthorize a Salesforce org using an SFDX auth URL stored within a file.\nThe file must have the format \"force://<refreshToken>@<instanceUrl>\" or \"force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>\".\nThe file must contain only the URL or be a JSON file that has a top-level property named sfdxAuthUrl.\n\nExamples:\n $ sfdx force:auth:sfdxurl:store -f <path to sfdxAuthUrl file>\n $ sfdx force:auth:sfdxurl:store -f <path to sfdxAuthUrl file> -s -a MyDefaultOrg","usage":"<%= command.id %> -f <filepath> [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"sfdxurlfile":{"name":"sfdxurlfile","type":"option","char":"f","description":"path to a file containing the sfdx url","required":true},"setdefaultdevhubusername":{"name":"setdefaultdevhubusername","type":"boolean","char":"d","description":"set the authenticated org as the default dev hub org for scratch org creation","allowNo":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the authenticated org as the default username that all commands run against","allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"set an alias for the authenticated org"},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt for auth confirmation in demo mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"force:auth:web:login":{"id":"force:auth:web:login","description":"authorize an org using the web login flow\n\nTo log in to a sandbox, set --instanceurl to https://test.salesforce.com.\n\nExamples:\n $ sfdx force:auth:web:login -a TestOrg1\n $ sfdx force:auth:web:login -i <OAuth client id>\n $ sfdx force:auth:web:login -r https://test.salesforce.com","usage":"<%= command.id %> [-i <string>] [-r <url>] [-d] [-s] [-a <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"clientid":{"name":"clientid","type":"option","char":"i","description":"OAuth client ID (sometimes called the consumer key)"},"instanceurl":{"name":"instanceurl","type":"option","char":"r","description":"the login URL of the instance the org lives on"},"setdefaultdevhubusername":{"name":"setdefaultdevhubusername","type":"boolean","char":"d","description":"set the authenticated org as the default dev hub org for scratch org creation","allowNo":false},"setdefaultusername":{"name":"setdefaultusername","type":"boolean","char":"s","description":"set the authenticated org as the default username that all commands run against","allowNo":false},"setalias":{"name":"setalias","type":"option","char":"a","description":"set an alias for the authenticated org"},"disablemasking":{"name":"disablemasking","type":"boolean","description":"disable masking of user input (for use with problematic terminals)","hidden":true,"allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt for auth confirmation in demo mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"force:data:bulk:delete":{"id":"force:data:bulk:delete","description":"bulk delete records from a csv file\n\nThe file must be a CSV file with only one column: \"Id\".\nOne job can contain many batches, depending on the length of the CSV file.\nReturns a job ID and a batch ID. Use these IDs to check job status with data:bulk:status.\n\nExamples:\n $ sfdx force:data:bulk:delete -s Account -f ./path/to/file.csv\n $ sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv","usage":"<%= command.id %> -s <string> -f <filepath> [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the sObject type of the records you’re deleting","hidden":false,"required":true},"csvfile":{"name":"csvfile","type":"option","char":"f","description":"the path to the CSV file containing the ids of the records to delete","hidden":false,"required":true},"wait":{"name":"wait","type":"option","char":"w","description":"the number of minutes to wait for the command to complete before displaying the results","hidden":false,"required":false}},"args":[]},"force:data:bulk:status":{"id":"force:data:bulk:status","description":"view the status of a bulk data load job or batch\n\nExamples:\n $ sfdx force:data:bulk:status -i 750xx000000005sAAA\n $ sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA","usage":"<%= command.id %> -i <id> [-b <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":"i","description":"the ID of the job you want to view or of the job whose batch you want to view","hidden":false,"required":true},"batchid":{"name":"batchid","type":"option","char":"b","description":"the ID of the batch whose status you want to view","hidden":false,"required":false}},"args":[]},"force:data:bulk:upsert":{"id":"force:data:bulk:upsert","description":"bulk upsert records from a CSV file\n\nInserts or updates records from a CSV file. \nOne job can contain many batches, depending on the length of the CSV file.\nReturns a job ID and a batch ID. Use these IDs to check job status with data:bulk:status.\n\nFor information about formatting your CSV file, see \"Prepare CSV Files\" in the Bulk API Developer Guide.\n\nExamples:\n $ sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i MyField__c\n $ sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2","usage":"<%= command.id %> -s <string> -f <filepath> -i <string> [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the sObject type of the records you want to upsert","hidden":false,"required":true},"csvfile":{"name":"csvfile","type":"option","char":"f","description":"the path to the CSV file that defines the records to upsert","hidden":false,"required":true},"externalid":{"name":"externalid","type":"option","char":"i","description":"the column name of the external ID","hidden":false,"required":true},"wait":{"name":"wait","type":"option","char":"w","description":"the number of minutes to wait for the command to complete before displaying the results","hidden":false,"required":false}},"args":[]},"force:data:record:create":{"id":"force:data:record:create","description":"create a record\n\nThe format of a field-value pair is <fieldName>=<value>.\nEnclose all field-value pairs in one set of double quotation marks, delimited by spaces.\nEnclose values that contain spaces in single quotes.\n\nTo get data on API performance metrics, specify both --perflog and --json.\n\nExamples:\n $ sfdx force:data:record:create -s Account -v \"Name=Acme\"\n $ sfdx force:data:record:create -s Account -v \"Name='Universal Containers'\"\n $ sfdx force:data:record:create -s Account -v \"Name='Universal Containers' Website=www.example.com\"\n $ sfdx force:data:record:create -t -s TraceFlag -v \"DebugLevelId=7dl170000008U36AAE StartDate=2017-12-01T00:26:04.000+0000 ExpirationDate=2017-12-01T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\"\n $ sfdx force:data:record:create -s Account -v \"Name=Acme\" --perflog --json","usage":"<%= command.id %> -s <string> -v <string> [-t] [--perflog] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the type of the record you’re creating","hidden":false,"required":true},"values":{"name":"values","type":"option","char":"v","description":"the <fieldName>=<value> pairs you’re creating","hidden":false,"required":true},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"create the record with tooling api","hidden":false,"required":false,"allowNo":false},"perflog":{"name":"perflog","type":"boolean","description":"get API performance data","allowNo":false}},"args":[]},"force:data:record:delete":{"id":"force:data:record:delete","description":"delete a record\n\nSpecify an sObject type and either an ID or a list of <fieldName>=<value> pairs.\nThe format of a field-value pair is <fieldName>=<value>.\nEnclose all field-value pairs in one set of double quotation marks, delimited by spaces.\nEnclose values that contain spaces in single quotes.\n\nTo get data on API performance metrics, specify both --perflog and --json.\n\nExamples:\n $ sfdx force:data:record:delete -s Account -i 001D000000Kv3dl\n $ sfdx force:data:record:delete -s Account -w \"Name=Acme\"\n $ sfdx force:data:record:delete -s Account -w \"Name='Universal Containers'\"\n $ sfdx force:data:record:delete -s Account -w \"Name='Universal Containers' Phone='(123) 456-7890'\"\n $ sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json","usage":"<%= command.id %> -s <string> [-i <id>] [-w <string>] [-t] [--perflog] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the type of the record you’re deleting","hidden":false,"required":true},"sobjectid":{"name":"sobjectid","type":"option","char":"i","description":"the ID of the record you’re deleting","hidden":false,"required":false},"where":{"name":"where","type":"option","char":"w","description":"a list of <fieldName>=<value> pairs to search for","hidden":false,"required":false},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"delete the record with Tooling API","hidden":false,"required":false,"allowNo":false},"perflog":{"name":"perflog","type":"boolean","description":"get API performance data","allowNo":false}},"args":[]},"force:data:record:get":{"id":"force:data:record:get","description":"view a record\n\nSpecify an sObject type and either an ID or a list of <fieldName>=<value> pairs.\nThe format of a field-value pair is <fieldName>=<value>.\nEnclose all field-value pairs in one set of double quotation marks, delimited by spaces.\nEnclose values that contain spaces in single quotes.\n\nTo get data on API performance metrics, specify both --perflog and --json.\n\nExamples:\n $ sfdx force:data:record:get -s Account -i 001D000000Kv3dl\n $ sfdx force:data:record:get -s Account -w \"Name=Acme\"\n $ sfdx force:data:record:get -s Account -w \"Name='Universal Containers'\"\n $ sfdx force:data:record:get -s Account -w \"Name='Universal Containers' Phone='(123) 456-7890'\"\n $ sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json","usage":"<%= command.id %> -s <string> [-i <id>] [-w <string>] [-t] [--perflog] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the type of the record you’re retrieving","hidden":false,"required":true},"sobjectid":{"name":"sobjectid","type":"option","char":"i","description":"the ID of the record you’re retrieving","hidden":false,"required":false},"where":{"name":"where","type":"option","char":"w","description":"a list of <fieldName>=<value> pairs to search for","hidden":false,"required":false},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"retrieve the record with Tooling API","hidden":false,"required":false,"allowNo":false},"perflog":{"name":"perflog","type":"boolean","description":"get API performance data","allowNo":false}},"args":[]},"force:data:record:update":{"id":"force:data:record:update","description":"update a record\n\nThe format of a field-value pair is <fieldName>=<value>.\nEnclose all field-value pairs in one set of double quotation marks, delimited by spaces.\nEnclose values that contain spaces in single quotes.\n\nTo get data on API performance metrics, specify both --perflog and --json.\n\nExamples:\n $ sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v \"Name=NewAcme\"\n $ sfdx force:data:record:update -s Account -w \"Name='Old Acme'\" -v \"Name='New Acme'\"\n $ sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v \"Name='Acme III' Website=www.example.com\"\n $ sfdx force:data:record:update -t -s TraceFlag -i 7tf170000009cUBAAY -v \"ExpirationDate=2017-12-01T00:58:04.000+0000\"\n $ sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v \"Name=NewAcme\" --perflog --json","usage":"<%= command.id %> -s <string> -v <string> [-i <id>] [-w <string>] [-t] [--perflog] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the type of the record you’re updating","hidden":false,"required":true},"sobjectid":{"name":"sobjectid","type":"option","char":"i","description":"the ID of the record you’re updating","hidden":false,"required":false},"where":{"name":"where","type":"option","char":"w","description":"a list of <fieldName>=<value> pairs to search for","hidden":false,"required":false},"values":{"name":"values","type":"option","char":"v","description":"the <fieldName>=<value> pairs you’re updating","hidden":false,"required":true},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"update the record with Tooling API","hidden":false,"required":false,"allowNo":false},"perflog":{"name":"perflog","type":"boolean","description":"get API performance data","allowNo":false}},"args":[]},"force:data:soql:query":{"id":"force:data:soql:query","description":"execute a SOQL query\n\nWhen you execute this command in a project, it executes the query against the data in your default scratch org.\n\nTo get data on API performance metrics, specify both --perflog and --json.\n\nExamples:\n $ sfdx force:data:soql:query -q \"SELECT Id, Name, Account.Name FROM Contact\"\n $ sfdx force:data:soql:query -q \"SELECT Id, Name FROM Account WHERE ShippingState IN ('CA', 'NY')\"\n $ sfdx force:data:soql:query -q \"SELECT Name FROM ApexTrigger\" -t\n $ sfdx force:data:soql:query -q \"SELECT Name FROM ApexTrigger\" --perflog --json","usage":"<%= command.id %> -q <string> [-t] [-r human|csv|json] [--perflog] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"query":{"name":"query","type":"option","char":"q","description":"SOQL query to execute","hidden":false,"required":true},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"execute query with Tooling API","hidden":false,"required":false,"allowNo":false},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout; --json flag overrides this parameter","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"perflog":{"name":"perflog","type":"boolean","description":"get API performance data","allowNo":false}},"args":[]},"force:data:tree:export":{"id":"force:data:tree:export","description":"export data from an org into sObject tree format for force:data:tree:import consumption\n\nGenerates JSON files for use with the force:data:tree:import command.\n\nExamples:\n $ sfdx force:data:tree:export -q \"SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c\"\n $ sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p\n\nFor more information and examples, run \"sfdx force:data:tree:import -h\".\n\nThe query for export can return a maximum of 2,000 records. For more information, see the REST API Developer Guide: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm","usage":"<%= command.id %> -q <string> [-p] [-x <string>] [-d <directory>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"query":{"name":"query","type":"option","char":"q","description":"soql query, or filepath of file containing a soql query, to retrieve records","required":true},"plan":{"name":"plan","type":"boolean","char":"p","description":"generate mulitple sobject tree files and a plan definition file for aggregated import","required":false,"allowNo":false},"prefix":{"name":"prefix","type":"option","char":"x","description":"prefix of generated files","required":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"directory to store files","required":false}},"args":[]},"force:data:tree:import":{"id":"force:data:tree:import","description":"import data into an org using SObject Tree Save API\n\nTo generate JSON files for use with force:data:tree:import, run \"sfdx force:data:tree:export\".\n\nExamples:\nTo import records as individual files, first run the export commands:\n $ sfdx force:data:tree:export -q \"SELECT Id, Name FROM Account\"\n $ sfdx force:data:tree:export -q \"SELECT Id, LastName, FirstName FROM Contact\"\nThen run the import command:\n $ sfdx force:data:tree:import -f Contact.json,Account.json -u me@my.org\n\nTo import multiple data files as part of a plan, first run the export command with the -p | --plan flag:\n $ sfdx force:data:tree:export -p -q \"SELECT Id, Name, (SELECT Id, LastName, FirstName FROM Contacts) FROM Account\"\nThen run the import command, supplying a filepath value for the -p | --plan parameter:\n $ sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org\n\nThe SObject Tree API supports requests that contain up to 200 records. For more information, see the REST API Developer Guide: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm","usage":"<%= command.id %> [-f <array> | -p <filepath>] [--confighelp] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttreefiles":{"name":"sobjecttreefiles","type":"option","char":"f","description":"comma-delimited, ordered paths of json files containing collection of record trees to insert","required":false},"plan":{"name":"plan","type":"option","char":"p","description":"path to plan to insert multiple data files that have master-detail relationships","required":false},"contenttype":{"name":"contenttype","type":"option","char":"c","description":"if data file extension is not .json, provide content type (applies to all files)","hidden":true,"required":false},"confighelp":{"name":"confighelp","type":"boolean","description":"display schema information for the --plan configuration file to stdout; if you use this option, all other options except --json are ignored","allowNo":false}},"args":[]},"force:doc:commands:display":{"id":"force:doc:commands:display","description":"display help for force commands\n\nDisplays --help output for commands in the force namespace.\nTo display more details about the commands’ parameters, include the --json flag.","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"force:doc:commands:list":{"id":"force:doc:commands:list","description":"list the force commands\n\nDisplays a list of commands in the force namespace and their descriptions.","usage":"<%= command.id %> [-u] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"usage":{"name":"usage","type":"boolean","char":"u","description":"list only docopt usage strings","hidden":false,"required":false,"allowNo":false}},"args":[]},"force:lightning:test:install":{"id":"force:lightning:test:install","description":"install Lightning Testing Service unmanaged package in your org\n\nExamples:\n $ sfdx force:lightning:test:install\n $ sfdx force:lightning:test:install -w 0 -r v1.0\n $ sfdx force:lightning:test:install -t jasmine","usage":"<%= command.id %> [-w <minutes>] [-r <string>] [-t jasmine|mocha|full] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status","required":false,"default":{"quantity":2,"unit":0}},"releaseversion":{"name":"releaseversion","type":"option","char":"r","description":"release version of Lightning Testing Service","required":false,"default":"latest"},"packagetype":{"name":"packagetype","type":"option","char":"t","description":"type of unmanaged package. 'full' option contains both jasmine and mocha, plus examples","required":false,"helpValue":"(jasmine|mocha|full)","options":["jasmine","mocha","full"],"default":"full"}},"args":[]},"force:lightning:test:run":{"id":"force:lightning:test:run","description":"invoke Aura component tests\n\nExamples:\n $ sfdx force:lightning:test:run\n $ sfdx force:lightning:test:run -a tests -r human\n $ sfdx force:lightning:test:run -f config/myConfigFile.json -d testResultFolder","usage":"<%= command.id %> [-a <string>] [-d <directory>] [-f <filepath>] [-o] [-t <number>] [-r human|tap|junit|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"appname":{"name":"appname","type":"option","char":"a","description":"name of your Lightning test application","required":false},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"directory path to store test run artifacts: for example, log files and test results","required":false},"configfile":{"name":"configfile","type":"option","char":"f","description":"path to config file for the test","required":false},"leavebrowseropen":{"name":"leavebrowseropen","type":"boolean","char":"o","description":"leave browser open","required":false,"allowNo":false},"timeout":{"name":"timeout","type":"option","char":"t","description":"time (ms) to wait for results element in dom","required":false,"default":60000},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout; --json flag overrides this parameter","helpValue":"(human|tap|junit|json)","options":["human","tap","junit","json"],"default":"human"}},"args":[]},"force:limits:api:display":{"id":"force:limits:api:display","description":"display current org’s limits\n\nWhen you execute this command in a project, it provides limit information for your default scratch org.\n\nExamples:\n $ sfdx force:limits:api:display\n $ sfdx force:limits:api:display -u me@my.org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:mdapi:deploy:cancel":{"id":"force:mdapi:deploy:cancel","description":"cancel a metadata deployment\n\nUse this command to cancel a specified asynchronous metadata deployment. You can also specify a wait time (in minutes) to check for updates to the canceled deploy status.\n\nExamples:\n\nDeploy a directory of files to the org\n $ sfdx force:mdapi:deploy -d <directory>\nNow cancel this deployment and wait two minutes\n $ sfdx force:mdapi:deploy:cancel -w 2\n\nIf you have multiple deployments in progress and want to cancel a specific one, specify the job ID\n $ sfdx force:mdapi:deploy:cancel -i <jobid>\nCheck the status of the cancel job\n $ sfdx force:mdapi:deploy:report","usage":"<%= command.id %> [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes 33","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"jobid":{"name":"jobid","type":"option","char":"i","description":"job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if not specified","required":false}},"args":[]},"force:mdapi:deploy:report":{"id":"force:mdapi:deploy:report","description":"check the status of a metadata deployment\n\nSpecify the job ID for the deploy you want to check. You can also specify a wait time (minutes) to check for updates to the deploy status.","usage":"<%= command.id %> [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: 0)","required":false},"jobid":{"name":"jobid","type":"option","char":"i","description":"job ID of the deployment you want to check; defaults to your most recent CLI deployment if not specified","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of deploy results","allowNo":false}},"args":[]},"force:mdapi:retrieve:report":{"id":"force:mdapi:retrieve:report","description":"check the status of a metadata retrieval\n\nSpecify the job ID and a target directory for the retrieve you want to check. You can also specify a wait time (minutes) to check for updates to the deploy status. If the retrieve was successful, the resulting zip file will be saved to the location passed in with the retrieve target parameter.","usage":"<%= command.id %> [-w <minutes>] [-r <directory>] [-i <id>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes (default: -1 (no limit))","required":false},"retrievetargetdir":{"name":"retrievetargetdir","type":"option","char":"r","description":"directory root for the retrieved files","required":false},"verbose":{"name":"verbose","type":"boolean","description":"verbose output of retrieve result","allowNo":false},"jobid":{"name":"jobid","type":"option","char":"i","description":"job ID of the retrieve you want to check; defaults to your most recent CLI retrieval if not specified","required":false}},"args":[]},"force:org:shape:create":{"id":"force:org:shape:create","description":"create a snapshot of org edition, features, and licenses\n\nExamples:\n $ sfdx force:org:shape:create -u me@my.org\n $ sfdx force:org:shape:create -u me@my.org --json --loglevel debug","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:org:shape:delete":{"id":"force:org:shape:delete","description":"delete all org shapes for a target org\n\nExamples:\n $ sfdx force:org:shape:delete -u me@my.org\n $ sfdx force:org:shape:delete -u MyOrgAlias -p\n $ sfdx force:org:shape:delete -u me@my.org --json\n $ sfdx force:org:shape:delete -u me@my.org -p --json > tmp/MyOrgShapeDelete.json","usage":"<%= command.id %> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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","char":"p","description":"do not prompt for confirmation","required":false,"allowNo":false}},"args":[]},"force:org:shape:list":{"id":"force:org:shape:list","description":"list all org shapes you’ve created\n\nExamples:\n $ sfdx force:org:shape:list\n $ sfdx force:org:shape:list --json\n $ sfdx force:org:shape:list --json > tmp/MyOrgShapeList.json","usage":"<%= command.id %> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"verbose":{"name":"verbose","type":"boolean","description":"list more information about each org shape","allowNo":false}},"args":[]},"force:org:snapshot:create":{"id":"force:org:snapshot:create","description":"snapshot a scratch org\n\nA snapshot is a point-in-time export of a scratch org. The export is stored in Salesforce and referenced by its unique name in a scratch definition file.\n\nUse \"sfdx force:org:snapshot:get\" to get details, including status, about a snapshot creation request.\n\nWith \"snapshot\" in your scratch org definition file, use \"sfdx force:org:create\" to create a scratch org from a snapshot.\n\nExamples:\n\n $ sfdx force:org:snapshot:create --sourceorg 00Dxx0000000000 --snapshotname Dependencies --description \"Contains PackageA v1.1.0\"\n\n $ sfdx force:org:snapshot:create -o myuser@myorg -n NightlyBranch -d \"Contains PkgA v2.1.0 and PkgB 3.3.0\"","usage":"<%= command.id %> -o <string> -n <string> [-d <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sourceorg":{"name":"sourceorg","type":"option","char":"o","description":"ID or locally authenticated username or alias of scratch org to snapshot","required":true},"snapshotname":{"name":"snapshotname","type":"option","char":"n","description":"unique name of snapshot","required":true},"description":{"name":"description","type":"option","char":"d","description":"description of snapshot","required":false}},"args":[]},"force:org:snapshot:delete":{"id":"force:org:snapshot:delete","description":"delete a scratch org snapshot\n\nExamples:\n\n $ sfdx force:org:snapshot:delete --snapshot 0Oo...\n\n $ sfdx force:org:snapshot:delete -s BaseSnapshot","usage":"<%= command.id %> -s <string> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"snapshot":{"name":"snapshot","type":"option","char":"s","description":"name or ID of snapshot to delete","required":true}},"args":[]},"force:org:snapshot:get":{"id":"force:org:snapshot:get","description":"get details about a scratch org snapshot\n\nUse \"sfdx force:org:snapshot:create\" to create a snapshot.\n\nUse \"sfdx force:org:snapshot:list\" to retrieve all snapshots.\n\nExamples:\n\n $ sfdx force:org:snapshot:get --snapshot 0Oo...\n\n $ sfdx force:org:snapshot:get -s Dependencies","usage":"<%= command.id %> -s <string> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"snapshot":{"name":"snapshot","type":"option","char":"s","description":"name or ID of snapshot to retrieve","required":true}},"args":[]},"force:org:snapshot:list":{"id":"force:org:snapshot:list","description":"list scratch org snapshots\n\nUse \"sfdx force:org:snapshot:get\" to get details about a snapshot request.\n\nUse \"sfdx force:org:snapshot:create\" to create a snapshot.\n\nExamples:\n\n $ sfdx force:org:snapshot:list\n\n $ sfdx force:org:snapshot:list -v OtherDevHub@example.com","usage":"<%= command.id %> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"}},"args":[]},"force:package:hammertest:list":{"id":"force:package:hammertest:list","description":"list the statuses of running and completed ISV Hammer tests\n\nNOTE: This command must be run from within a project.\n\nIf you supply a --packageversionid value, this command returns test statuses for only the tests associated with the specified package version. If you don’t include the --packageversionid parameter, the command lists all test statuses.\n\nExamples:\n $ sfdx force:package:hammertest:list -u you@yourpackagingorg.com -i 04t...\n $ sfdx force:package:hammertest:list -u you@yourpackagingorg.com","usage":"<%= command.id %> [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packageversionid":{"name":"packageversionid","type":"option","char":"i","description":"ID of the package version to list results for","required":false}},"args":[]},"force:package:hammertest:report":{"id":"force:package:hammertest:report","description":"display the status or results of a ISV Hammer test\n\nNOTE: This command must be run from within a project.\n\nExample:\n $ sfdx force:package:hammertest:report -u you@yourpackagingorg.com -i 0TW...","usage":"<%= command.id %> -i <id> [-s] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the hammer request to report on","required":true},"summary":{"name":"summary","type":"boolean","char":"s","description":"report only a results summary (hide Apex test failures)","required":false,"allowNo":false}},"args":[]},"force:package:hammertest:run":{"id":"force:package:hammertest:run","description":"run ISV Hammer\n\nNOTE: This command must be run from within a project.\n\nUse this command to run ISV Hammer for the specified package versions and subscriber orgs.\nIf Salesforce has enabled Multiple Managed Packages for your org, you can test more than one package version. Supply the IDs of the package versions you want to test in the desired order of execution.\nThe command creates a copy of each of the supplied subscriber orgs and tests the package upgrade in each of them.\nIf a scheduled date/time is supplied, validation and setup start immediately but the package upgrade test will not start until after the supplied date/time. Format the --scheduledrundatetime value as YYYY-MM-DD HH:mm:ss in the GMT timezone. This date cannot be more than 25 days from today.\nTo test against the Salesforce preview release version, during the sandbox preview window, include --preview and a --scheduledrundatetime value that’s immediately after a staggered release, based on the Salesforce release calendar.\nTo run the package version’s Apex tests in each subscriber org after successfully testing the package upgrade, include --apextests.\nThe command returns a request ID (starts with 0TW). Use this IsvHammerRequest ID to query for the test status by running \"sfdx force:package:hammertest:report -i 0TW...\".\n\nExamples:\n $ sfdx force:package:hammertest:run -u you@yourpackagingorg.com -i 04t...a,04t...b -s 00D...a,00Dx...b\n $ sfdx force:package:hammertest:run -u you@yourpackagingorg.com -i 04t... -f subscriberOrgs.txt","usage":"<%= command.id %> -i <array> [-s <array>] [-f <string>] [-d <string>] [-p] [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packageversionids":{"name":"packageversionids","type":"option","char":"i","description":"comma-separated list of package version IDs to test","required":true},"subscriberorgs":{"name":"subscriberorgs","type":"option","char":"s","description":"comma-separated list of subscriber org IDs","required":false},"subscriberfile":{"name":"subscriberfile","type":"option","char":"f","description":"file with list of subscriber orgs IDs, one per line","required":false},"scheduledrundatetime":{"name":"scheduledrundatetime","type":"option","char":"d","description":"earliest date/time to run the package upgrade test (YYYY-MM-DD HH:mm:ss, in GMT)","required":false},"preview":{"name":"preview","type":"boolean","char":"p","description":"run the package hammer test in the Salesforce preview version","required":false,"allowNo":false},"apextests":{"name":"apextests","type":"boolean","char":"t","description":"after package upgrade validation, run the package's Apex tests in the subscriber org","required":false,"allowNo":false}},"args":[]},"force:package:install:report":{"id":"force:package:install:report","description":"retrieve the status of a package installation request\n\nExamples:\n $ sfdx force:package:install:report -i 0Hf...\n $ sfdx force:package:install:report -i 0Hf... -u me@example.com","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package install request you want to check","required":true}},"args":[]},"force:package:installed:list":{"id":"force:package:installed:list","description":"list the org’s installed packages\n\nNOTE: This command must be run from within a project.\n\nExamples:\n $ sfdx force:package:installed:list\n $ sfdx force:package:installed:list -u me@example.com","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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":[]},"force:package:uninstall:report":{"id":"force:package:uninstall:report","description":"retrieve status of package uninstall request\n\nExamples:\n $ sfdx force:package:uninstall:report -i 06y...\n $ sfdx force:package:uninstall:report -i 06y... -u me@example.com","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package uninstall request you want to check","required":true}},"args":[]},"force:package:version:create":{"id":"force:package:version:create","description":"create a package version\n\nNOTE: This command must be run from within a project.\n\nThe package version is based on the package contents in the specified directory.\n\nTo retrieve details about a package version create request, including status and package version ID (04t), run \"sfdx force:package:version:create:report -i 08c...\".\n\nWe recommend specifying the --installationkey to protect the contents of your package and to prevent unauthorized installation of your package.\n\nTo list package version creation requests in the org, run \"sfdx force:package:version:create:list\".\n\nExamples:\n $ sfdx force:package:version:create -d common -k password123\n $ sfdx force:package:version:create -p \"Your Package Alias\" -k password123\n $ sfdx force:package:version:create -p 0Ho... -k password123","usage":"<%= command.id %> [-p <string>] [-d <directory>] [-f <filepath>] [-b <string>] [-t <string>] [-k <string>] [-x] [-w <minutes>] [-a <string>] [-n <string>] [-e <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to create a version of","required":false},"path":{"name":"path","type":"option","char":"d","description":"path to directory that contains the contents of the package","required":false},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to a definition file similar to scratch org definition file that contains the list of features and org preferences that the metadata of the package version depends on","required":false},"branch":{"name":"branch","type":"option","char":"b","description":"the package version’s branch","required":false},"tag":{"name":"tag","type":"option","char":"t","description":"the package version’s tag","required":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","required":false},"installationkeybypass":{"name":"installationkeybypass","type":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","required":false,"allowNo":false},"preserve":{"name":"preserve","type":"boolean","char":"r","description":"temp files are preserved that would otherwise be deleted","hidden":true,"required":false,"allowNo":false},"validateschema":{"name":"validateschema","type":"boolean","char":"j","description":"sfdx-project.json is validated against JSON schema","hidden":true,"required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created","required":false,"default":{"quantity":0,"unit":0}},"buildinstance":{"name":"buildinstance","type":"option","char":"s","description":"the instance where the package version will be created——for example, NA50","hidden":true,"required":false},"sourceorg":{"name":"sourceorg","type":"option","char":"o","description":"the source org ID used to copy the org shape for the build org","hidden":true,"required":false},"versionname":{"name":"versionname","type":"option","char":"a","description":"the name of the package version to be created","required":false},"versionnumber":{"name":"versionnumber","type":"option","char":"n","description":"the version number of the package version to be created","required":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"the description of the package version to be created","required":false}},"args":[]},"force:package:version:list":{"id":"force:package:version:list","description":"list all package versions in the Dev Hub org\n\nDisplays details of each package version in the org.\n\nUse --concise or --verbose to display limited or additional details, respectively.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nExamples:\n $ sfdx force:package:version:list --verbose --createdlastdays 3 --released --orderby PatchVersion\n $ sfdx force:package:version:list --packages 0Ho000000000000,0Ho000000000001 --released --modifiedlastdays 0\n $ sfdx force:package:version:list --released\n $ sfdx force:package:version:list --concise --modifiedlastdays 0\n $ sfdx force:package:version:list --concise -c 3 -r\n $ sfdx force:package:version:list --packages exp-mgr,exp-mgr-util --released --modifiedlastdays 0","usage":"<%= command.id %> [-c <number>] [-m <number>] [-p <array>] [-r] [-o <array>] [-v <string>] [--apiversion <string>] [--concise] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"createdlastdays":{"name":"createdlastdays","type":"option","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","required":false},"concise":{"name":"concise","type":"boolean","description":"display limited package version details","allowNo":false},"modifiedlastdays":{"name":"modifiedlastdays","type":"option","char":"m","description":"list items modified in the specified last number of days (starting at 00:00:00 of first day to now; 0 for today)","required":false},"packages":{"name":"packages","type":"option","char":"p","description":"filter results on specified comma-delimited packages (aliases or 0Ho IDs)","required":false},"released":{"name":"released","type":"boolean","char":"r","description":"display released versions only","required":false,"allowNo":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"order by the specified package version fields","required":false},"verbose":{"name":"verbose","type":"boolean","description":"display extended package version details","allowNo":false}},"args":[]},"force:package:version:promote":{"id":"force:package:version:promote","description":"promote a package version to released\n\nNOTE: This command must be run from within a project.\n\nSupply the ID or alias of the package version you want to promote. Promotes the package version to released status.\n\nExamples:\n $ sfdx force:package:version:promote -p 04t...\n $ sfdx force:package:version:promote -p awesome_package_alias\n $ sfdx force:package:version:promote -p \"Awesome Package Alias\"","usage":"<%= command.id %> -p <string> [-n] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to promote","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"no prompt to confirm setting the package version as released","required":false,"allowNo":false}},"args":[]},"force:package:version:report":{"id":"force:package:version:report","description":"retrieve details about a package version in the Dev Hub org\n\nNOTE: This command must be run from within a project.\n\nExamples:\n $ sfdx force:package:version:report -p 04t...\n $ sfdx force:package:version:report -p \"Your Package Alias\"\n\nTo update package version values, run \"sfdx force:package:version:update\".","usage":"<%= command.id %> -p <string> [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to retrieve details for","required":true},"verbose":{"name":"verbose","type":"boolean","description":"displays extended package version details","allowNo":false}},"args":[]},"force:package:version:update":{"id":"force:package:version:update","description":"update a package version\n\nNOTE: This command must be run from within a project.\n\nSpecify a new value for each option you want to update.\n\nExamples:\n $ sfdx force:package:version:update -p \"Your Package Alias\" -k password123\n $ sfdx force:package:version:update -p 04t... -b master -t 'Release 1.0.7'\n $ sfdx force:package:version:update -p 04t... -e \"New Package Version Description\"\n\nTo display details about a package version, run \"sfdx force:package:version:report\".","usage":"<%= command.id %> -p <string> [-a <string>] [-e <string>] [-b <string>] [-t <string>] [-k <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","required":true},"versionname":{"name":"versionname","type":"option","char":"a","description":"new package version name","required":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"new package version description","required":false},"branch":{"name":"branch","type":"option","char":"b","description":"new package version branch","required":false},"tag":{"name":"tag","type":"option","char":"t","description":"new package version tag","required":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"new installation key for key-protected package (default: null)","required":false}},"args":[]},"force:package1:version:create":{"id":"force:package1:version:create","description":"create a first-generation package version in the release org\n\nNOTE: This command must be run from within a project.\n\nThe package version is based on the contents of the specified metadata package. Omit -m if you want to create an unmanaged package version.","usage":"<%= command.id %> -i <id> -n <string> [-d <string>] [-v <string>] [-m] [-r <url>] [-p <url>] [-k <string>] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packageid":{"name":"packageid","type":"option","char":"i","description":"ID of the metadata package (starts with 033) of which you’re creating a new version","required":true},"name":{"name":"name","type":"option","char":"n","description":"package version name","required":true},"description":{"name":"description","type":"option","char":"d","description":"package version description","required":false},"version":{"name":"version","type":"option","char":"v","description":"package version in major.minor format, for example, 3.2","required":false},"managedreleased":{"name":"managedreleased","type":"boolean","char":"m","description":"create a managed package version","required":false,"allowNo":false},"releasenotesurl":{"name":"releasenotesurl","type":"option","char":"r","description":"release notes URL","required":false},"postinstallurl":{"name":"postinstallurl","type":"option","char":"p","description":"post install URL","required":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","required":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created (default: 2 minutes)","required":false}},"args":[]},"force:package1:version:display":{"id":"force:package1:version:display","description":"display details about a first-generation package version\n\nNOTE: This command must be run from within a project.\n\nDisplay detailed information about an individual package version, including metadata package ID, name, the release state, and build number.","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packageversionid":{"name":"packageversionid","type":"option","char":"i","description":"metadata package version ID (starts with 04t)","required":true}},"args":[]},"force:package1:version:list":{"id":"force:package1:version:list","description":"list package versions for the specified first-generation package or for the org\n\nNOTE: This command must be run from within a project.\n\nIf a metadata package ID is specified, lists all versions of the specified package. Otherwise, lists all package versions for the org. For each package version, the list includes the package version ID, metadata package ID, name, version number, and release state.","usage":"<%= command.id %> [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packageid":{"name":"packageid","type":"option","char":"i","description":"metadata package ID (starts with 033)","required":false}},"args":[]},"force:schema:sobject:describe":{"id":"force:schema:sobject:describe","description":"describe an object\n\nExamples:\n $ sfdx force:schema:sobject:describe -s Account\n $ sfdx force:schema:sobject:describe -s MyObject__c\n $ sfdx force:schema:sobject:describe -s ApexClass -t","usage":"<%= command.id %> -s <string> [-t] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttype":{"name":"sobjecttype","type":"option","char":"s","description":"the API name of the object to describe","hidden":false,"required":true},"usetoolingapi":{"name":"usetoolingapi","type":"boolean","char":"t","description":"execute with Tooling API","hidden":false,"required":false,"allowNo":false}},"args":[]},"force:schema:sobject:list":{"id":"force:schema:sobject:list","description":"list all objects of a specified category\n\nLists all objects, custom objects, or standard objects in the org.\n\nExamples:\n $ sfdx force:schema:sobject:list -c all\n $ sfdx force:schema:sobject:list -c custom\n $ sfdx force:schema:sobject:list -c standard","usage":"<%= command.id %> -c <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"sobjecttypecategory":{"name":"sobjecttypecategory","type":"option","char":"c","description":"the type of objects to list (all|custom|standard)","hidden":false,"required":true}},"args":[]},"force:source:deploy:cancel":{"id":"force:source:deploy:cancel","description":"cancel a source deployment\n\nUse this command to cancel a specified asynchronous source deployment. You can also specify a wait time (in minutes) to check for updates to the canceled deploy status.\n\nTo run the command asynchronously, set --wait to 0, which immediately returns the job ID. This way, you can continue to use the CLI.\nTo check the status of the job, use force:source:deploy:report.\n\nExamples:\n\nDeploy a directory of files to the org\n $ sfdx force:source:deploy -d <directory>\nNow cancel this deployment and wait two minutes\n $ sfdx force:source:deploy:cancel -w 2\n\nIf you have multiple deployments in progress and want to cancel a specific one, specify the job ID\n $ sfdx force:source:deploy:cancel -i <jobid>\nCheck the status of the cancel job\n $ sfdx force:source:deploy:report","usage":"<%= command.id %> [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes 33","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"jobid":{"name":"jobid","type":"option","char":"i","description":"job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if not specified","required":false}},"args":[]},"force:source:deploy:report":{"id":"force:source:deploy:report","description":"check the status of a metadata deployment\n\nSpecify the job ID for the deploy you want to check. You can also specify a wait time (minutes) to check for updates to the deploy status.\n\nExamples:\n\nDeploy a directory of files to the org\n $ sfdx force:source:deploy -d <directory>\nNow cancel this deployment and wait two minutes\n $ sfdx force:source:deploy:cancel -w 2\n\nIf you have multiple deployments in progress and want to cancel a specific one, specify the job ID\n $ sfdx force:source:deploy:cancel -i <jobid>\nCheck the status of the cancel job\n $ sfdx force:source:deploy:report","usage":"<%= command.id %> [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to finish in minutes 33","hidden":false,"required":false,"default":{"quantity":33,"unit":0}},"jobid":{"name":"jobid","type":"option","char":"i","description":"job ID of the deployment you want to check; defaults to your most recent CLI deployment if not specified","required":false}},"args":[]},"force:user:password:generate":{"id":"force:user:password:generate","description":"generate a password for scratch org users\n\nGenerates and sets a random password for one or more scratch org users.\n\nIf you haven’t set a default Dev Hub, or if your scratch org isn’t associated with your default Dev Hub, --targetdevhubusername is required.\n\nTo see a password that was previously generated, run \"sfdx force:user:display\".\n\nExamples:\n $ sfdx force:user:password:generate\n $ sfdx force:user:password:generate -u me@my.org --json\n $ sfdx force:user:password:generate -o user1@my.org,user2@my.org,user3@my.org","usage":"<%= command.id %> [-o <array>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"onbehalfof":{"name":"onbehalfof","type":"option","char":"o","description":"comma-separated list of usernames for which to generate passwords","required":false}},"args":[]},"force:user:permset:assign":{"id":"force:user:permset:assign","description":"assign a permission set to one or more users of an org\n\nDefaults to the defaultusername.\n\nExamples:\n $ sfdx force:user:permset:assign -n DreamHouse\n $ sfdx force:user:permset:assign -n DreamHouse -u me@my.org\n $ sfdx force:user:permset:assign -n DreamHouse -o user1@my.org,user2,user3","usage":"<%= command.id %> -n <string> [-o <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"permsetname":{"name":"permsetname","type":"option","char":"n","description":"the name of the permission set to assign","required":true},"onbehalfof":{"name":"onbehalfof","type":"option","char":"o","description":"comma-separated list of usernames or aliases to assign the permission set to","required":false}},"args":[]},"force:package:version:create:list":{"id":"force:package:version:create:list","description":"list package version creation requests\n\nShows the details of each request to create a package version in the Dev Hub org.\n\nAll filter parameters are applied using the AND logical operator (not OR).\n\nTo get information about a specific request, run \"sfdx force:package:version:create:report\" and supply the request ID.\n\nExamples:\n $ sfdx force:package:version:create:list\n $ sfdx force:package:version:create:list --createdlastdays 3\n $ sfdx force:package:version:create:list --status Error\n $ sfdx force:package:version:create:list -s InProgress\n $ sfdx force:package:version:create:list -c 3 -s Success","usage":"<%= command.id %> [-c <number>] [-s Queued|InProgress|Success|Error] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"createdlastdays":{"name":"createdlastdays","type":"option","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","required":false},"status":{"name":"status","type":"option","char":"s","description":"filter the list by version creation request status","required":false,"helpValue":"(Queued|InProgress|Success|Error)","options":["Queued","InProgress","Success","Error"]}},"args":[]},"force:package:version:create:report":{"id":"force:package:version:create:report","description":"retrieve details about a package version creation request\n\nSpecify the request ID for which you want to view details. If applicable, the command displays errors related to the request.\n\nExamples:\n $ sfdx force:package:version:create:report -i 08c...\n $ sfdx force:package:version:create:report -i 08c... -v devhub@example.com\n\nTo show all requests in the org, run \"sfdx force:package:version:create:list\".","usage":"<%= command.id %> -i <id> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"packagecreaterequestid":{"name":"packagecreaterequestid","type":"option","char":"i","description":"package version creation request ID (starts with 08c)","required":true}},"args":[]},"force:package1:version:create:get":{"id":"force:package1:version:create:get","description":"retrieve the status of a package version creation request\n\nExamples:\n $ sfdx force:package:version:create:report -i 08c...\n $ sfdx force:package:version:create:report -i 08c... -v devhub@example.com","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"salesforce-alm","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","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"},"requestid":{"name":"requestid","type":"option","char":"i","description":"PackageUploadRequest ID","required":true}},"args":[]}}}
\No newline at end of file