@salesforce/plugin-packaging 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":"1.12.0","commands":{"force:package:convert":{"id":"force:package:convert","description":"creates a second-generation package version from a first-generation package\n\nThe package convert creates a new package in the Dev Hub if one does not already exist for the specified first-generation package.\n\nIt then creates a new package version in the Dev Hub with contents based on the specified first-generation package.\n\nThe latest released non-patch package version from the specified first-generation package will be converted.\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\".","strict":true,"usage":"<%= command.id %> -p <id> [-k <string>] [-x] [-w <minutes>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","hidden":true,"aliases":["force:package:beta:convert"],"examples":["$ sfdx force:package:convert --package 033xx0000004Gmn -k password123"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 033) of the first-generation package to convert","required":true,"multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","multiple":false},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to a definition file that contains features and org preferences that the metadata of the package version depends on.","hidden":true,"multiple":false},"installationkeybypass":{"name":"installationkeybypass","type":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created","multiple":false,"default":{"quantity":0,"unit":0}},"buildinstance":{"name":"buildinstance","type":"option","char":"s","description":"the instance where the conversion package version will be created——for example, NA50","hidden":true,"multiple":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"package":{"kind":"id","char":"p","description":"ID (starts with 033) of the first-generation package to convert","longDescription":"The ID (starts with 033) or alias of the package to convert.","required":true,"validate":{},"input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","longDescription":"Installation key for creating the key-protected package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"input":[],"multiple":false,"type":"option"},"definitionfile":{"kind":"filepath","char":"f","description":"path to a definition file that contains features and org preferences that the metadata of the package version depends on.","longDescription":"The path to a definition file, similar to the scratch org definition file, that contains the list of features and org preferences that the metadata of the package version depends on.","hidden":true,"input":[],"multiple":false,"type":"option"},"installationkeybypass":{"kind":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","longDescription":"Bypasses the installation key requirement. If you bypass this requirement, anyone can install your package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"allowNo":false,"type":"boolean"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created","longDescription":"The number of minutes to wait for the package version to be created.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"buildinstance":{"kind":"string","char":"s","description":"the instance where the conversion package version will be created——for example, NA50","longDescription":"The instance where the conversion package version will be created——for example, NA50.","hidden":true,"input":[],"multiple":false,"type":"option"}}},"force:package:create":{"id":"force:package:create","description":"create a package\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\nRun 'sfdx force:package:list' to list all packages in the Dev Hub org.","strict":true,"usage":"<%= command.id %> -n <string> -t Managed|Unlocked -r <directory> [-d <string>] [-e] [--orgdependent] [-o <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:create"],"examples":["$ sfdx force:package:create -n YourPackageName -t Unlocked -r force-app","$ sfdx force:package:create -n YourPackageName -d \"Your Package Descripton\" -t Unlocked -r force-app"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"name":{"name":"name","type":"option","char":"n","description":"package name","required":true,"multiple":false},"packagetype":{"name":"packagetype","type":"option","char":"t","description":"package type","required":true,"helpValue":"(Managed|Unlocked)","multiple":false,"options":["Managed","Unlocked"]},"description":{"name":"description","type":"option","char":"d","description":"package description","multiple":false},"nonamespace":{"name":"nonamespace","type":"boolean","char":"e","description":"creates the package with no namespace; available only for unlocked packages.","allowNo":false},"path":{"name":"path","type":"option","char":"r","description":"path to directory that contains the contents of the package","required":true,"multiple":false},"orgdependent":{"name":"orgdependent","type":"boolean","description":"depends on unpackaged metadata in the installation org. Applies to unlocked packages only.","allowNo":false},"errornotificationusername":{"name":"errornotificationusername","type":"option","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"name":{"kind":"string","char":"n","description":"package name","longDescription":"Name of the package to create.","required":true,"input":[],"multiple":false,"type":"option"},"packagetype":{"kind":"enum","helpValue":"(Managed|Unlocked)","char":"t","description":"package type","longDescription":"Package type for the package.\nThe options for package type are Managed and Unlocked (Managed=DeveloperManagedSubscriberManaged, Unlocked=DeveloperControlledSubscriberEditable).\nThese options determine upgrade and editability rules.","required":true,"options":["Managed","Unlocked"],"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"package description","longDescription":"Description of the package.","input":[],"multiple":false,"type":"option"},"nonamespace":{"kind":"boolean","char":"e","description":"creates the package with no namespace; available only for unlocked packages.","longDescription":"Creates the package with no namespace. Available only for unlocked packages. Useful when you’re migrating an existing org to packages. But, use a namespaced package for new metadata.","allowNo":false,"type":"boolean"},"path":{"kind":"directory","char":"r","description":"path to directory that contains the contents of the package","longDescription":"The path to the directory that contains the contents of the package.","required":true,"input":[],"multiple":false,"type":"option"},"orgdependent":{"kind":"boolean","description":"depends on unpackaged metadata in the installation org. Applies to unlocked packages only.","longDescription":"Package depends on unpackaged metadata in the installation org. Applies to unlocked packages only.\nUse Source Tracking in Sandboxes to develop your org-dependent unlocked package.\nFor more information, see \"Create Org-Dependent Unlocked Packages\" in the Salesforce DX Developer Guide.","allowNo":false,"type":"boolean"},"errornotificationusername":{"kind":"string","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","longDescription":"An active Dev Hub org user designated to receive email notifications for unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.","input":[],"multiple":false,"type":"option"}}},"force:package:delete":{"id":"force:package:delete","description":"delete a package\n\nSpecify the ID or alias of the package you want to delete.\n\nDelete unlocked and second-generation managed packages. Before you delete a package, first delete all associated package versions.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:delete"],"examples":["$ sfdx force:package:delete -p \"Your Package Alias\"","$ sfdx force:package:delete -p 0Ho..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"don’t prompt before deleting the package","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to delete","required":true,"multiple":false},"undelete":{"name":"undelete","type":"boolean","description":"undelete a deleted package","hidden":true,"allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"noprompt":{"kind":"boolean","char":"n","description":"don’t prompt before deleting the package","longDescription":"Don’t prompt before deleting the package.","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to delete","longDescription":"The ID (starts with 0Ho) or alias of the package to delete.","required":true,"input":[],"multiple":false,"type":"option"},"undelete":{"kind":"boolean","description":"undelete a deleted package","longDescription":"Undelete a deleted package.","hidden":true,"default":false,"allowNo":false,"type":"boolean"}}},"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.","strict":true,"usage":"<%= command.id %> -p <string> [-w <minutes>] [-k <string>] [-b <minutes>] [-r] [-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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:install"],"examples":["$ sfdx force:package:install --package 04t... -u me@example.com","$ sfdx force:package:install --package awesome_package_alias","$ sfdx force:package:install --package \"Awesome Package Alias\"","$ sfdx force:package:install --package 04t... -t DeprecateOnly"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status","multiple":false,"default":{"quantity":0,"unit":0}},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","multiple":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","multiple":false,"default":{"quantity":0,"unit":0}},"noprompt":{"name":"noprompt","type":"boolean","char":"r","description":"do not prompt for confirmation","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to install","required":true,"multiple":false},"apexcompile":{"name":"apexcompile","type":"option","char":"a","description":"compile all Apex in the org and package, or only Apex in the package; unlocked packages only","helpValue":"(all|package)","multiple":false,"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.)","helpValue":"(AllUsers|AdminsOnly)","multiple":false,"options":["AllUsers","AdminsOnly"],"default":"AdminsOnly"},"upgradetype":{"name":"upgradetype","type":"option","char":"t","description":"the upgrade type for the package installation; available only for unlocked packages","helpValue":"(DeprecateOnly|Mixed|Delete)","multiple":false,"options":["DeprecateOnly","Mixed","Delete"],"default":"Mixed"}},"args":[],"requiresUsername":true,"flagsConfig":{"wait":{"kind":"minutes","char":"w","description":"number of minutes to wait for installation status","longDescription":"Maximum number of minutes to wait for installation status. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (default: null)","longDescription":"Installation key for installing a key-protected package. The default is null.","input":[],"multiple":false,"type":"option"},"publishwait":{"kind":"minutes","char":"b","description":"number of minutes to wait for subscriber package version ID to become available in the target org","longDescription":"Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"noprompt":{"kind":"boolean","char":"r","description":"do not prompt for confirmation","longDescription":"Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgradetype Delete to proceed.","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to install","longDescription":"The ID (starts with 04t) or alias of the package version to install.","required":true,"input":[],"multiple":false,"type":"option"},"apexcompile":{"kind":"enum","helpValue":"(all|package)","char":"a","description":"compile all Apex in the org and package, or only Apex in the package; unlocked packages only","longDescription":"Applies to unlocked packages only. Specifies whether to compile all Apex in the org and package, or only the Apex in the package.\nFor package installs into production orgs, or any org that has Apex Compile on Deploy enabled, the platform compiles all Apex in the org after the package install or upgrade operation completes.\nThis approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apexcompile package is specified.","default":"all","options":["all","package"],"input":[],"multiple":false,"type":"option"},"securitytype":{"kind":"enum","helpValue":"(AllUsers|AdminsOnly)","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.)","longDescription":"Security access type for the installed package.","default":"AdminsOnly","options":["AllUsers","AdminsOnly"],"input":[],"multiple":false,"type":"option"},"upgradetype":{"kind":"enum","helpValue":"(DeprecateOnly|Mixed|Delete)","char":"t","description":"the upgrade type for the package installation; available only for unlocked packages","longDescription":"For package upgrades, specifies whether to mark all removed components as deprecated (DeprecateOnly), to delete removed components that can be safely deleted and deprecate the others (Mixed), or to delete all removed components, except for custom objects and custom fields, that don't have dependencies (Delete). The default is Mixed. Can specify DeprecateOnly or Delete only for unlocked package upgrades.","default":"Mixed","options":["DeprecateOnly","Mixed","Delete"],"input":[],"multiple":false,"type":"option"}}},"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.","strict":true,"usage":"<%= command.id %> [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:list"],"examples":["$ sfdx force:package:list -v devhub@example.com","$ sfdx force:package:list -v devhub@example.com --verbose"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"display extended package detail","allowNo":false}},"args":[],"requiresProject":true,"requiresDevhubUsername":true,"flagsConfig":{"verbose":{"description":"display extended package detail","longDescription":"Displays extended package details.","type":"boolean","kind":"boolean","allowNo":false}}},"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\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.","strict":true,"usage":"<%= command.id %> -p <string> [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:uninstall"],"examples":["$ sfdx force:package:uninstall -p 04t... -u me@example.com","$ sfdx force:package:uninstall -p undesirable_package_alias","$ sfdx force:package:uninstall -p \"Undesirable Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for uninstall status","multiple":false,"default":{"quantity":0,"unit":0}},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to uninstall","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"wait":{"kind":"minutes","char":"w","description":"number of minutes to wait for uninstall status","longDescription":"Maximum number of minutes to wait for uninstall status. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to uninstall","longDescription":"The ID (starts with 04t) or alias of the package version to uninstall.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:update":{"id":"force:package:update","description":"update package details\n\nSpecify a new value for each option you want to update.\n\nRun \"sfdx force:package:list\" to list all packages in the Dev Hub org.","strict":true,"usage":"<%= command.id %> -p <string> [-n <string>] [-d <string>] [-o <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:update"],"examples":["$ sfdx force:package:update -p \"Your Package Alias\" -n \"New Package Name\"","$ sfdx force:package:update -p 0Ho... -d \"New Package Description\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to update","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"new package name","multiple":false},"description":{"name":"description","type":"option","char":"d","description":"new package description","multiple":false},"errornotificationusername":{"name":"errornotificationusername","type":"option","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to update","longDescription":"The ID (starts with 0Ho) or alias of the package to update.","required":true,"input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","description":"new package name","longDescription":"New name of the package.","input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"new package description","longDescription":"New description of the package.","input":[],"multiple":false,"type":"option"},"errornotificationusername":{"kind":"string","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","longDescription":"An active Dev Hub org user designated to receive email notifications for unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.","input":[],"multiple":false,"type":"option"}}},"force:package:install:report":{"id":"force:package:install:report","description":"retrieve the status of a package installation request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:install:report"],"examples":["$ sfdx force:package:install:report -i 0Hf...","$ sfdx force:package:install:report -i 0Hf... -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package install request you want to check","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"ID of the package install request you want to check","longDescription":"The ID of the package install request you want to check.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:installed:list":{"id":"force:package:installed:list","description":"list the org’s installed packages","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:installed:list"],"examples":["$ sfdx force:package:installed:list","$ sfdx force:package:installed:list -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true},"force:package:uninstall:report":{"id":"force:package:uninstall:report","description":"retrieve status of package uninstall request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:uninstall:report"],"examples":["$ sfdx force:package:uninstall:report -i 06y...","$ sfdx force:package:uninstall:report -i 06y... -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package uninstall request you want to check","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"ID of the package uninstall request you want to check","longDescription":"The ID of the package uninstall request you want to check.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:version:create":{"id":"force:package:version:create","summary":"create a package version","description":"Creates a package version in the Dev Hub org.\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 that you specify the --installationkey parameter 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\nTo promote a package version to released, you must use the --codecoverage parameter. The package must also meet the code coverage requirements. This requirement applies to both managed and unlocked packages.\n\nWe don’t calculate code coverage for org-dependent unlocked packages, or for package versions that specify --skipvalidation.","strict":true,"usage":"<%= command.id %> [-b <string>] [-c | --skipvalidation] [-f <filepath>] [-k <string>] [-x] [-p <string>] [-d <directory>] [--postinstallscript <string>] [--postinstallurl <url>] [--releasenotesurl <url>] [--skipancestorcheck] [-t <string>] [--uninstallscript <string>] [-e <string>] [-a <string>] [-n <string>] [-w <minutes>] [--language <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create"],"examples":["$ sfdx force:package:version:create -d common -k password123","$ sfdx force:package:version:create -p \"Your Package Alias\" -k password123","$ sfdx force:package:version:create -p 0Ho... -k password123","$ sfdx force:package:version:create -d common -k password123 --skipvalidation"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"branch":{"name":"branch","type":"option","char":"b","description":"the package version’s branch","multiple":false},"buildinstance":{"name":"buildinstance","type":"option","char":"s","description":"the instance where the package version will be created——for example, NA50","hidden":true,"multiple":false},"codecoverage":{"name":"codecoverage","type":"boolean","char":"c","description":"calculate the code coverage by running the packaged Apex tests","allowNo":false,"exclusive":["skipvalidation"]},"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","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","multiple":false},"installationkeybypass":{"name":"installationkeybypass","type":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to create a version of","multiple":false},"path":{"name":"path","type":"option","char":"d","description":"path to directory that contains the contents of the package","multiple":false},"postinstallscript":{"name":"postinstallscript","type":"option","description":"post-install script name; managed packages only","multiple":false},"postinstallurl":{"name":"postinstallurl","type":"option","description":"post-install URL","multiple":false},"preserve":{"name":"preserve","type":"boolean","char":"r","description":"temp files are preserved that would otherwise be deleted","hidden":true,"allowNo":false},"releasenotesurl":{"name":"releasenotesurl","type":"option","description":"release notes URL","multiple":false},"skipancestorcheck":{"name":"skipancestorcheck","type":"boolean","description":"Overrides ancestry requirements.","allowNo":false},"skipvalidation":{"name":"skipvalidation","type":"boolean","description":"skip validation during package version creation; you can’t promote unvalidated package versions","allowNo":false,"exclusive":["codecoverage"]},"tag":{"name":"tag","type":"option","char":"t","description":"the package version’s tag","multiple":false},"uninstallscript":{"name":"uninstallscript","type":"option","description":"uninstall script name; managed packages only","multiple":false},"validateschema":{"name":"validateschema","type":"boolean","char":"j","description":"sfdx-project.json is validated against JSON schema","hidden":true,"allowNo":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"the description of the package version to be created","multiple":false},"versionname":{"name":"versionname","type":"option","char":"a","description":"the name of the package version to be created","multiple":false},"versionnumber":{"name":"versionnumber","type":"option","char":"n","description":"the version number of the package version to be created","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created","multiple":false,"default":{"quantity":0,"unit":0}},"language":{"name":"language","type":"option","description":"The language for the package.","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"branch":{"kind":"string","char":"b","description":"the package version’s branch","longDescription":"Name of the branch in your source control system that the package version is based on.","input":[],"multiple":false,"type":"option"},"buildinstance":{"kind":"string","char":"s","description":"the instance where the package version will be created——for example, NA50","longDescription":"The instance where the package version will be created——for example, NA50.","hidden":true,"input":[],"multiple":false,"type":"option"},"codecoverage":{"kind":"boolean","char":"c","description":"calculate the code coverage by running the packaged Apex tests","longDescription":"Calculate and store the code coverage percentage by running the Apex tests included in this package version. Before you can promote and release a managed or unlocked package version, the Apex code must meet a minimum 75% code coverage requirement. We don’t calculate code coverage for org-dependent unlocked packages or for package versions that specify --skipvalidation.","default":false,"exclusive":["skipvalidation"],"allowNo":false,"type":"boolean"},"definitionfile":{"kind":"filepath","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","longDescription":"The 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.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","longDescription":"Installation key for creating the key-protected package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"input":[],"multiple":false,"type":"option"},"installationkeybypass":{"kind":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","longDescription":"Bypasses the installation key requirement. If you bypass this requirement, anyone can install your package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to create a version of","longDescription":"The ID (starts with 0Ho) or alias of the package to create a version of.","exactlyOne":["path","package"],"input":[],"multiple":false,"type":"option"},"path":{"kind":"directory","char":"d","description":"path to directory that contains the contents of the package","longDescription":"The path to the directory that contains the contents of the package.","exactlyOne":["path","package"],"input":[],"multiple":false,"type":"option"},"postinstallscript":{"kind":"string","description":"post-install script name; managed packages only","longDescription":"Applies to managed packages only. The post-install script name. The post-install script is an Apex class within this package that is run in the installing org after installations or upgrades of this package version.","input":[],"multiple":false,"type":"option"},"postinstallurl":{"kind":"url","description":"post-install URL","longDescription":"The post-install instructions URL. The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.","input":[],"multiple":false,"type":"option"},"preserve":{"kind":"boolean","char":"r","description":"temp files are preserved that would otherwise be deleted","longDescription":"Specifies that the temp files are preserved that would otherwise be deleted","hidden":true,"allowNo":false,"type":"boolean"},"releasenotesurl":{"kind":"url","description":"release notes URL","longDescription":"The release notes URL. This link is displayed in the package installation UI to provide release notes for this package version to subscribers.","input":[],"multiple":false,"type":"option"},"skipancestorcheck":{"kind":"boolean","description":"Overrides ancestry requirements.","longDescription":"Override ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.","default":false,"allowNo":false,"type":"boolean"},"skipvalidation":{"kind":"boolean","description":"skip validation during package version creation; you can’t promote unvalidated package versions","longDescription":"Skips validation of dependencies, package ancestors, and metadata during package version creation. Skipping validation reduces the time it takes to create a new package version, but you can promote only validated package versions. Skipping validation can suppress important errors that can surface at a later stage. You can specify skip validation or code coverage, but not both. Code coverage is calculated during validation.","default":false,"exclusive":["codecoverage"],"allowNo":false,"type":"boolean"},"tag":{"kind":"string","char":"t","description":"the package version’s tag","longDescription":"The package version’s tag.","input":[],"multiple":false,"type":"option"},"uninstallscript":{"kind":"string","description":"uninstall script name; managed packages only","longDescription":"Applies to managed packages only. The uninstall script name. The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.","input":[],"multiple":false,"type":"option"},"validateschema":{"kind":"boolean","char":"j","description":"sfdx-project.json is validated against JSON schema","longDescription":"Specifies that the sfdx-project.json file should be validated against JSON schema.","hidden":true,"allowNo":false,"type":"boolean"},"versiondescription":{"kind":"string","char":"e","description":"the description of the package version to be created","longDescription":"The description of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"versionname":{"kind":"string","char":"a","description":"the name of the package version to be created","longDescription":"The name of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"versionnumber":{"kind":"string","char":"n","description":"the version number of the package version to be created","longDescription":"The version number of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created","longDescription":"The number of minutes to wait for the package version to be created.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"The language for the package.","longDescription":"The language for the package. Specify the language using a language code listed under \"Supported Languages\" in Salesforce Help.\n\nIf no language is specified, the language defaults to the language of the Dev Hub user who created the package.","input":[],"multiple":false,"type":"option"}}},"force:package:version:delete":{"id":"force:package:version:delete","description":"delete a package version\nSpecify the ID or alias of the package version you want to delete.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:delete"],"examples":["$ sfdx force:package:version:delete -p \"Your Package Alias\"","$ sfdx force:package:version:delete -p 04t..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"don’t prompt before deleting the package version","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","required":true,"multiple":false},"undelete":{"name":"undelete","type":"boolean","description":"undelete a deleted package version","hidden":true,"allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"noprompt":{"kind":"boolean","char":"n","description":"don’t prompt before deleting the package version","longDescription":"don’t prompt before deleting the package version","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","longDescription":"The ID (starts with 04t) or alias of the package version to delete.","required":true,"input":[],"multiple":false,"type":"option"},"undelete":{"kind":"boolean","description":"undelete a deleted package version","longDescription":"Undelete a deleted package version.","hidden":true,"allowNo":false,"type":"boolean"}}},"force:package:version:displayancestry":{"id":"force:package:version:displayancestry","description":"display the ancestry tree for a 2GP managed package version","strict":true,"usage":"<%= command.id %> -p <string> [--dotcode] [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:displayancestry"],"examples":["$ sfdx force:package:version:displayancestry -p package_version_alias","$ sfdx force:package:version:displayancestry -p package_version_alias --dotcode","$ sfdx force:package:version:displayancestry -p OHo...","$ sfdx force:package:version:displayancestry -p 04t..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for","required":true,"multiple":false},"dotcode":{"name":"dotcode","type":"boolean","description":"display the ancestry tree in DOT code","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree","allowNo":false}},"args":[],"showProgress":false,"varargs":false,"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for","longDescription":"The ID or alias of the package or package version to display ancestry for. If you specify a package ID (starts with 0Ho) or alias, the ancestor tree for every package version associated with the package ID is displayed.\nIf you specify a package version (starts with 04t) or alias, the ancestry tree of the specified package version is displayed.","required":true,"input":[],"multiple":false,"type":"option"},"dotcode":{"kind":"boolean","description":"display the ancestry tree in DOT code","longDescription":"Displays the ancestry tree in DOT code. You can use the DOT code output in graph visualization software to create tree visualizations.","allowNo":false,"type":"boolean"},"verbose":{"description":"display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree","longDescription":"Displays both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.","type":"boolean","kind":"boolean","allowNo":false}}},"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).","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:list"],"examples":["$ sfdx force:package:version:list --verbose --createdlastdays 3 --released --orderby PatchVersion","$ sfdx force:package:version:list --packages 0Ho000000000000,0Ho000000000001 --released --modifiedlastdays 0","$ sfdx force:package:version:list --released","$ sfdx force:package:version:list --concise --modifiedlastdays 0","$ sfdx force:package:version:list --concise -c 3 -r","$ sfdx force:package:version:list --packages exp-mgr,exp-mgr-util --released --modifiedlastdays 0"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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)","multiple":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)","multiple":false},"packages":{"name":"packages","type":"option","char":"p","description":"filter results on specified comma-delimited packages (aliases or 0Ho IDs)","multiple":false},"released":{"name":"released","type":"boolean","char":"r","description":"display released versions only","allowNo":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"order by the specified package version fields","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"display extended package version details","allowNo":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"createdlastdays":{"kind":"number","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","longDescription":"Filters the list based on the specified maximum number of days since the request was created (starting at 00:00:00 of first day to now; 0 for today).","input":[],"multiple":false,"type":"option"},"concise":{"description":"display limited package version details","longDescription":"Displays limited package version details.","type":"boolean","kind":"boolean","allowNo":false},"modifiedlastdays":{"kind":"number","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)","longDescription":"Lists the items modified in the specified last number of days, starting at 00:00:00 of first day to now. Use 0 for today.","input":[],"multiple":false,"type":"option"},"packages":{"kind":"array","char":"p","description":"filter results on specified comma-delimited packages (aliases or 0Ho IDs)","longDescription":"Filters results on the specified comma-delimited packages (aliases or 0Ho IDs).","input":[],"multiple":false,"type":"option"},"released":{"kind":"boolean","char":"r","description":"display released versions only","longDescription":"Displays released versions only (IsReleased=true).","allowNo":false,"type":"boolean"},"orderby":{"kind":"array","char":"o","description":"order by the specified package version fields","longDescription":"Orders the list by the specified package version fields.","input":[],"multiple":false,"type":"option"},"verbose":{"description":"display extended package version details","longDescription":"Displays extended package version details.","type":"boolean","kind":"boolean","allowNo":false}}},"force:package:version:promote":{"id":"force:package:version:promote","description":"promote a package version to released\n\nSupply the ID or alias of the package version you want to promote. Promotes the package version to released status.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:promote"],"examples":["$ sfdx force:package:version:promote -p 04t...","$ sfdx force:package:version:promote -p awesome_package_alias","$ sfdx force:package:version:promote -p \"Awesome Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to promote","required":true,"multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"no prompt to confirm setting the package version as released","allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to promote","longDescription":"The ID (starts with 04t) or alias of the package version to promote.","required":true,"input":[],"multiple":false,"type":"option"},"noprompt":{"kind":"boolean","char":"n","description":"no prompt to confirm setting the package version as released","longDescription":"Do not prompt to confirm setting the package version as released.","allowNo":false,"type":"boolean"}}},"force:package:version:report":{"id":"force:package:version:report","description":"retrieve details about a package version in the Dev Hub org\n\nTo update package version values, run \"sfdx force:package:version:update\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:report"],"examples":["$ sfdx force:package:version:report -p 04t...","$ sfdx force:package:version:report -p \"Your Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to retrieve details for","required":true,"multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"displays extended package version details","allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to retrieve details for","longDescription":"The ID (starts with 04t) or alias of the package to retrieve details for.","required":true,"input":[],"multiple":false,"type":"option"},"verbose":{"description":"displays extended package version details","longDescription":"Displays extended package version details.","type":"boolean","kind":"boolean","allowNo":false}}},"force:package:version:update":{"id":"force:package:version:update","description":"update a package version\n\nSpecify a new value for each option you want to update.\n\nTo display details about a package version, run \"sfdx force:package:version:report\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:update"],"examples":["$ sfdx force:package:version:update -p \"Your Package Alias\" -k password123","$ sfdx force:package:version:update -p 04t... -b main -t 'Release 1.0.7'","$ sfdx force:package:version:update -p 04t... -e \"New Package Version Description\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","required":true,"multiple":false},"versionname":{"name":"versionname","type":"option","char":"a","description":"new package version name","multiple":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"new package version description","multiple":false},"branch":{"name":"branch","type":"option","char":"b","description":"new package version branch","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"new package version tag","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"new installation key for key-protected package (default: null)","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","longDescription":"The ID (starts with 04t) or alias of the package to update a version of.","required":true,"input":[],"multiple":false,"type":"option"},"versionname":{"kind":"string","char":"a","description":"new package version name","longDescription":"The new package version name.","input":[],"multiple":false,"type":"option"},"versiondescription":{"kind":"string","char":"e","description":"new package version description","longDescription":"The new package version description.","input":[],"multiple":false,"type":"option"},"branch":{"kind":"string","char":"b","description":"new package version branch","longDescription":"The new package version branch.","input":[],"multiple":false,"type":"option"},"tag":{"kind":"string","char":"t","description":"new package version tag","longDescription":"The new package version tag.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"new installation key for key-protected package (default: null)","longDescription":"The new installation key for the key-protected package. The default is null.","input":[],"multiple":false,"type":"option"}}},"force:package1:version:create":{"id":"force:package1:version:create","description":"create a first-generation package version in the release org\nThe package version is based on the contents of the specified metadata package. Omit -m if you want to create an unmanaged package version.","strict":true,"usage":"<%= command.id %> -i <id> -n <string> [-d <string>] [-v <string>] [-m] [-r <url>] [-p <url>] [-k <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:create"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"package version name","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"package version description","multiple":false},"version":{"name":"version","type":"option","char":"v","description":"package version in major.minor format, for example, 3.2","multiple":false},"managedreleased":{"name":"managedreleased","type":"boolean","char":"m","description":"create a managed package version","allowNo":false},"releasenotesurl":{"name":"releasenotesurl","type":"option","char":"r","description":"release notes URL","multiple":false},"postinstallurl":{"name":"postinstallurl","type":"option","char":"p","description":"post install URL","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created (default: 2 minutes)","multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"packageid":{"kind":"id","char":"i","description":"ID of the metadata package (starts with 033) of which you’re creating a new version","longDescription":"ID of the metadata package (starts with 033) of which you’re creating a new version.","required":true,"input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","description":"package version name","longDescription":"Package version name.","required":true,"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"package version description","longDescription":"Package version description.","input":[],"multiple":false,"type":"option"},"version":{"kind":"string","char":"v","description":"package version in major.minor format, for example, 3.2","longDescription":"Package version in major.minor format, for example, 3.2.","input":[],"multiple":false,"type":"option"},"managedreleased":{"kind":"boolean","char":"m","description":"create a managed package version","longDescription":"Creates a managed package version. To create a beta version, don’t include this parameter.","allowNo":false,"type":"boolean"},"releasenotesurl":{"kind":"url","char":"r","description":"release notes URL","longDescription":"The release notes URL. This link is displayed in the package installation UI to provide release notes for this package version to subscribers.","input":[],"multiple":false,"type":"option"},"postinstallurl":{"kind":"url","char":"p","description":"post install URL","longDescription":"The post-install instructions URL. The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (default: null)","longDescription":"Installation key for creating the key-protected package. The default is null.","input":[],"multiple":false,"type":"option"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created (default: 2 minutes)","longDescription":"Minutes to wait for the package version to be created. The default is 2 minutes.","input":[],"multiple":false,"type":"option"}}},"force:package1:version:display":{"id":"force:package1:version:display","description":"display details about a first-generation package version","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:display"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packageversionid":{"name":"packageversionid","type":"option","char":"i","description":"metadata package version ID (starts with 04t)","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"packageversionid":{"kind":"id","char":"i","description":"metadata package version ID (starts with 04t)","longDescription":"ID (starts with 04t) of the metadata package version whose details you want to display.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package1:version:list":{"id":"force:package1:version:list","description":"list package versions for the specified first-generation package or for the org","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packageid":{"name":"packageid","type":"option","char":"i","description":"metadata package ID (starts with 033)","multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"packageid":{"kind":"id","char":"i","description":"metadata package ID (starts with 033)","longDescription":"Metadata package ID (starts with 033) whose package versions you want to list. If not specified, shows all versions for all packages (managed and unmanaged) in the org.","input":[],"multiple":false,"type":"option"}}},"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.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create:list"],"examples":["$ sfdx force:package:version:create:list","$ sfdx force:package:version:create:list --createdlastdays 3","$ sfdx force:package:version:create:list --status Error","$ sfdx force:package:version:create:list -s InProgress","$ sfdx force:package:version:create:list -c 3 -s Success"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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)","multiple":false},"status":{"name":"status","type":"option","char":"s","description":"filter the list by version creation request status","helpValue":"(Queued|InProgress|Success|Error)","multiple":false,"options":["Queued","InProgress","Success","Error"]}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"createdlastdays":{"kind":"number","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","longDescription":"Filters the list based on the specified maximum number of days since the request was created (starting at 00:00:00 of first day to now; 0 for today).","input":[],"multiple":false,"type":"option"},"status":{"kind":"enum","helpValue":"(Queued|InProgress|Success|Error)","char":"s","description":"filter the list by version creation request status","longDescription":"Filters the list based on the status of version creation requests.","options":["Queued","InProgress","Success","Error"],"input":[],"multiple":false,"type":"option"}}},"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\nTo show all requests in the org, run \"sfdx force:package:version:create:list\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create:report"],"examples":["$ sfdx force:package:version:create:report -i 08c...","$ sfdx force:package:version:create:report -i 08c... -v devhub@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packagecreaterequestid":{"name":"packagecreaterequestid","type":"option","char":"i","description":"package version creation request ID (starts with 08c)","required":true,"multiple":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"packagecreaterequestid":{"kind":"id","char":"i","description":"package version creation request ID (starts with 08c)","longDescription":"The ID (starts with 08c) of the package version creation request you want to display.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package1:version:create:get":{"id":"force:package1:version:create:get","description":"retrieve the status of a package version creation request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:create:get"],"examples":["$ sfdx force:package1:version:create:get -i 0HD...","$ sfdx force:package1:version:create:get -i 0HD... -u devhub@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"PackageUploadRequest ID","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"PackageUploadRequest ID","longDescription":"The ID of the PackageUploadRequest.","required":true,"input":[],"multiple":false,"type":"option"}}}}}
1
+ {"version":"1.12.1","commands":{"force:package:convert":{"id":"force:package:convert","description":"creates a second-generation package version from a first-generation package\n\nThe package convert creates a new package in the Dev Hub if one does not already exist for the specified first-generation package.\n\nIt then creates a new package version in the Dev Hub with contents based on the specified first-generation package.\n\nThe latest released non-patch package version from the specified first-generation package will be converted.\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\".","strict":true,"usage":"<%= command.id %> -p <id> [-k <string>] [-x] [-w <minutes>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","hidden":true,"aliases":["force:package:beta:convert"],"examples":["$ sfdx force:package:convert --package 033xx0000004Gmn -k password123"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 033) of the first-generation package to convert","required":true,"multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","multiple":false},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to a definition file that contains features and org preferences that the metadata of the package version depends on.","hidden":true,"multiple":false},"installationkeybypass":{"name":"installationkeybypass","type":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created","multiple":false,"default":{"quantity":0,"unit":0}},"buildinstance":{"name":"buildinstance","type":"option","char":"s","description":"the instance where the conversion package version will be created——for example, NA50","hidden":true,"multiple":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"package":{"kind":"id","char":"p","description":"ID (starts with 033) of the first-generation package to convert","longDescription":"The ID (starts with 033) or alias of the package to convert.","required":true,"validate":{},"input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","longDescription":"Installation key for creating the key-protected package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"input":[],"multiple":false,"type":"option"},"definitionfile":{"kind":"filepath","char":"f","description":"path to a definition file that contains features and org preferences that the metadata of the package version depends on.","longDescription":"The path to a definition file, similar to the scratch org definition file, that contains the list of features and org preferences that the metadata of the package version depends on.","hidden":true,"input":[],"multiple":false,"type":"option"},"installationkeybypass":{"kind":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","longDescription":"Bypasses the installation key requirement. If you bypass this requirement, anyone can install your package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"allowNo":false,"type":"boolean"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created","longDescription":"The number of minutes to wait for the package version to be created.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"buildinstance":{"kind":"string","char":"s","description":"the instance where the conversion package version will be created——for example, NA50","longDescription":"The instance where the conversion package version will be created——for example, NA50.","hidden":true,"input":[],"multiple":false,"type":"option"}}},"force:package:create":{"id":"force:package:create","description":"create a package\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\nRun 'sfdx force:package:list' to list all packages in the Dev Hub org.","strict":true,"usage":"<%= command.id %> -n <string> -t Managed|Unlocked -r <directory> [-d <string>] [-e] [--orgdependent] [-o <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:create"],"examples":["$ sfdx force:package:create -n YourPackageName -t Unlocked -r force-app","$ sfdx force:package:create -n YourPackageName -d \"Your Package Descripton\" -t Unlocked -r force-app"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"name":{"name":"name","type":"option","char":"n","description":"package name","required":true,"multiple":false},"packagetype":{"name":"packagetype","type":"option","char":"t","description":"package type","required":true,"helpValue":"(Managed|Unlocked)","multiple":false,"options":["Managed","Unlocked"]},"description":{"name":"description","type":"option","char":"d","description":"package description","multiple":false},"nonamespace":{"name":"nonamespace","type":"boolean","char":"e","description":"creates the package with no namespace; available only for unlocked packages.","allowNo":false},"path":{"name":"path","type":"option","char":"r","description":"path to directory that contains the contents of the package","required":true,"multiple":false},"orgdependent":{"name":"orgdependent","type":"boolean","description":"depends on unpackaged metadata in the installation org. Applies to unlocked packages only.","allowNo":false},"errornotificationusername":{"name":"errornotificationusername","type":"option","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"name":{"kind":"string","char":"n","description":"package name","longDescription":"Name of the package to create.","required":true,"input":[],"multiple":false,"type":"option"},"packagetype":{"kind":"enum","helpValue":"(Managed|Unlocked)","char":"t","description":"package type","longDescription":"Package type for the package.\nThe options for package type are Managed and Unlocked (Managed=DeveloperManagedSubscriberManaged, Unlocked=DeveloperControlledSubscriberEditable).\nThese options determine upgrade and editability rules.","required":true,"options":["Managed","Unlocked"],"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"package description","longDescription":"Description of the package.","input":[],"multiple":false,"type":"option"},"nonamespace":{"kind":"boolean","char":"e","description":"creates the package with no namespace; available only for unlocked packages.","longDescription":"Creates the package with no namespace. Available only for unlocked packages. Useful when you’re migrating an existing org to packages. But, use a namespaced package for new metadata.","allowNo":false,"type":"boolean"},"path":{"kind":"directory","char":"r","description":"path to directory that contains the contents of the package","longDescription":"The path to the directory that contains the contents of the package.","required":true,"input":[],"multiple":false,"type":"option"},"orgdependent":{"kind":"boolean","description":"depends on unpackaged metadata in the installation org. Applies to unlocked packages only.","longDescription":"Package depends on unpackaged metadata in the installation org. Applies to unlocked packages only.\nUse Source Tracking in Sandboxes to develop your org-dependent unlocked package.\nFor more information, see \"Create Org-Dependent Unlocked Packages\" in the Salesforce DX Developer Guide.","allowNo":false,"type":"boolean"},"errornotificationusername":{"kind":"string","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","longDescription":"An active Dev Hub org user designated to receive email notifications for unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.","input":[],"multiple":false,"type":"option"}}},"force:package:delete":{"id":"force:package:delete","description":"delete a package\n\nSpecify the ID or alias of the package you want to delete.\n\nDelete unlocked and second-generation managed packages. Before you delete a package, first delete all associated package versions.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:delete"],"examples":["$ sfdx force:package:delete -p \"Your Package Alias\"","$ sfdx force:package:delete -p 0Ho..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"don’t prompt before deleting the package","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to delete","required":true,"multiple":false},"undelete":{"name":"undelete","type":"boolean","description":"undelete a deleted package","hidden":true,"allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"noprompt":{"kind":"boolean","char":"n","description":"don’t prompt before deleting the package","longDescription":"Don’t prompt before deleting the package.","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to delete","longDescription":"The ID (starts with 0Ho) or alias of the package to delete.","required":true,"input":[],"multiple":false,"type":"option"},"undelete":{"kind":"boolean","description":"undelete a deleted package","longDescription":"Undelete a deleted package.","hidden":true,"default":false,"allowNo":false,"type":"boolean"}}},"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.","strict":true,"usage":"<%= command.id %> -p <string> [-w <minutes>] [-k <string>] [-b <minutes>] [-r] [-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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:install"],"examples":["$ sfdx force:package:install --package 04t... -u me@example.com","$ sfdx force:package:install --package awesome_package_alias","$ sfdx force:package:install --package \"Awesome Package Alias\"","$ sfdx force:package:install --package 04t... -t DeprecateOnly"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for installation status","multiple":false,"default":{"quantity":0,"unit":0}},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","multiple":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","multiple":false,"default":{"quantity":0,"unit":0}},"noprompt":{"name":"noprompt","type":"boolean","char":"r","description":"do not prompt for confirmation","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to install","required":true,"multiple":false},"apexcompile":{"name":"apexcompile","type":"option","char":"a","description":"compile all Apex in the org and package, or only Apex in the package; unlocked packages only","helpValue":"(all|package)","multiple":false,"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.)","helpValue":"(AllUsers|AdminsOnly)","multiple":false,"options":["AllUsers","AdminsOnly"],"default":"AdminsOnly"},"upgradetype":{"name":"upgradetype","type":"option","char":"t","description":"the upgrade type for the package installation; available only for unlocked packages","helpValue":"(DeprecateOnly|Mixed|Delete)","multiple":false,"options":["DeprecateOnly","Mixed","Delete"],"default":"Mixed"}},"args":[],"requiresUsername":true,"flagsConfig":{"wait":{"kind":"minutes","char":"w","description":"number of minutes to wait for installation status","longDescription":"Maximum number of minutes to wait for installation status. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (default: null)","longDescription":"Installation key for installing a key-protected package. The default is null.","input":[],"multiple":false,"type":"option"},"publishwait":{"kind":"minutes","char":"b","description":"number of minutes to wait for subscriber package version ID to become available in the target org","longDescription":"Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"noprompt":{"kind":"boolean","char":"r","description":"do not prompt for confirmation","longDescription":"Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgradetype Delete to proceed.","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to install","longDescription":"The ID (starts with 04t) or alias of the package version to install.","required":true,"input":[],"multiple":false,"type":"option"},"apexcompile":{"kind":"enum","helpValue":"(all|package)","char":"a","description":"compile all Apex in the org and package, or only Apex in the package; unlocked packages only","longDescription":"Applies to unlocked packages only. Specifies whether to compile all Apex in the org and package, or only the Apex in the package.\nFor package installs into production orgs, or any org that has Apex Compile on Deploy enabled, the platform compiles all Apex in the org after the package install or upgrade operation completes.\nThis approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apexcompile package is specified.","default":"all","options":["all","package"],"input":[],"multiple":false,"type":"option"},"securitytype":{"kind":"enum","helpValue":"(AllUsers|AdminsOnly)","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.)","longDescription":"Security access type for the installed package.","default":"AdminsOnly","options":["AllUsers","AdminsOnly"],"input":[],"multiple":false,"type":"option"},"upgradetype":{"kind":"enum","helpValue":"(DeprecateOnly|Mixed|Delete)","char":"t","description":"the upgrade type for the package installation; available only for unlocked packages","longDescription":"For package upgrades, specifies whether to mark all removed components as deprecated (DeprecateOnly), to delete removed components that can be safely deleted and deprecate the others (Mixed), or to delete all removed components, except for custom objects and custom fields, that don't have dependencies (Delete). The default is Mixed. Can specify DeprecateOnly or Delete only for unlocked package upgrades.","default":"Mixed","options":["DeprecateOnly","Mixed","Delete"],"input":[],"multiple":false,"type":"option"}}},"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.","strict":true,"usage":"<%= command.id %> [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:list"],"examples":["$ sfdx force:package:list -v devhub@example.com","$ sfdx force:package:list -v devhub@example.com --verbose"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"display extended package detail","allowNo":false}},"args":[],"requiresProject":true,"requiresDevhubUsername":true,"flagsConfig":{"verbose":{"description":"display extended package detail","longDescription":"Displays extended package details.","type":"boolean","kind":"boolean","allowNo":false}}},"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\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.","strict":true,"usage":"<%= command.id %> -p <string> [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:uninstall"],"examples":["$ sfdx force:package:uninstall -p 04t... -u me@example.com","$ sfdx force:package:uninstall -p undesirable_package_alias","$ sfdx force:package:uninstall -p \"Undesirable Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"number of minutes to wait for uninstall status","multiple":false,"default":{"quantity":0,"unit":0}},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to uninstall","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"wait":{"kind":"minutes","char":"w","description":"number of minutes to wait for uninstall status","longDescription":"Maximum number of minutes to wait for uninstall status. The default is 0.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to uninstall","longDescription":"The ID (starts with 04t) or alias of the package version to uninstall.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:update":{"id":"force:package:update","description":"update package details\n\nSpecify a new value for each option you want to update.\n\nRun \"sfdx force:package:list\" to list all packages in the Dev Hub org.","strict":true,"usage":"<%= command.id %> -p <string> [-n <string>] [-d <string>] [-o <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:update"],"examples":["$ sfdx force:package:update -p \"Your Package Alias\" -n \"New Package Name\"","$ sfdx force:package:update -p 0Ho... -d \"New Package Description\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to update","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"new package name","multiple":false},"description":{"name":"description","type":"option","char":"d","description":"new package description","multiple":false},"errornotificationusername":{"name":"errornotificationusername","type":"option","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to update","longDescription":"The ID (starts with 0Ho) or alias of the package to update.","required":true,"input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","description":"new package name","longDescription":"New name of the package.","input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"new package description","longDescription":"New description of the package.","input":[],"multiple":false,"type":"option"},"errornotificationusername":{"kind":"string","char":"o","description":"active Dev Hub user designated to receive email notifications for package errors","longDescription":"An active Dev Hub org user designated to receive email notifications for unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.","input":[],"multiple":false,"type":"option"}}},"force:package:install:report":{"id":"force:package:install:report","description":"retrieve the status of a package installation request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:install:report"],"examples":["$ sfdx force:package:install:report -i 0Hf...","$ sfdx force:package:install:report -i 0Hf... -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package install request you want to check","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"ID of the package install request you want to check","longDescription":"The ID of the package install request you want to check.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:installed:list":{"id":"force:package:installed:list","description":"list the org’s installed packages","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:installed:list"],"examples":["$ sfdx force:package:installed:list","$ sfdx force:package:installed:list -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true},"force:package:uninstall:report":{"id":"force:package:uninstall:report","description":"retrieve status of package uninstall request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:uninstall:report"],"examples":["$ sfdx force:package:uninstall:report -i 06y...","$ sfdx force:package:uninstall:report -i 06y... -u me@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"ID of the package uninstall request you want to check","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"ID of the package uninstall request you want to check","longDescription":"The ID of the package uninstall request you want to check.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package:version:create":{"id":"force:package:version:create","summary":"create a package version","description":"Creates a package version in the Dev Hub org.\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 that you specify the --installationkey parameter 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\nTo promote a package version to released, you must use the --codecoverage parameter. The package must also meet the code coverage requirements. This requirement applies to both managed and unlocked packages.\n\nWe don’t calculate code coverage for org-dependent unlocked packages, or for package versions that specify --skipvalidation.","strict":true,"usage":"<%= command.id %> [-b <string>] [-c | --skipvalidation] [-f <filepath>] [-k <string>] [-x] [-p <string>] [-d <directory>] [--postinstallscript <string>] [--postinstallurl <url>] [--releasenotesurl <url>] [--skipancestorcheck] [-t <string>] [--uninstallscript <string>] [-e <string>] [-a <string>] [-n <string>] [-w <minutes>] [--language <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create"],"examples":["$ sfdx force:package:version:create -d common -k password123","$ sfdx force:package:version:create -p \"Your Package Alias\" -k password123","$ sfdx force:package:version:create -p 0Ho... -k password123","$ sfdx force:package:version:create -d common -k password123 --skipvalidation"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"branch":{"name":"branch","type":"option","char":"b","description":"the package version’s branch","multiple":false},"buildinstance":{"name":"buildinstance","type":"option","char":"s","description":"the instance where the package version will be created——for example, NA50","hidden":true,"multiple":false},"codecoverage":{"name":"codecoverage","type":"boolean","char":"c","description":"calculate the code coverage by running the packaged Apex tests","allowNo":false,"exclusive":["skipvalidation"]},"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","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","multiple":false},"installationkeybypass":{"name":"installationkeybypass","type":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 0Ho) or alias of the package to create a version of","multiple":false},"path":{"name":"path","type":"option","char":"d","description":"path to directory that contains the contents of the package","multiple":false},"postinstallscript":{"name":"postinstallscript","type":"option","description":"post-install script name; managed packages only","multiple":false},"postinstallurl":{"name":"postinstallurl","type":"option","description":"post-install URL","multiple":false},"preserve":{"name":"preserve","type":"boolean","char":"r","description":"temp files are preserved that would otherwise be deleted","hidden":true,"allowNo":false},"releasenotesurl":{"name":"releasenotesurl","type":"option","description":"release notes URL","multiple":false},"skipancestorcheck":{"name":"skipancestorcheck","type":"boolean","description":"Overrides ancestry requirements.","allowNo":false},"skipvalidation":{"name":"skipvalidation","type":"boolean","description":"skip validation during package version creation; you can’t promote unvalidated package versions","allowNo":false,"exclusive":["codecoverage"]},"tag":{"name":"tag","type":"option","char":"t","description":"the package version’s tag","multiple":false},"uninstallscript":{"name":"uninstallscript","type":"option","description":"uninstall script name; managed packages only","multiple":false},"validateschema":{"name":"validateschema","type":"boolean","char":"j","description":"sfdx-project.json is validated against JSON schema","hidden":true,"allowNo":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"the description of the package version to be created","multiple":false},"versionname":{"name":"versionname","type":"option","char":"a","description":"the name of the package version to be created","multiple":false},"versionnumber":{"name":"versionnumber","type":"option","char":"n","description":"the version number of the package version to be created","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created","multiple":false,"default":{"quantity":0,"unit":0}},"language":{"name":"language","type":"option","description":"The language for the package.","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"branch":{"kind":"string","char":"b","description":"the package version’s branch","longDescription":"Name of the branch in your source control system that the package version is based on.","input":[],"multiple":false,"type":"option"},"buildinstance":{"kind":"string","char":"s","description":"the instance where the package version will be created——for example, NA50","longDescription":"The instance where the package version will be created——for example, NA50.","hidden":true,"input":[],"multiple":false,"type":"option"},"codecoverage":{"kind":"boolean","char":"c","description":"calculate the code coverage by running the packaged Apex tests","longDescription":"Calculate and store the code coverage percentage by running the Apex tests included in this package version. Before you can promote and release a managed or unlocked package version, the Apex code must meet a minimum 75% code coverage requirement. We don’t calculate code coverage for org-dependent unlocked packages or for package versions that specify --skipvalidation.","default":false,"exclusive":["skipvalidation"],"allowNo":false,"type":"boolean"},"definitionfile":{"kind":"filepath","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","longDescription":"The 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.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (either --installationkey or --installationkeybypass is required)","longDescription":"Installation key for creating the key-protected package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"input":[],"multiple":false,"type":"option"},"installationkeybypass":{"kind":"boolean","char":"x","description":"bypass the installation key requirement (either --installationkey or --installationkeybypass is required)","longDescription":"Bypasses the installation key requirement. If you bypass this requirement, anyone can install your package. Either an --installationkey value or the --installationkeybypass flag is required.","exactlyOne":["installationkey","installationkeybypass"],"allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 0Ho) or alias of the package to create a version of","longDescription":"The ID (starts with 0Ho) or alias of the package to create a version of.","exactlyOne":["path","package"],"input":[],"multiple":false,"type":"option"},"path":{"kind":"directory","char":"d","description":"path to directory that contains the contents of the package","longDescription":"The path to the directory that contains the contents of the package.","exactlyOne":["path","package"],"input":[],"multiple":false,"type":"option"},"postinstallscript":{"kind":"string","description":"post-install script name; managed packages only","longDescription":"Applies to managed packages only. The post-install script name. The post-install script is an Apex class within this package that is run in the installing org after installations or upgrades of this package version.","input":[],"multiple":false,"type":"option"},"postinstallurl":{"kind":"url","description":"post-install URL","longDescription":"The post-install instructions URL. The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.","input":[],"multiple":false,"type":"option"},"preserve":{"kind":"boolean","char":"r","description":"temp files are preserved that would otherwise be deleted","longDescription":"Specifies that the temp files are preserved that would otherwise be deleted","hidden":true,"allowNo":false,"type":"boolean"},"releasenotesurl":{"kind":"url","description":"release notes URL","longDescription":"The release notes URL. This link is displayed in the package installation UI to provide release notes for this package version to subscribers.","input":[],"multiple":false,"type":"option"},"skipancestorcheck":{"kind":"boolean","description":"Overrides ancestry requirements.","longDescription":"Override ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.","default":false,"allowNo":false,"type":"boolean"},"skipvalidation":{"kind":"boolean","description":"skip validation during package version creation; you can’t promote unvalidated package versions","longDescription":"Skips validation of dependencies, package ancestors, and metadata during package version creation. Skipping validation reduces the time it takes to create a new package version, but you can promote only validated package versions. Skipping validation can suppress important errors that can surface at a later stage. You can specify skip validation or code coverage, but not both. Code coverage is calculated during validation.","default":false,"exclusive":["codecoverage"],"allowNo":false,"type":"boolean"},"tag":{"kind":"string","char":"t","description":"the package version’s tag","longDescription":"The package version’s tag.","input":[],"multiple":false,"type":"option"},"uninstallscript":{"kind":"string","description":"uninstall script name; managed packages only","longDescription":"Applies to managed packages only. The uninstall script name. The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.","input":[],"multiple":false,"type":"option"},"validateschema":{"kind":"boolean","char":"j","description":"sfdx-project.json is validated against JSON schema","longDescription":"Specifies that the sfdx-project.json file should be validated against JSON schema.","hidden":true,"allowNo":false,"type":"boolean"},"versiondescription":{"kind":"string","char":"e","description":"the description of the package version to be created","longDescription":"The description of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"versionname":{"kind":"string","char":"a","description":"the name of the package version to be created","longDescription":"The name of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"versionnumber":{"kind":"string","char":"n","description":"the version number of the package version to be created","longDescription":"The version number of the package version to be created. Overrides the sfdx-project.json value.","input":[],"multiple":false,"type":"option"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created","longDescription":"The number of minutes to wait for the package version to be created.","default":{"quantity":0,"unit":0},"input":[],"multiple":false,"type":"option"},"language":{"kind":"string","description":"The language for the package.","longDescription":"The language for the package. Specify the language using a language code listed under \"Supported Languages\" in Salesforce Help.\n\nIf no language is specified, the language defaults to the language of the Dev Hub user who created the package.","input":[],"multiple":false,"type":"option"}}},"force:package:version:delete":{"id":"force:package:version:delete","description":"delete a package version\nSpecify the ID or alias of the package version you want to delete.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:delete"],"examples":["$ sfdx force:package:version:delete -p \"Your Package Alias\"","$ sfdx force:package:version:delete -p 04t..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"don’t prompt before deleting the package version","allowNo":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","required":true,"multiple":false},"undelete":{"name":"undelete","type":"boolean","description":"undelete a deleted package version","hidden":true,"allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"noprompt":{"kind":"boolean","char":"n","description":"don’t prompt before deleting the package version","longDescription":"don’t prompt before deleting the package version","allowNo":false,"type":"boolean"},"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","longDescription":"The ID (starts with 04t) or alias of the package version to delete.","required":true,"input":[],"multiple":false,"type":"option"},"undelete":{"kind":"boolean","description":"undelete a deleted package version","longDescription":"Undelete a deleted package version.","hidden":true,"allowNo":false,"type":"boolean"}}},"force:package:version:displayancestry":{"id":"force:package:version:displayancestry","description":"display the ancestry tree for a 2GP managed package version","strict":true,"usage":"<%= command.id %> -p <string> [--dotcode] [-v <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:displayancestry"],"examples":["$ sfdx force:package:version:displayancestry -p package_version_alias","$ sfdx force:package:version:displayancestry -p package_version_alias --dotcode","$ sfdx force:package:version:displayancestry -p OHo...","$ sfdx force:package:version:displayancestry -p 04t..."],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for","required":true,"multiple":false},"dotcode":{"name":"dotcode","type":"boolean","description":"display the ancestry tree in DOT code","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree","allowNo":false}},"args":[],"showProgress":false,"varargs":false,"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for","longDescription":"The ID or alias of the package or package version to display ancestry for. If you specify a package ID (starts with 0Ho) or alias, the ancestor tree for every package version associated with the package ID is displayed.\nIf you specify a package version (starts with 04t) or alias, the ancestry tree of the specified package version is displayed.","required":true,"input":[],"multiple":false,"type":"option"},"dotcode":{"kind":"boolean","description":"display the ancestry tree in DOT code","longDescription":"Displays the ancestry tree in DOT code. You can use the DOT code output in graph visualization software to create tree visualizations.","allowNo":false,"type":"boolean"},"verbose":{"description":"display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree","longDescription":"Displays both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.","type":"boolean","kind":"boolean","allowNo":false}}},"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).","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:list"],"examples":["$ sfdx force:package:version:list --verbose --createdlastdays 3 --released --orderby PatchVersion","$ sfdx force:package:version:list --packages 0Ho000000000000,0Ho000000000001 --released --modifiedlastdays 0","$ sfdx force:package:version:list --released","$ sfdx force:package:version:list --concise --modifiedlastdays 0","$ sfdx force:package:version:list --concise -c 3 -r","$ sfdx force:package:version:list --packages exp-mgr,exp-mgr-util --released --modifiedlastdays 0"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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)","multiple":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)","multiple":false},"packages":{"name":"packages","type":"option","char":"p","description":"filter results on specified comma-delimited packages (aliases or 0Ho IDs)","multiple":false},"released":{"name":"released","type":"boolean","char":"r","description":"display released versions only","allowNo":false},"orderby":{"name":"orderby","type":"option","char":"o","description":"order by the specified package version fields","multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"display extended package version details","allowNo":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"createdlastdays":{"kind":"number","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","longDescription":"Filters the list based on the specified maximum number of days since the request was created (starting at 00:00:00 of first day to now; 0 for today).","input":[],"multiple":false,"type":"option"},"concise":{"description":"display limited package version details","longDescription":"Displays limited package version details.","type":"boolean","kind":"boolean","allowNo":false},"modifiedlastdays":{"kind":"number","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)","longDescription":"Lists the items modified in the specified last number of days, starting at 00:00:00 of first day to now. Use 0 for today.","input":[],"multiple":false,"type":"option"},"packages":{"kind":"array","char":"p","description":"filter results on specified comma-delimited packages (aliases or 0Ho IDs)","longDescription":"Filters results on the specified comma-delimited packages (aliases or 0Ho IDs).","input":[],"multiple":false,"type":"option"},"released":{"kind":"boolean","char":"r","description":"display released versions only","longDescription":"Displays released versions only (IsReleased=true).","allowNo":false,"type":"boolean"},"orderby":{"kind":"array","char":"o","description":"order by the specified package version fields","longDescription":"Orders the list by the specified package version fields.","input":[],"multiple":false,"type":"option"},"verbose":{"description":"display extended package version details","longDescription":"Displays extended package version details.","type":"boolean","kind":"boolean","allowNo":false}}},"force:package:version:promote":{"id":"force:package:version:promote","description":"promote a package version to released\n\nSupply the ID or alias of the package version you want to promote. Promotes the package version to released status.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:promote"],"examples":["$ sfdx force:package:version:promote -p 04t...","$ sfdx force:package:version:promote -p awesome_package_alias","$ sfdx force:package:version:promote -p \"Awesome Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package version to promote","required":true,"multiple":false},"noprompt":{"name":"noprompt","type":"boolean","char":"n","description":"no prompt to confirm setting the package version as released","allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package version to promote","longDescription":"The ID (starts with 04t) or alias of the package version to promote.","required":true,"input":[],"multiple":false,"type":"option"},"noprompt":{"kind":"boolean","char":"n","description":"no prompt to confirm setting the package version as released","longDescription":"Do not prompt to confirm setting the package version as released.","allowNo":false,"type":"boolean"}}},"force:package:version:report":{"id":"force:package:version:report","description":"retrieve details about a package version in the Dev Hub org\n\nTo update package version values, run \"sfdx force:package:version:update\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:report"],"examples":["$ sfdx force:package:version:report -p 04t...","$ sfdx force:package:version:report -p \"Your Package Alias\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to retrieve details for","required":true,"multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"displays extended package version details","allowNo":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to retrieve details for","longDescription":"The ID (starts with 04t) or alias of the package to retrieve details for.","required":true,"input":[],"multiple":false,"type":"option"},"verbose":{"description":"displays extended package version details","longDescription":"Displays extended package version details.","type":"boolean","kind":"boolean","allowNo":false}}},"force:package:version:update":{"id":"force:package:version:update","description":"update a package version\n\nSpecify a new value for each option you want to update.\n\nTo display details about a package version, run \"sfdx force:package:version:report\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:update"],"examples":["$ sfdx force:package:version:update -p \"Your Package Alias\" -k password123","$ sfdx force:package:version:update -p 04t... -b main -t 'Release 1.0.7'","$ sfdx force:package:version:update -p 04t... -e \"New Package Version Description\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"package":{"name":"package","type":"option","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","required":true,"multiple":false},"versionname":{"name":"versionname","type":"option","char":"a","description":"new package version name","multiple":false},"versiondescription":{"name":"versiondescription","type":"option","char":"e","description":"new package version description","multiple":false},"branch":{"name":"branch","type":"option","char":"b","description":"new package version branch","multiple":false},"tag":{"name":"tag","type":"option","char":"t","description":"new package version tag","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"new installation key for key-protected package (default: null)","multiple":false}},"args":[],"requiresDevhubUsername":true,"requiresProject":true,"flagsConfig":{"package":{"kind":"string","char":"p","description":"ID (starts with 04t) or alias of the package to update a version of","longDescription":"The ID (starts with 04t) or alias of the package to update a version of.","required":true,"input":[],"multiple":false,"type":"option"},"versionname":{"kind":"string","char":"a","description":"new package version name","longDescription":"The new package version name.","input":[],"multiple":false,"type":"option"},"versiondescription":{"kind":"string","char":"e","description":"new package version description","longDescription":"The new package version description.","input":[],"multiple":false,"type":"option"},"branch":{"kind":"string","char":"b","description":"new package version branch","longDescription":"The new package version branch.","input":[],"multiple":false,"type":"option"},"tag":{"kind":"string","char":"t","description":"new package version tag","longDescription":"The new package version tag.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"new installation key for key-protected package (default: null)","longDescription":"The new installation key for the key-protected package. The default is null.","input":[],"multiple":false,"type":"option"}}},"force:package1:version:create":{"id":"force:package1:version:create","description":"create a first-generation package version in the release org\nThe package version is based on the contents of the specified metadata package. Omit -m if you want to create an unmanaged package version.","strict":true,"usage":"<%= command.id %> -i <id> -n <string> [-d <string>] [-v <string>] [-m] [-r <url>] [-p <url>] [-k <string>] [-w <minutes>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:create"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"package version name","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"package version description","multiple":false},"version":{"name":"version","type":"option","char":"v","description":"package version in major.minor format, for example, 3.2","multiple":false},"managedreleased":{"name":"managedreleased","type":"boolean","char":"m","description":"create a managed package version","allowNo":false},"releasenotesurl":{"name":"releasenotesurl","type":"option","char":"r","description":"release notes URL","multiple":false},"postinstallurl":{"name":"postinstallurl","type":"option","char":"p","description":"post install URL","multiple":false},"installationkey":{"name":"installationkey","type":"option","char":"k","description":"installation key for key-protected package (default: null)","multiple":false},"wait":{"name":"wait","type":"option","char":"w","description":"minutes to wait for the package version to be created (default: 2 minutes)","multiple":false}},"args":[],"requiresUsername":true,"requiresProject":true,"flagsConfig":{"packageid":{"kind":"id","char":"i","description":"ID of the metadata package (starts with 033) of which you’re creating a new version","longDescription":"ID of the metadata package (starts with 033) of which you’re creating a new version.","required":true,"input":[],"multiple":false,"type":"option"},"name":{"kind":"string","char":"n","description":"package version name","longDescription":"Package version name.","required":true,"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"package version description","longDescription":"Package version description.","input":[],"multiple":false,"type":"option"},"version":{"kind":"string","char":"v","description":"package version in major.minor format, for example, 3.2","longDescription":"Package version in major.minor format, for example, 3.2.","input":[],"multiple":false,"type":"option"},"managedreleased":{"kind":"boolean","char":"m","description":"create a managed package version","longDescription":"Creates a managed package version. To create a beta version, don’t include this parameter.","allowNo":false,"type":"boolean"},"releasenotesurl":{"kind":"url","char":"r","description":"release notes URL","longDescription":"The release notes URL. This link is displayed in the package installation UI to provide release notes for this package version to subscribers.","input":[],"multiple":false,"type":"option"},"postinstallurl":{"kind":"url","char":"p","description":"post install URL","longDescription":"The post-install instructions URL. The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.","input":[],"multiple":false,"type":"option"},"installationkey":{"kind":"string","char":"k","description":"installation key for key-protected package (default: null)","longDescription":"Installation key for creating the key-protected package. The default is null.","input":[],"multiple":false,"type":"option"},"wait":{"kind":"minutes","char":"w","description":"minutes to wait for the package version to be created (default: 2 minutes)","longDescription":"Minutes to wait for the package version to be created. The default is 2 minutes.","input":[],"multiple":false,"type":"option"}}},"force:package1:version:display":{"id":"force:package1:version:display","description":"display details about a first-generation package version","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:display"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packageversionid":{"name":"packageversionid","type":"option","char":"i","description":"metadata package version ID (starts with 04t)","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"packageversionid":{"kind":"id","char":"i","description":"metadata package version ID (starts with 04t)","longDescription":"ID (starts with 04t) of the metadata package version whose details you want to display.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package1:version:list":{"id":"force:package1:version:list","description":"list package versions for the specified first-generation package or for the org","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packageid":{"name":"packageid","type":"option","char":"i","description":"metadata package ID (starts with 033)","multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"packageid":{"kind":"id","char":"i","description":"metadata package ID (starts with 033)","longDescription":"Metadata package ID (starts with 033) whose package versions you want to list. If not specified, shows all versions for all packages (managed and unmanaged) in the org.","input":[],"multiple":false,"type":"option"}}},"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.","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create:list"],"examples":["$ sfdx force:package:version:create:list","$ sfdx force:package:version:create:list --createdlastdays 3","$ sfdx force:package:version:create:list --status Error","$ sfdx force:package:version:create:list -s InProgress","$ sfdx force:package:version:create:list -c 3 -s Success"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"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)","multiple":false},"status":{"name":"status","type":"option","char":"s","description":"filter the list by version creation request status","helpValue":"(Queued|InProgress|Success|Error)","multiple":false,"options":["Queued","InProgress","Success","Error"]}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"createdlastdays":{"kind":"number","char":"c","description":"created in the last specified number of days (starting at 00:00:00 of first day to now; 0 for today)","longDescription":"Filters the list based on the specified maximum number of days since the request was created (starting at 00:00:00 of first day to now; 0 for today).","input":[],"multiple":false,"type":"option"},"status":{"kind":"enum","helpValue":"(Queued|InProgress|Success|Error)","char":"s","description":"filter the list by version creation request status","longDescription":"Filters the list based on the status of version creation requests.","options":["Queued","InProgress","Success","Error"],"input":[],"multiple":false,"type":"option"}}},"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\nTo show all requests in the org, run \"sfdx force:package:version:create:list\".","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package:beta:version:create:report"],"examples":["$ sfdx force:package:version:create:report -i 08c...","$ sfdx force:package:version:create:report -i 08c... -v devhub@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"packagecreaterequestid":{"name":"packagecreaterequestid","type":"option","char":"i","description":"package version creation request ID (starts with 08c)","required":true,"multiple":false}},"args":[],"requiresDevhubUsername":true,"flagsConfig":{"packagecreaterequestid":{"kind":"id","char":"i","description":"package version creation request ID (starts with 08c)","longDescription":"The ID (starts with 08c) of the package version creation request you want to display.","required":true,"input":[],"multiple":false,"type":"option"}}},"force:package1:version:create:get":{"id":"force:package1:version:create:get","description":"retrieve the status of a package version creation request","strict":true,"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/plugin-packaging","pluginAlias":"@salesforce/plugin-packaging","pluginType":"core","aliases":["force:package1:beta:version:create:get"],"examples":["$ sfdx force:package1:version:create:get -i 0HD...","$ sfdx force:package1:version:create:get -i 0HD... -u devhub@example.com"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"requestid":{"name":"requestid","type":"option","char":"i","description":"PackageUploadRequest ID","required":true,"multiple":false}},"args":[],"requiresUsername":true,"flagsConfig":{"requestid":{"kind":"id","char":"i","description":"PackageUploadRequest ID","longDescription":"The ID of the PackageUploadRequest.","required":true,"input":[],"multiple":false,"type":"option"}}}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SFDX plugin that support Salesforce Packaging Platform",
4
- "version": "1.12.0",
4
+ "version": "1.12.1",
5
5
  "main": "lib/index.js",
6
6
  "author": "Salesforce",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
@@ -9,7 +9,7 @@
9
9
  "@oclif/core": "^1.22.0",
10
10
  "@salesforce/command": "^5.2.33",
11
11
  "@salesforce/core": "^3.32.11",
12
- "@salesforce/kit": "^1.8.0",
12
+ "@salesforce/kit": "^1.8.2",
13
13
  "@salesforce/packaging": "^1.1.6",
14
14
  "chalk": "^4.1.2",
15
15
  "tslib": "^2"
@@ -30,7 +30,7 @@
30
30
  "@typescript-eslint/eslint-plugin": "^5.33.0",
31
31
  "@typescript-eslint/parser": "^5.33.0",
32
32
  "chai": "^4.3.7",
33
- "eslint": "^8.29.0",
33
+ "eslint": "^8.31.0",
34
34
  "eslint-config-prettier": "^8.5.0",
35
35
  "eslint-config-salesforce": "^1.1.0",
36
36
  "eslint-config-salesforce-license": "^0.1.6",
@@ -173,7 +173,7 @@
173
173
  "access": "public"
174
174
  },
175
175
  "sfdx": {
176
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.12.0.crt",
177
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.12.0.sig"
176
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.12.1.crt",
177
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.12.1.sig"
178
178
  }
179
179
  }