{
  "commands": {
    "package:convert": {
      "aliases": [
        "force:package:convert"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The 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 \"<%= config.bin %> package version create report -i 08c...\".\n\nWe recommend specifying the --installation-key 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 \"<%= config.bin %> package version create list\".",
      "examples": [
        "Create a second-generation package version from the first-generation package with the specified ID and give it the installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123",
        "Similar to previous example, but uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-dev-hub devhuborg@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 033) of the first-generation package to convert.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key": {
          "aliases": [
            "installationkey"
          ],
          "char": "k",
          "deprecateAliases": true,
          "description": "Either an --installation-key value or the --installation-key-bypass flag is required.",
          "name": "installation-key",
          "summary": "Installation key for key-protected package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "definition-file": {
          "aliases": [
            "definitionfile"
          ],
          "char": "f",
          "deprecateAliases": true,
          "description": "This definition file is similar to the scratch org definition file.",
          "name": "definition-file",
          "summary": "Path to a definition file that contains features and org preferences that the metadata of the package version depends on.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key-bypass": {
          "aliases": [
            "installationkeybypass"
          ],
          "char": "x",
          "deprecateAliases": true,
          "description": "If you bypass this requirement, anyone can install your package. Either an --installation-key value or the --installation-key-bypass flag is required.",
          "name": "installation-key-bypass",
          "summary": "Bypass the installation key requirement.",
          "allowNo": false,
          "type": "boolean"
        },
        "wait": {
          "char": "w",
          "name": "wait",
          "summary": "Minutes to wait for the package version to be created.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "build-instance": {
          "aliases": [
            "buildinstance"
          ],
          "char": "s",
          "deprecateAliases": true,
          "hidden": true,
          "name": "build-instance",
          "summary": "Instance where the conversion package version will be created, such as NA50.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "seed-metadata": {
          "char": "m",
          "description": "The directory containing metadata that will be deployed on the build org prior to attempting conversion.",
          "name": "seed-metadata",
          "summary": "Directory containing metadata to be deployed prior to conversion.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Display verbose command output.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hidden": true,
      "hiddenAliases": [],
      "id": "package:convert",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a second-generation package version from a first-generation package.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "convert.js"
      ],
      "aliasPermutations": [
        "force:package:convert",
        "package:force:convert",
        "package:convert:force",
        "force:convert:package",
        "convert:force:package",
        "convert:package:force"
      ],
      "permutations": [
        "package:convert",
        "convert:package"
      ]
    },
    "package:create": {
      "aliases": [
        "force:package:create"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "First, 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 --no-namespace.\n\nYour --name value must be unique within your namespace.\n\nRun '<%= config.bin %> package list to list all packages in the Dev Hub org.",
      "examples": [
        "Create an unlocked package from the files in the \"force-app\" directory; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyUnlockedPackage --package-type Unlocked --path force-app",
        "Create a managed packaged from the \"force-app\" directory files, give the package a description, and use the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --name MyManagedPackage --description \"Your Package Descripton\" --package-type Managed --path force-app --target-dev-hub devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "name": "name",
          "required": true,
          "summary": "Name of the package to create.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package-type": {
          "aliases": [
            "packagetype"
          ],
          "char": "t",
          "deprecateAliases": true,
          "description": "The options for package type are Managed and Unlocked (Managed=DeveloperManagedSubscriberManaged, Unlocked=DeveloperControlledSubscriberEditable). These options determine upgrade and editability rules.",
          "name": "package-type",
          "required": true,
          "summary": "Type of package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "Managed",
            "Unlocked"
          ],
          "type": "option"
        },
        "description": {
          "char": "d",
          "name": "description",
          "summary": "Description of the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-namespace": {
          "aliases": [
            "nonamespace"
          ],
          "char": "e",
          "deprecateAliases": true,
          "description": "This flag is useful when you’re migrating an existing org to packages. But use a namespaced package for new metadata.",
          "name": "no-namespace",
          "summary": "Create the package with no namespace; available only for unlocked packages.",
          "allowNo": false,
          "type": "boolean"
        },
        "path": {
          "char": "r",
          "name": "path",
          "required": true,
          "summary": "Path to directory that contains the contents of the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "org-dependent": {
          "aliases": [
            "orgdependent"
          ],
          "deprecateAliases": true,
          "description": "Use Source Tracking in Sandboxes to develop your org-dependent unlocked package. For more information, see \"Create Org-Dependent Unlocked Packages\" in the Salesforce DX Developer Guide.",
          "name": "org-dependent",
          "summary": "Depends on unpackaged metadata in the installation org; applies to unlocked packages only.",
          "allowNo": false,
          "type": "boolean"
        },
        "error-notification-username": {
          "aliases": [
            "errornotificationusername"
          ],
          "char": "o",
          "deprecateAliases": true,
          "description": "Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.",
          "name": "error-notification-username",
          "summary": "Active Dev Hub user designated to receive email notifications for package errors.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:create",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a package.",
      "enableJsonFlag": true,
      "requiresProject": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "create.js"
      ],
      "aliasPermutations": [
        "force:package:create",
        "package:force:create",
        "package:create:force",
        "force:create:package",
        "create:force:package",
        "create:package:force"
      ],
      "permutations": [
        "package:create",
        "create:package"
      ]
    },
    "package:delete": {
      "aliases": [
        "force:package:delete"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify 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.",
      "examples": [
        "Delete a package using its alias from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
        "Delete a package using its ID from the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --target-dev-hub devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "aliases": [
            "noprompt"
          ],
          "char": "n",
          "deprecateAliases": true,
          "name": "no-prompt",
          "summary": "Don’t prompt before deleting the package.",
          "allowNo": false,
          "type": "boolean"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 0Ho) or alias of the package to delete.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "undelete": {
          "hidden": true,
          "name": "undelete",
          "summary": "Undelete a deleted package.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:delete",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Delete a package.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "delete.js"
      ],
      "aliasPermutations": [
        "force:package:delete",
        "package:force:delete",
        "package:delete:force",
        "force:delete:package",
        "delete:force:package",
        "delete:package:force"
      ],
      "permutations": [
        "package:delete",
        "delete:package"
      ]
    },
    "package:install": {
      "aliases": [
        "force:package:install"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "To install or upgrade a package, specify a specific version of the package using the 04t package ID. The package and the version you specified installs in your default target org unless you supply the username for a different target org.\n\nWhen upgrading an unlocked package, include the --upgrade-type value to specify whether any removed components are deprecated or deleted. To delete components that can be safely deleted and deprecate the others, specify \"--upgrade-type Mixed\" (the default). To deprecate all removed components, specify \"--upgrade-type DeprecateOnly\". To delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify \"--upgrade-type Delete\". (Note: This option can result in the loss of data that is associated with the deleted components.)",
      "examples": [
        "Install or upgrade a package version with the specified ID in the org with username \"me@example.com\":\n<%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com",
        "Install or upgrade a package version with the specified alias into your default org:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias",
        "Install or upgrade a package version with an alias that includes spaces into your default org:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\"",
        "Upgrade an unlocked package version with the specified ID and deprecate all removed components:\n<%= config.bin %> <%= command.id %> --package 04t... --upgrade-type DeprecateOnly"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "wait": {
          "char": "w",
          "name": "wait",
          "summary": "Number of minutes to wait for installation status.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "installation-key": {
          "aliases": [
            "installationkey"
          ],
          "char": "k",
          "deprecateAliases": true,
          "name": "installation-key",
          "summary": "Installation key for key-protected package (default: null).",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "publish-wait": {
          "aliases": [
            "publishwait"
          ],
          "char": "b",
          "deprecateAliases": true,
          "name": "publish-wait",
          "summary": "Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "aliases": [
            "noprompt"
          ],
          "char": "r",
          "deprecateAliases": true,
          "description": "Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgrade-type Delete to proceed.",
          "name": "no-prompt",
          "summary": "Don't prompt for confirmation.",
          "allowNo": false,
          "type": "boolean"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package version to install.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "apex-compile": {
          "aliases": [
            "apexcompile"
          ],
          "char": "a",
          "deprecateAliases": true,
          "description": "Applies to unlocked packages only. Specifies whether to compile all Apex in the org and package, or only the Apex in the package.\n\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.\n\nThis approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apex-compile package is specified.",
          "name": "apex-compile",
          "summary": "Compile all Apex in the org and package, or only Apex in the package; unlocked packages only.",
          "default": "all",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "all",
            "package"
          ],
          "type": "option"
        },
        "security-type": {
          "aliases": [
            "securitytype"
          ],
          "char": "s",
          "deprecateAliases": true,
          "name": "security-type",
          "summary": "Security access type for the installed package. Available options are AdminsOnly and AllUsers.",
          "default": "AdminsOnly",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "AllUsers",
            "AdminsOnly"
          ],
          "type": "option"
        },
        "upgrade-type": {
          "aliases": [
            "upgradetype"
          ],
          "char": "t",
          "deprecateAliases": true,
          "description": "For unlocked package upgrades, set this flag to one of these values:\n\n- DeprecateOnly: Mark all removed components as deprecated.\n- Mixed: Delete removed components, except for custom objects and custom fields, that don't have dependencies.\n- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.",
          "name": "upgrade-type",
          "summary": "Upgrade type for the package installation; available only for unlocked packages.",
          "default": "Mixed",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "DeprecateOnly",
            "Mixed",
            "Delete"
          ],
          "type": "option"
        },
        "skip-handlers": {
          "char": "l",
          "description": "Allows the installer of a package to optionally skip install handlers in order to decrease overall installation time (available handlers: FeatureEnforcement).",
          "hidden": true,
          "name": "skip-handlers",
          "summary": "Skip install handlers (available handlers: FeatureEnforcement).",
          "hasDynamicHelp": false,
          "multiple": true,
          "options": [
            "FeatureEnforcement"
          ],
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:install",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Install or upgrade a version of a package in the target org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "install.js"
      ],
      "aliasPermutations": [
        "force:package:install",
        "package:force:install",
        "package:install:force",
        "force:install:package",
        "install:force:package",
        "install:package:force"
      ],
      "permutations": [
        "package:install",
        "install:package"
      ]
    },
    "package:list": {
      "aliases": [
        "force:package:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Description",
      "examples": [
        "List all packages in the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com",
        "List all packages details in the specified Dev Hub org, and show extended details about each package:\n<%= config.bin %> <%= command.id %> --target-dev-hub devhub@example.com --verbose"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Display extended package detail.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:list",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "List all packages in the Dev Hub org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "list.js"
      ],
      "aliasPermutations": [
        "force:package:list",
        "package:force:list",
        "package:list:force",
        "force:list:package",
        "list:force:package",
        "list:package:force"
      ],
      "permutations": [
        "package:list",
        "list:package"
      ]
    },
    "package:uninstall": {
      "aliases": [
        "force:package:uninstall"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify the package ID for a second-generation package.\n\nTo list the org’s installed packages, run \"<%= config.bin %> package installed list\".\n\nTo uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.",
      "examples": [
        "Uninstall a package with specified ID from an org with username me@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com",
        "Uninstall a package with the specified alias from your default org:\n<%= config.bin %> <%= command.id %> --package undesirable_package_alias",
        "Uninstall a package with an alias that contains spaces from your default org:\n<%= config.bin %> <%= command.id %> --package \"Undesirable Package Alias\""
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "wait": {
          "char": "w",
          "name": "wait",
          "summary": "Number of minutes to wait for uninstall status.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package version to uninstall.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:uninstall",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Uninstall a second-generation package from the target org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "uninstall.js"
      ],
      "aliasPermutations": [
        "force:package:uninstall",
        "package:force:uninstall",
        "package:uninstall:force",
        "force:uninstall:package",
        "uninstall:force:package",
        "uninstall:package:force"
      ],
      "permutations": [
        "package:uninstall",
        "uninstall:package"
      ]
    },
    "package:update": {
      "aliases": [
        "force:package:update"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify a new value for each option you want to update.\n\nRun \"<%= config.bin %> package list\" to list all packages in the Dev Hub org.",
      "examples": [
        "Update the name of the package with the specified alias; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --name \"New Package Name\"",
        "Update the description of the package with the specified ID; uses the specified Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 0Ho... --description \"New Package Description\" --target-dev-hub devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 0Ho) or alias of the package to update.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "name": "name",
          "summary": "New name of the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "description": {
          "char": "d",
          "name": "description",
          "summary": "New description of the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "error-notification-username": {
          "aliases": [
            "errornotificationusername"
          ],
          "char": "o",
          "deprecateAliases": true,
          "description": "Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures associated with your package.",
          "name": "error-notification-username",
          "summary": "Active Dev Hub user designated to receive email notifications for package errors.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "enable-app-analytics": {
          "name": "enable-app-analytics",
          "summary": "Enable AppExchange App Analytics usage data collection on this managed package and its components.",
          "allowNo": true,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:update",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Update package details.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "update.js"
      ],
      "aliasPermutations": [
        "force:package:update",
        "package:force:update",
        "package:update:force",
        "force:update:package",
        "update:force:package",
        "update:package:force"
      ],
      "permutations": [
        "package:update",
        "update:package"
      ]
    },
    "package:installed:list": {
      "aliases": [
        "force:package:installed:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
        "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:installed:list",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "List the org’s installed packages.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "installed",
        "list.js"
      ],
      "aliasPermutations": [
        "force:package:installed:list",
        "package:force:installed:list",
        "package:installed:force:list",
        "package:installed:list:force",
        "force:installed:package:list",
        "installed:force:package:list",
        "installed:package:force:list",
        "installed:package:list:force",
        "force:installed:list:package",
        "installed:force:list:package",
        "installed:list:force:package",
        "installed:list:package:force",
        "force:package:list:installed",
        "package:force:list:installed",
        "package:list:force:installed",
        "package:list:installed:force",
        "force:list:package:installed",
        "list:force:package:installed",
        "list:package:force:installed",
        "list:package:installed:force",
        "force:list:installed:package",
        "list:force:installed:package",
        "list:installed:force:package",
        "list:installed:package:force"
      ],
      "permutations": [
        "package:installed:list",
        "installed:package:list",
        "installed:list:package",
        "package:list:installed",
        "list:package:installed",
        "list:installed:package"
      ]
    },
    "package:install:report": {
      "aliases": [
        "force:package:install:report"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
        "Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "request-id": {
          "aliases": [
            "requestid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "request-id",
          "required": true,
          "summary": "ID of the package install request you want to check; starts with 0Hf.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:install:report",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve the status of a package installation request.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "install",
        "report.js"
      ],
      "aliasPermutations": [
        "force:package:install:report",
        "package:force:install:report",
        "package:install:force:report",
        "package:install:report:force",
        "force:install:package:report",
        "install:force:package:report",
        "install:package:force:report",
        "install:package:report:force",
        "force:install:report:package",
        "install:force:report:package",
        "install:report:force:package",
        "install:report:package:force",
        "force:package:report:install",
        "package:force:report:install",
        "package:report:force:install",
        "package:report:install:force",
        "force:report:package:install",
        "report:force:package:install",
        "report:package:force:install",
        "report:package:install:force",
        "force:report:install:package",
        "report:force:install:package",
        "report:install:force:package",
        "report:install:package:force"
      ],
      "permutations": [
        "package:install:report",
        "install:package:report",
        "install:report:package",
        "package:report:install",
        "report:package:install",
        "report:install:package"
      ]
    },
    "package:uninstall:report": {
      "aliases": [
        "force:package:uninstall:report"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
        "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "request-id": {
          "aliases": [
            "requestid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "request-id",
          "required": true,
          "summary": "ID of the package uninstall request you want to check; starts with 06y.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:uninstall:report",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve the status of a package uninstall request.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "uninstall",
        "report.js"
      ],
      "aliasPermutations": [
        "force:package:uninstall:report",
        "package:force:uninstall:report",
        "package:uninstall:force:report",
        "package:uninstall:report:force",
        "force:uninstall:package:report",
        "uninstall:force:package:report",
        "uninstall:package:force:report",
        "uninstall:package:report:force",
        "force:uninstall:report:package",
        "uninstall:force:report:package",
        "uninstall:report:force:package",
        "uninstall:report:package:force",
        "force:package:report:uninstall",
        "package:force:report:uninstall",
        "package:report:force:uninstall",
        "package:report:uninstall:force",
        "force:report:package:uninstall",
        "report:force:package:uninstall",
        "report:package:force:uninstall",
        "report:package:uninstall:force",
        "force:report:uninstall:package",
        "report:force:uninstall:package",
        "report:uninstall:force:package",
        "report:uninstall:package:force"
      ],
      "permutations": [
        "package:uninstall:report",
        "uninstall:package:report",
        "uninstall:report:package",
        "package:report:uninstall",
        "report:package:uninstall",
        "report:uninstall:package"
      ]
    },
    "package1:version:create": {
      "aliases": [
        "force:package1:version:create"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The package version is based on the contents of the specified metadata package. Omit --managed-released if you want to create an unmanaged package version.",
      "examples": [
        "Create a first-generation package version from the package with the specified ID and name the package version \"example\"; use your default org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example",
        "Same as previous example, but provide a description and wait for 30 minutes for the package version to be created; use the specified org:\n<%= config.bin %> <%= command.id %> --package-id 033... --name example --description \"example description\" --wait 30 --target-org myorg@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package-id": {
          "aliases": [
            "packageid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "package-id",
          "required": true,
          "summary": "ID of the metadata package (starts with 033) of which you’re creating a new version.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "name": {
          "char": "n",
          "name": "name",
          "required": true,
          "summary": "Package version name.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "description": {
          "char": "d",
          "name": "description",
          "summary": "Package version description.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "version": {
          "char": "v",
          "name": "version",
          "summary": "Package version in major.minor format, for example, 3.2.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "managed-released": {
          "aliases": [
            "managedrelease"
          ],
          "char": "m",
          "deprecateAliases": true,
          "description": "To create a beta version, don’t include this parameter.",
          "name": "managed-released",
          "summary": "Create a managed package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "release-notes-url": {
          "aliases": [
            "releasenotesurl"
          ],
          "char": "r",
          "deprecateAliases": true,
          "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
          "name": "release-notes-url",
          "summary": "Release notes URL.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "post-install-url": {
          "aliases": [
            "postinstallurl"
          ],
          "char": "p",
          "deprecateAliases": true,
          "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
          "name": "post-install-url",
          "summary": "Post install URL.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key": {
          "aliases": [
            "installationkey"
          ],
          "char": "k",
          "deprecateAliases": true,
          "name": "installation-key",
          "summary": "Installation key for key-protected package (default: null).",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "wait": {
          "char": "w",
          "name": "wait",
          "summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package1:version:create",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a first-generation package version in the release org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package1",
        "version",
        "create.js"
      ],
      "aliasPermutations": [
        "force:package1:version:create",
        "package1:force:version:create",
        "package1:version:force:create",
        "package1:version:create:force",
        "force:version:package1:create",
        "version:force:package1:create",
        "version:package1:force:create",
        "version:package1:create:force",
        "force:version:create:package1",
        "version:force:create:package1",
        "version:create:force:package1",
        "version:create:package1:force",
        "force:package1:create:version",
        "package1:force:create:version",
        "package1:create:force:version",
        "package1:create:version:force",
        "force:create:package1:version",
        "create:force:package1:version",
        "create:package1:force:version",
        "create:package1:version:force",
        "force:create:version:package1",
        "create:force:version:package1",
        "create:version:force:package1",
        "create:version:package1:force"
      ],
      "permutations": [
        "package1:version:create",
        "version:package1:create",
        "version:create:package1",
        "package1:create:version",
        "create:package1:version",
        "create:version:package1"
      ]
    },
    "package1:version:display": {
      "aliases": [
        "force:package1:version:display"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "Display details about the first-generation package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t...",
        "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --package-version-id 04t... --target-org myorg@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package-version-id": {
          "aliases": [
            "packageversionid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "package-version-id",
          "required": true,
          "summary": "ID (starts with 04t) of the metadata package version whose details you want to display.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package1:version:display",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Display details about a first-generation package version.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package1",
        "version",
        "display.js"
      ],
      "aliasPermutations": [
        "force:package1:version:display",
        "package1:force:version:display",
        "package1:version:force:display",
        "package1:version:display:force",
        "force:version:package1:display",
        "version:force:package1:display",
        "version:package1:force:display",
        "version:package1:display:force",
        "force:version:display:package1",
        "version:force:display:package1",
        "version:display:force:package1",
        "version:display:package1:force",
        "force:package1:display:version",
        "package1:force:display:version",
        "package1:display:force:version",
        "package1:display:version:force",
        "force:display:package1:version",
        "display:force:package1:version",
        "display:package1:force:version",
        "display:package1:version:force",
        "force:display:version:package1",
        "display:force:version:package1",
        "display:version:force:package1",
        "display:version:package1:force"
      ],
      "permutations": [
        "package1:version:display",
        "version:package1:display",
        "version:display:package1",
        "package1:display:version",
        "display:package1:version",
        "display:version:package1"
      ]
    },
    "package1:version:list": {
      "aliases": [
        "force:package1:version:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "List all first-generation package versions in your default org:\n<%= config.bin %> <%= command.id %>",
        "List package versions for the specified first-generation package in the specifief org:\n<%= config.bin %> <%= command.id %> --package-id 033... --target-org myorg@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package-id": {
          "aliases": [
            "packageid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "description": "If not specified, shows all versions for all packages (managed and unmanaged) in the org.",
          "name": "package-id",
          "summary": "Metadata package ID (starts with 033) whose package versions you want to list.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package1:version:list",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "List package versions for the specified first-generation package or for the org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package1",
        "version",
        "list.js"
      ],
      "aliasPermutations": [
        "force:package1:version:list",
        "package1:force:version:list",
        "package1:version:force:list",
        "package1:version:list:force",
        "force:version:package1:list",
        "version:force:package1:list",
        "version:package1:force:list",
        "version:package1:list:force",
        "force:version:list:package1",
        "version:force:list:package1",
        "version:list:force:package1",
        "version:list:package1:force",
        "force:package1:list:version",
        "package1:force:list:version",
        "package1:list:force:version",
        "package1:list:version:force",
        "force:list:package1:version",
        "list:force:package1:version",
        "list:package1:force:version",
        "list:package1:version:force",
        "force:list:version:package1",
        "list:force:version:package1",
        "list:version:force:package1",
        "list:version:package1:force"
      ],
      "permutations": [
        "package1:version:list",
        "version:package1:list",
        "version:list:package1",
        "package1:list:version",
        "list:package1:version",
        "list:version:package1"
      ]
    },
    "package:version:create": {
      "aliases": [
        "force:package:version:create"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "The 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 \"<%= config.bin %> package version create report -i 08c...\".\n\nWe recommend that you specify the --installation-key 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 \"<%= config.bin %> package version create list\".\nTo promote a package version to released, you must use the --code-coverage 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 --skip-validation.",
      "examples": [
        "Create a package version from the contents of the \"common\" directory and give it an installation key of \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123",
        "Create a package version from a package with the specified alias; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123 --target-dev-hub devhub@example.com",
        "Create a package version from a package with the specified ID:\n<%= config.bin %> <%= command.id %> --package 0Ho... --installation-key password123",
        "Create a package version and skip the validation step:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --skip-validation",
        "Create a package version and perform package validations asynchronously:\n<%= config.bin %> <%= command.id %> --path common --installation-key password123 --async-validation"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "branch": {
          "char": "b",
          "name": "branch",
          "summary": "Name of the branch in your source control system that the package version is based on.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "build-instance": {
          "aliases": [
            "buildinstance"
          ],
          "char": "s",
          "deprecateAliases": true,
          "hidden": true,
          "name": "build-instance",
          "summary": "Instance where the package version will be created, such as NA50.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "code-coverage": {
          "aliases": [
            "codecoverage"
          ],
          "char": "c",
          "deprecateAliases": true,
          "description": "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 --skip-validation.",
          "exclusive": [
            "skip-validation"
          ],
          "name": "code-coverage",
          "summary": "Calculate and store the code coverage percentage by running the packaged Apex tests included in this package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "definition-file": {
          "aliases": [
            "definitionfile"
          ],
          "char": "f",
          "deprecateAliases": true,
          "description": "For a patch version, the features specified in this file are ignored, and instead the features specified for the ancestor version are used.",
          "name": "definition-file",
          "summary": "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.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key": {
          "aliases": [
            "installationkey"
          ],
          "char": "k",
          "deprecateAliases": true,
          "name": "installation-key",
          "summary": "Installation key for key-protected package. (either --installation-key or --installation-key-bypass is required)",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key-bypass": {
          "aliases": [
            "installationkeybypass"
          ],
          "char": "x",
          "deprecateAliases": true,
          "description": "If you bypass this requirement, anyone can install your package.",
          "name": "installation-key-bypass",
          "summary": "Bypass the installation key requirement. (either --installation-key or --installation-key-bypass is required)",
          "allowNo": false,
          "type": "boolean"
        },
        "package": {
          "char": "p",
          "name": "package",
          "summary": "ID (starts with 0Ho) or alias of the package to create a version of.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "path": {
          "char": "d",
          "name": "path",
          "summary": "Path to the directory that contains the contents of the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "post-install-script": {
          "aliases": [
            "postinstallscript"
          ],
          "deprecateAliases": true,
          "description": "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.",
          "name": "post-install-script",
          "summary": "Name of the post-install script; applies to managed packages only.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "post-install-url": {
          "aliases": [
            "postinstallurl"
          ],
          "deprecateAliases": true,
          "description": "The contents of the post-installation instructions URL are displayed in the UI after installation of the package version.",
          "name": "post-install-url",
          "summary": "Post-install instructions URL.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "preserve": {
          "char": "r",
          "hidden": true,
          "name": "preserve",
          "summary": "Preserve temp files that would otherwise be deleted.",
          "allowNo": false,
          "type": "boolean"
        },
        "releasenotes-url": {
          "aliases": [
            "releasenotesurl"
          ],
          "deprecateAliases": true,
          "description": "This link is displayed in the package installation UI to provide release notes for this package version to subscribers.",
          "name": "releasenotes-url",
          "summary": "Release notes URL.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "skip-ancestor-check": {
          "aliases": [
            "skipancestorcheck"
          ],
          "deprecateAliases": true,
          "name": "skip-ancestor-check",
          "summary": "Overrides ancestry requirements, which allows you to specify a package ancestor that isn’t the highest released package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "skip-validation": {
          "aliases": [
            "skipvalidation"
          ],
          "deprecateAliases": true,
          "description": "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.",
          "exclusive": [
            "code-coverage",
            "async-validation"
          ],
          "name": "skip-validation",
          "summary": "Skip validation during package version creation; you can’t promote unvalidated package versions.",
          "allowNo": false,
          "type": "boolean"
        },
        "async-validation": {
          "description": "Specifying async validation returns the package version earlier in the process, allowing you to install and test the new version right away. If your development team is using continuous integration (CI) scripts, async validation can reduce your overall CI run time.",
          "exclusive": [
            "skip-validation"
          ],
          "name": "async-validation",
          "summary": "Return a new package version before completing package validations.",
          "allowNo": false,
          "type": "boolean"
        },
        "tag": {
          "char": "t",
          "name": "tag",
          "summary": "Package version’s tag.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "uninstall-script": {
          "aliases": [
            "uninstallscript"
          ],
          "deprecateAliases": true,
          "description": "The uninstall script is an Apex class within this package that is run in the installing org after uninstallations of this package.",
          "name": "uninstall-script",
          "summary": "Uninstall script name; applies to managed packages only.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "validate-schema": {
          "aliases": [
            "validateschema"
          ],
          "char": "j",
          "deprecateAliases": true,
          "hidden": true,
          "name": "validate-schema",
          "summary": "Validate the sfdx-project.json file against the JSON schema.",
          "allowNo": false,
          "type": "boolean"
        },
        "version-description": {
          "aliases": [
            "versiondescription"
          ],
          "char": "e",
          "deprecateAliases": true,
          "name": "version-description",
          "summary": "Description of the package version to be created; overrides the sfdx-project.json value.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "version-name": {
          "aliases": [
            "versionname"
          ],
          "char": "a",
          "deprecateAliases": true,
          "name": "version-name",
          "summary": "Name of the package version to be created; overrides the sfdx-project.json value.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "version-number": {
          "aliases": [
            "versionnumber"
          ],
          "char": "n",
          "deprecateAliases": true,
          "description": "For information about the format of the version number, see https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev2gp_config_file.htm.",
          "name": "version-number",
          "summary": "Version number of the package version to be created; overrides the sfdx-project.json value.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "wait": {
          "char": "w",
          "name": "wait",
          "summary": "Number of minutes to wait for the package version to be created.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "language": {
          "description": "Specify the language using a language code listed under \"Supported Languages\" in Salesforce Help. If no language is specified, the language defaults to the language of the Dev Hub user who created the package.",
          "name": "language",
          "summary": "Language for the package.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "description": "Display verbose command output. When polling for the status of the creation, this will output status and timeout data on a separate line for each poll request, which is useful in CI systems where timeouts can occur with long periods of no output from commands.",
          "name": "verbose",
          "summary": "Display verbose command output.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:create",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Create a package version in the Dev Hub org.",
      "enableJsonFlag": true,
      "requiresProject": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "create.js"
      ],
      "aliasPermutations": [
        "force:package:version:create",
        "package:force:version:create",
        "package:version:force:create",
        "package:version:create:force",
        "force:version:package:create",
        "version:force:package:create",
        "version:package:force:create",
        "version:package:create:force",
        "force:version:create:package",
        "version:force:create:package",
        "version:create:force:package",
        "version:create:package:force",
        "force:package:create:version",
        "package:force:create:version",
        "package:create:force:version",
        "package:create:version:force",
        "force:create:package:version",
        "create:force:package:version",
        "create:package:force:version",
        "create:package:version:force",
        "force:create:version:package",
        "create:force:version:package",
        "create:version:force:package",
        "create:version:package:force"
      ],
      "permutations": [
        "package:version:create",
        "version:package:create",
        "version:create:package",
        "package:create:version",
        "create:package:version",
        "create:version:package"
      ]
    },
    "package:version:delete": {
      "aliases": [
        "force:package:version:delete"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify the ID or alias of the package version you want to delete. In second-generation managed packaging, only beta package versions can be deleted. Before deleting a package version, review the considerations outlined in https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev_dev2gp_package_deletion.htm.",
      "examples": [
        "Delete a package version with the specified alias using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\"",
        "Delete a package version with the specified ID using the Dev Hub org with username \"devhub@example.com\":\n<%= config.bin %> <%= command.id %> --package 04t... --target-org devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "aliases": [
            "noprompt"
          ],
          "char": "n",
          "deprecateAliases": true,
          "name": "no-prompt",
          "summary": "Don’t prompt before deleting the package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package version to delete.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "undelete": {
          "hidden": true,
          "name": "undelete",
          "summary": "Undelete a deleted package version.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:delete",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Delete a package version.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "delete.js"
      ],
      "aliasPermutations": [
        "force:package:version:delete",
        "package:force:version:delete",
        "package:version:force:delete",
        "package:version:delete:force",
        "force:version:package:delete",
        "version:force:package:delete",
        "version:package:force:delete",
        "version:package:delete:force",
        "force:version:delete:package",
        "version:force:delete:package",
        "version:delete:force:package",
        "version:delete:package:force",
        "force:package:delete:version",
        "package:force:delete:version",
        "package:delete:force:version",
        "package:delete:version:force",
        "force:delete:package:version",
        "delete:force:package:version",
        "delete:package:force:version",
        "delete:package:version:force",
        "force:delete:version:package",
        "delete:force:version:package",
        "delete:version:force:package",
        "delete:version:package:force"
      ],
      "permutations": [
        "package:version:delete",
        "version:package:delete",
        "version:delete:package",
        "package:delete:version",
        "delete:package:version",
        "delete:version:package"
      ]
    },
    "package:version:displayancestry": {
      "aliases": [
        "force:package:version:displayancestry"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "Display the ancestry tree for a package version with the specified alias, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package package_version_alias",
        "Similar to previous example, but display the output in DOT code:\n<%= config.bin %> <%= command.id %> --package package_version_alias --dot-code",
        "Display the ancestry tree for a package with the specified ID, using the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package OHo... --target-dev-hub devhub@example.com",
        "Display the ancestry tree of a package version with the specified ID, using your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t..."
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "description": "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. If you specify a package version (starts with 04t) or alias, the ancestry tree of the specified package version is displayed.",
          "name": "package",
          "required": true,
          "summary": "ID or alias of the package (starts with 0Ho) or package version (starts with 04t) to display ancestry for.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "dot-code": {
          "aliases": [
            "dotcode"
          ],
          "deprecateAliases": true,
          "description": "You can use the DOT code output in graph visualization software to create tree visualizations.",
          "name": "dot-code",
          "summary": "Display the ancestry tree in DOT code.",
          "allowNo": false,
          "type": "boolean"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Display both the package version ID (starts with 04t) and the version number (major.minor.patch.build) in the ancestry tree.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:displayancestry",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Display the ancestry tree for a 2GP managed package version.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "displayancestry.js"
      ],
      "aliasPermutations": [
        "force:package:version:displayancestry",
        "package:force:version:displayancestry",
        "package:version:force:displayancestry",
        "package:version:displayancestry:force",
        "force:version:package:displayancestry",
        "version:force:package:displayancestry",
        "version:package:force:displayancestry",
        "version:package:displayancestry:force",
        "force:version:displayancestry:package",
        "version:force:displayancestry:package",
        "version:displayancestry:force:package",
        "version:displayancestry:package:force",
        "force:package:displayancestry:version",
        "package:force:displayancestry:version",
        "package:displayancestry:force:version",
        "package:displayancestry:version:force",
        "force:displayancestry:package:version",
        "displayancestry:force:package:version",
        "displayancestry:package:force:version",
        "displayancestry:package:version:force",
        "force:displayancestry:version:package",
        "displayancestry:force:version:package",
        "displayancestry:version:force:package",
        "displayancestry:version:package:force"
      ],
      "permutations": [
        "package:version:displayancestry",
        "version:package:displayancestry",
        "version:displayancestry:package",
        "package:displayancestry:version",
        "displayancestry:package:version",
        "displayancestry:version:package"
      ]
    },
    "package:version:list": {
      "aliases": [
        "force:package:version:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Description",
      "examples": [
        "List package versions in your default Dev Hub org that were created in the last 3 days; show only the released versions and order the list using the PatchVersion field. Display extended details about each package version:\n<%= config.bin %> <%= command.id %> --verbose --created-last-days 3 --released --order-by PatchVersion",
        "List the released package versions for the two specified packages that were modified today; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-dev-hub devhub@example.com",
        "List all released package versions in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --released",
        "List package versions that were modified today in your default Dev Hub org; show limited details about each one:\n<%= config.bin %> <%= command.id %> --concise --modified-last-days 0",
        "List package versions that are based on the \"featureA\" branch in your source control system that were modified today in your default Dev Hub org; show limited details about each one:\n<%= config.bin %> <%= command.id %> --concise --modified-last-days 0 --branch featureA",
        "List released package versions that were created in the last 3 days in your default Dev Hub org; show limited details:\n<%= config.bin %> <%= command.id %> --concise --created-last-days 3 --released",
        "List released package versions that were modified today for the two packages with specified aliases in your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --packages exp-mgr,exp-mgr-util --released --modified-last-days 0"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "created-last-days": {
          "aliases": [
            "createdlastdays"
          ],
          "char": "c",
          "deprecateAliases": true,
          "name": "created-last-days",
          "summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "concise": {
          "name": "concise",
          "summary": "Display limited package version details.",
          "allowNo": false,
          "type": "boolean"
        },
        "show-conversions-only": {
          "name": "show-conversions-only",
          "summary": "Filter the list output to display only converted package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "modified-last-days": {
          "aliases": [
            "modifiedlastdays"
          ],
          "char": "m",
          "deprecateAliases": true,
          "name": "modified-last-days",
          "summary": "Number of days since the items were modified, starting at 00:00:00 of first day to now. Use 0 for today.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "packages": {
          "char": "p",
          "name": "packages",
          "summary": "Comma-delimited list of packages (aliases or 0Ho IDs) to list.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "released": {
          "char": "r",
          "name": "released",
          "summary": "Display released versions only (IsReleased=true).",
          "allowNo": false,
          "type": "boolean"
        },
        "branch": {
          "char": "b",
          "name": "branch",
          "summary": "Branch in your source control system used to filter the results; only package versions based on the specified branch are listed.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "order-by": {
          "aliases": [
            "orderby"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "order-by",
          "summary": "Package version fields used to order the list.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Display extended package version details.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:list",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "List all package versions in the Dev Hub org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "list.js"
      ],
      "aliasPermutations": [
        "force:package:version:list",
        "package:force:version:list",
        "package:version:force:list",
        "package:version:list:force",
        "force:version:package:list",
        "version:force:package:list",
        "version:package:force:list",
        "version:package:list:force",
        "force:version:list:package",
        "version:force:list:package",
        "version:list:force:package",
        "version:list:package:force",
        "force:package:list:version",
        "package:force:list:version",
        "package:list:force:version",
        "package:list:version:force",
        "force:list:package:version",
        "list:force:package:version",
        "list:package:force:version",
        "list:package:version:force",
        "force:list:version:package",
        "list:force:version:package",
        "list:version:force:package",
        "list:version:package:force"
      ],
      "permutations": [
        "package:version:list",
        "version:package:list",
        "version:list:package",
        "package:list:version",
        "list:package:version",
        "list:version:package"
      ]
    },
    "package:version:promote": {
      "aliases": [
        "force:package:version:promote"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.",
      "examples": [
        "Promote the package version with the specified ID to released; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
        "Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-dev-hub devhub@example.com",
        "Promote the package version with an alias that has spaces to released:\n<%= config.bin %> <%= command.id %> --package \"Awesome Package Alias\""
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package version to promote.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "no-prompt": {
          "aliases": [
            "noprompt"
          ],
          "char": "n",
          "deprecateAliases": true,
          "name": "no-prompt",
          "summary": "Don't prompt to confirm setting the package version as released.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:promote",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Promote a package version to released.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "promote.js"
      ],
      "aliasPermutations": [
        "force:package:version:promote",
        "package:force:version:promote",
        "package:version:force:promote",
        "package:version:promote:force",
        "force:version:package:promote",
        "version:force:package:promote",
        "version:package:force:promote",
        "version:package:promote:force",
        "force:version:promote:package",
        "version:force:promote:package",
        "version:promote:force:package",
        "version:promote:package:force",
        "force:package:promote:version",
        "package:force:promote:version",
        "package:promote:force:version",
        "package:promote:version:force",
        "force:promote:package:version",
        "promote:force:package:version",
        "promote:package:force:version",
        "promote:package:version:force",
        "force:promote:version:package",
        "promote:force:version:package",
        "promote:version:force:package",
        "promote:version:package:force"
      ],
      "permutations": [
        "package:version:promote",
        "version:package:promote",
        "version:promote:package",
        "package:promote:version",
        "promote:package:version",
        "promote:version:package"
      ]
    },
    "package:version:report": {
      "aliases": [
        "force:package:version:report"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "To update package version values, run \"<%= config.bin %> package version update\".",
      "examples": [
        "Retrieve details about the package version with the specified ID from your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package 04t...",
        "Retrieve details about the package version with the specified alias (that contains spaces) from the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --target-dev-hub devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package to retrieve details for.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Display extended package version details.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:report",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve details about a package version in the Dev Hub org.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "report.js"
      ],
      "aliasPermutations": [
        "force:package:version:report",
        "package:force:version:report",
        "package:version:force:report",
        "package:version:report:force",
        "force:version:package:report",
        "version:force:package:report",
        "version:package:force:report",
        "version:package:report:force",
        "force:version:report:package",
        "version:force:report:package",
        "version:report:force:package",
        "version:report:package:force",
        "force:package:report:version",
        "package:force:report:version",
        "package:report:force:version",
        "package:report:version:force",
        "force:report:package:version",
        "report:force:package:version",
        "report:package:force:version",
        "report:package:version:force",
        "force:report:version:package",
        "report:force:version:package",
        "report:version:force:package",
        "report:version:package:force"
      ],
      "permutations": [
        "package:version:report",
        "version:package:report",
        "version:report:package",
        "package:report:version",
        "report:package:version",
        "report:version:package"
      ]
    },
    "package:version:retrieve": {
      "aliases": [],
      "args": {},
      "description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nYou can retrieve metadata for a second- or first-generation managed package, or an unlocked package.\n\nSpecify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.",
      "examples": [
        "Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "Subscriber package version ID (starts with 04t).",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "output-dir": {
          "char": "d",
          "name": "output-dir",
          "summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
          "default": "force-app",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hidden": true,
      "hiddenAliases": [],
      "id": "package:version:retrieve",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve package metadata for a specified package version.",
      "enableJsonFlag": true,
      "requiresProject": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "retrieve.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "package:version:retrieve",
        "version:package:retrieve",
        "version:retrieve:package",
        "package:retrieve:version",
        "retrieve:package:version",
        "retrieve:version:package"
      ]
    },
    "package:version:update": {
      "aliases": [
        "force:package:version:update"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify a new value for each option you want to update.\n\nTo display details about a package version, run \"<%= config.bin %> package version display\".",
      "examples": [
        "Update the package version that has the specified alias (that contains spaces) with a new installation key \"password123\"; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package \"Your Package Alias\" --installation-key password123",
        "Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-dev-hub devhub@example.com",
        "Update the package version that has the specified ID with a new description:\n<%= config.bin %> <%= command.id %> --package 04t... --version-description \"New Package Version Description\""
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package": {
          "char": "p",
          "name": "package",
          "required": true,
          "summary": "ID (starts with 04t) or alias of the package to update a version of.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "version-name": {
          "aliases": [
            "versionname"
          ],
          "char": "a",
          "deprecateAliases": true,
          "name": "version-name",
          "summary": "New package version name.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "version-description": {
          "aliases": [
            "versiondescription"
          ],
          "char": "e",
          "deprecateAliases": true,
          "name": "version-description",
          "summary": "New package version description.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "branch": {
          "char": "b",
          "name": "branch",
          "summary": "New package version branch.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "tag": {
          "char": "t",
          "name": "tag",
          "summary": "New package version tag.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "installation-key": {
          "aliases": [
            "installationkey"
          ],
          "char": "k",
          "deprecateAliases": true,
          "name": "installation-key",
          "summary": "New installation key for key-protected package (default: null)",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:update",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Update a package version.",
      "enableJsonFlag": true,
      "requiresProject": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "update.js"
      ],
      "aliasPermutations": [
        "force:package:version:update",
        "package:force:version:update",
        "package:version:force:update",
        "package:version:update:force",
        "force:version:package:update",
        "version:force:package:update",
        "version:package:force:update",
        "version:package:update:force",
        "force:version:update:package",
        "version:force:update:package",
        "version:update:force:package",
        "version:update:package:force",
        "force:package:update:version",
        "package:force:update:version",
        "package:update:force:version",
        "package:update:version:force",
        "force:update:package:version",
        "update:force:package:version",
        "update:package:force:version",
        "update:package:version:force",
        "force:update:version:package",
        "update:force:version:package",
        "update:version:force:package",
        "update:version:package:force"
      ],
      "permutations": [
        "package:version:update",
        "version:package:update",
        "version:update:package",
        "package:update:version",
        "update:package:version",
        "update:version:package"
      ]
    },
    "package1:version:create:get": {
      "aliases": [
        "force:package1:version:create:get"
      ],
      "args": {},
      "deprecateAliases": true,
      "examples": [
        "Get the status of the creation request for the package version with the specified ID in your default org:\n<%= config.bin %> <%= command.id %> --request-id 0HD...",
        "Same as previous example, but use the specified org:\n<%= config.bin %> <%= command.id %> --request-id 0HD... --target-org myorg@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-org": {
          "aliases": [
            "targetusername",
            "u"
          ],
          "char": "o",
          "deprecateAliases": true,
          "name": "target-org",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "request-id": {
          "aliases": [
            "requestid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "request-id",
          "required": true,
          "summary": "ID of the PackageUploadRequest (starts with 0HD).",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package1:version:create:get",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve the status of a package version creation request.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package1",
        "version",
        "create",
        "get.js"
      ],
      "aliasPermutations": [
        "force:package1:version:create:get",
        "package1:force:version:create:get",
        "package1:version:force:create:get",
        "package1:version:create:force:get",
        "package1:version:create:get:force",
        "force:version:package1:create:get",
        "version:force:package1:create:get",
        "version:package1:force:create:get",
        "version:package1:create:force:get",
        "version:package1:create:get:force",
        "force:version:create:package1:get",
        "version:force:create:package1:get",
        "version:create:force:package1:get",
        "version:create:package1:force:get",
        "version:create:package1:get:force",
        "force:version:create:get:package1",
        "version:force:create:get:package1",
        "version:create:force:get:package1",
        "version:create:get:force:package1",
        "version:create:get:package1:force",
        "force:package1:create:version:get",
        "package1:force:create:version:get",
        "package1:create:force:version:get",
        "package1:create:version:force:get",
        "package1:create:version:get:force",
        "force:create:package1:version:get",
        "create:force:package1:version:get",
        "create:package1:force:version:get",
        "create:package1:version:force:get",
        "create:package1:version:get:force",
        "force:create:version:package1:get",
        "create:force:version:package1:get",
        "create:version:force:package1:get",
        "create:version:package1:force:get",
        "create:version:package1:get:force",
        "force:create:version:get:package1",
        "create:force:version:get:package1",
        "create:version:force:get:package1",
        "create:version:get:force:package1",
        "create:version:get:package1:force",
        "force:package1:create:get:version",
        "package1:force:create:get:version",
        "package1:create:force:get:version",
        "package1:create:get:force:version",
        "package1:create:get:version:force",
        "force:create:package1:get:version",
        "create:force:package1:get:version",
        "create:package1:force:get:version",
        "create:package1:get:force:version",
        "create:package1:get:version:force",
        "force:create:get:package1:version",
        "create:force:get:package1:version",
        "create:get:force:package1:version",
        "create:get:package1:force:version",
        "create:get:package1:version:force",
        "force:create:get:version:package1",
        "create:force:get:version:package1",
        "create:get:force:version:package1",
        "create:get:version:force:package1",
        "create:get:version:package1:force",
        "force:package1:version:get:create",
        "package1:force:version:get:create",
        "package1:version:force:get:create",
        "package1:version:get:force:create",
        "package1:version:get:create:force",
        "force:version:package1:get:create",
        "version:force:package1:get:create",
        "version:package1:force:get:create",
        "version:package1:get:force:create",
        "version:package1:get:create:force",
        "force:version:get:package1:create",
        "version:force:get:package1:create",
        "version:get:force:package1:create",
        "version:get:package1:force:create",
        "version:get:package1:create:force",
        "force:version:get:create:package1",
        "version:force:get:create:package1",
        "version:get:force:create:package1",
        "version:get:create:force:package1",
        "version:get:create:package1:force",
        "force:package1:get:version:create",
        "package1:force:get:version:create",
        "package1:get:force:version:create",
        "package1:get:version:force:create",
        "package1:get:version:create:force",
        "force:get:package1:version:create",
        "get:force:package1:version:create",
        "get:package1:force:version:create",
        "get:package1:version:force:create",
        "get:package1:version:create:force",
        "force:get:version:package1:create",
        "get:force:version:package1:create",
        "get:version:force:package1:create",
        "get:version:package1:force:create",
        "get:version:package1:create:force",
        "force:get:version:create:package1",
        "get:force:version:create:package1",
        "get:version:force:create:package1",
        "get:version:create:force:package1",
        "get:version:create:package1:force",
        "force:package1:get:create:version",
        "package1:force:get:create:version",
        "package1:get:force:create:version",
        "package1:get:create:force:version",
        "package1:get:create:version:force",
        "force:get:package1:create:version",
        "get:force:package1:create:version",
        "get:package1:force:create:version",
        "get:package1:create:force:version",
        "get:package1:create:version:force",
        "force:get:create:package1:version",
        "get:force:create:package1:version",
        "get:create:force:package1:version",
        "get:create:package1:force:version",
        "get:create:package1:version:force",
        "force:get:create:version:package1",
        "get:force:create:version:package1",
        "get:create:force:version:package1",
        "get:create:version:force:package1",
        "get:create:version:package1:force"
      ],
      "permutations": [
        "package1:version:create:get",
        "version:package1:create:get",
        "version:create:package1:get",
        "version:create:get:package1",
        "package1:create:version:get",
        "create:package1:version:get",
        "create:version:package1:get",
        "create:version:get:package1",
        "package1:create:get:version",
        "create:package1:get:version",
        "create:get:package1:version",
        "create:get:version:package1",
        "package1:version:get:create",
        "version:package1:get:create",
        "version:get:package1:create",
        "version:get:create:package1",
        "package1:get:version:create",
        "get:package1:version:create",
        "get:version:package1:create",
        "get:version:create:package1",
        "package1:get:create:version",
        "get:package1:create:version",
        "get:create:package1:version",
        "get:create:version:package1"
      ]
    },
    "package:version:create:list": {
      "aliases": [
        "force:package:version:create:list"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Shows 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 \"<%= config.bin %> package version create report\" and supply the request ID.",
      "examples": [
        "List all package version creation requests in your default Dev Hub org:\n<%= config.bin %> <%= command.id %>",
        "List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub",
        "List package version creation requests with status Error:\n<%= config.bin %> <%= command.id %> --status Error",
        "List package version creation requests with status InProgress:\n<%= config.bin %> <%= command.id %> --status InProgress",
        "List package version creation requests with status Success that were created today:\n<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "created-last-days": {
          "aliases": [
            "createdlastdays"
          ],
          "char": "c",
          "deprecateAliases": true,
          "name": "created-last-days",
          "summary": "Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "status": {
          "char": "s",
          "name": "status",
          "summary": "Status of the version creation request, used to filter the list.",
          "hasDynamicHelp": false,
          "multiple": false,
          "options": [
            "Queued",
            "InProgress",
            "Success",
            "Error"
          ],
          "type": "option"
        },
        "show-conversions-only": {
          "name": "show-conversions-only",
          "summary": "Filter the list output to display only converted package version.",
          "allowNo": false,
          "type": "boolean"
        },
        "verbose": {
          "name": "verbose",
          "summary": "Displays additional information at a slight performance cost, such as the version name and number for each package version create request.",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:create:list",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "List package version creation requests.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "create",
        "list.js"
      ],
      "aliasPermutations": [
        "force:package:version:create:list",
        "package:force:version:create:list",
        "package:version:force:create:list",
        "package:version:create:force:list",
        "package:version:create:list:force",
        "force:version:package:create:list",
        "version:force:package:create:list",
        "version:package:force:create:list",
        "version:package:create:force:list",
        "version:package:create:list:force",
        "force:version:create:package:list",
        "version:force:create:package:list",
        "version:create:force:package:list",
        "version:create:package:force:list",
        "version:create:package:list:force",
        "force:version:create:list:package",
        "version:force:create:list:package",
        "version:create:force:list:package",
        "version:create:list:force:package",
        "version:create:list:package:force",
        "force:package:create:version:list",
        "package:force:create:version:list",
        "package:create:force:version:list",
        "package:create:version:force:list",
        "package:create:version:list:force",
        "force:create:package:version:list",
        "create:force:package:version:list",
        "create:package:force:version:list",
        "create:package:version:force:list",
        "create:package:version:list:force",
        "force:create:version:package:list",
        "create:force:version:package:list",
        "create:version:force:package:list",
        "create:version:package:force:list",
        "create:version:package:list:force",
        "force:create:version:list:package",
        "create:force:version:list:package",
        "create:version:force:list:package",
        "create:version:list:force:package",
        "create:version:list:package:force",
        "force:package:create:list:version",
        "package:force:create:list:version",
        "package:create:force:list:version",
        "package:create:list:force:version",
        "package:create:list:version:force",
        "force:create:package:list:version",
        "create:force:package:list:version",
        "create:package:force:list:version",
        "create:package:list:force:version",
        "create:package:list:version:force",
        "force:create:list:package:version",
        "create:force:list:package:version",
        "create:list:force:package:version",
        "create:list:package:force:version",
        "create:list:package:version:force",
        "force:create:list:version:package",
        "create:force:list:version:package",
        "create:list:force:version:package",
        "create:list:version:force:package",
        "create:list:version:package:force",
        "force:package:version:list:create",
        "package:force:version:list:create",
        "package:version:force:list:create",
        "package:version:list:force:create",
        "package:version:list:create:force",
        "force:version:package:list:create",
        "version:force:package:list:create",
        "version:package:force:list:create",
        "version:package:list:force:create",
        "version:package:list:create:force",
        "force:version:list:package:create",
        "version:force:list:package:create",
        "version:list:force:package:create",
        "version:list:package:force:create",
        "version:list:package:create:force",
        "force:version:list:create:package",
        "version:force:list:create:package",
        "version:list:force:create:package",
        "version:list:create:force:package",
        "version:list:create:package:force",
        "force:package:list:version:create",
        "package:force:list:version:create",
        "package:list:force:version:create",
        "package:list:version:force:create",
        "package:list:version:create:force",
        "force:list:package:version:create",
        "list:force:package:version:create",
        "list:package:force:version:create",
        "list:package:version:force:create",
        "list:package:version:create:force",
        "force:list:version:package:create",
        "list:force:version:package:create",
        "list:version:force:package:create",
        "list:version:package:force:create",
        "list:version:package:create:force",
        "force:list:version:create:package",
        "list:force:version:create:package",
        "list:version:force:create:package",
        "list:version:create:force:package",
        "list:version:create:package:force",
        "force:package:list:create:version",
        "package:force:list:create:version",
        "package:list:force:create:version",
        "package:list:create:force:version",
        "package:list:create:version:force",
        "force:list:package:create:version",
        "list:force:package:create:version",
        "list:package:force:create:version",
        "list:package:create:force:version",
        "list:package:create:version:force",
        "force:list:create:package:version",
        "list:force:create:package:version",
        "list:create:force:package:version",
        "list:create:package:force:version",
        "list:create:package:version:force",
        "force:list:create:version:package",
        "list:force:create:version:package",
        "list:create:force:version:package",
        "list:create:version:force:package",
        "list:create:version:package:force"
      ],
      "permutations": [
        "package:version:create:list",
        "version:package:create:list",
        "version:create:package:list",
        "version:create:list:package",
        "package:create:version:list",
        "create:package:version:list",
        "create:version:package:list",
        "create:version:list:package",
        "package:create:list:version",
        "create:package:list:version",
        "create:list:package:version",
        "create:list:version:package",
        "package:version:list:create",
        "version:package:list:create",
        "version:list:package:create",
        "version:list:create:package",
        "package:list:version:create",
        "list:package:version:create",
        "list:version:package:create",
        "list:version:create:package",
        "package:list:create:version",
        "list:package:create:version",
        "list:create:package:version",
        "list:create:version:package"
      ]
    },
    "package:version:create:report": {
      "aliases": [
        "force:package:version:create:report"
      ],
      "args": {},
      "deprecateAliases": true,
      "description": "Specify 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 \"<%= config.bin %> package version create list\".",
      "examples": [
        "Retrieve details about the package version creation request with the specified ID; uses your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c...",
        "Retrieve details about the specified package version creation request in the Dev Hub org with username devhub@example.com:\n<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-dev-hub devhub@example.com"
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        },
        "flags-dir": {
          "helpGroup": "GLOBAL",
          "name": "flags-dir",
          "summary": "Import flag values from a directory.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "loglevel": {
          "deprecated": {
            "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
          },
          "hidden": true,
          "name": "loglevel",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "target-dev-hub": {
          "aliases": [
            "targetdevhubusername",
            "target-hub-org"
          ],
          "char": "v",
          "deprecateAliases": true,
          "name": "target-dev-hub",
          "noCacheDefault": true,
          "required": true,
          "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
          "hasDynamicHelp": true,
          "multiple": false,
          "type": "option"
        },
        "api-version": {
          "aliases": [
            "apiversion"
          ],
          "deprecateAliases": true,
          "description": "Override the api version used for api requests made by this command",
          "name": "api-version",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        },
        "package-create-request-id": {
          "aliases": [
            "packagecreaterequestid"
          ],
          "char": "i",
          "deprecateAliases": true,
          "name": "package-create-request-id",
          "required": true,
          "summary": "ID (starts with 08c) of the package version creation request you want to display.",
          "hasDynamicHelp": false,
          "multiple": false,
          "type": "option"
        }
      },
      "hasDynamicHelp": true,
      "hiddenAliases": [],
      "id": "package:version:create:report",
      "pluginAlias": "@salesforce/plugin-packaging",
      "pluginName": "@salesforce/plugin-packaging",
      "pluginType": "core",
      "strict": true,
      "summary": "Retrieve details about a package version creation request.",
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "package",
        "version",
        "create",
        "report.js"
      ],
      "aliasPermutations": [
        "force:package:version:create:report",
        "package:force:version:create:report",
        "package:version:force:create:report",
        "package:version:create:force:report",
        "package:version:create:report:force",
        "force:version:package:create:report",
        "version:force:package:create:report",
        "version:package:force:create:report",
        "version:package:create:force:report",
        "version:package:create:report:force",
        "force:version:create:package:report",
        "version:force:create:package:report",
        "version:create:force:package:report",
        "version:create:package:force:report",
        "version:create:package:report:force",
        "force:version:create:report:package",
        "version:force:create:report:package",
        "version:create:force:report:package",
        "version:create:report:force:package",
        "version:create:report:package:force",
        "force:package:create:version:report",
        "package:force:create:version:report",
        "package:create:force:version:report",
        "package:create:version:force:report",
        "package:create:version:report:force",
        "force:create:package:version:report",
        "create:force:package:version:report",
        "create:package:force:version:report",
        "create:package:version:force:report",
        "create:package:version:report:force",
        "force:create:version:package:report",
        "create:force:version:package:report",
        "create:version:force:package:report",
        "create:version:package:force:report",
        "create:version:package:report:force",
        "force:create:version:report:package",
        "create:force:version:report:package",
        "create:version:force:report:package",
        "create:version:report:force:package",
        "create:version:report:package:force",
        "force:package:create:report:version",
        "package:force:create:report:version",
        "package:create:force:report:version",
        "package:create:report:force:version",
        "package:create:report:version:force",
        "force:create:package:report:version",
        "create:force:package:report:version",
        "create:package:force:report:version",
        "create:package:report:force:version",
        "create:package:report:version:force",
        "force:create:report:package:version",
        "create:force:report:package:version",
        "create:report:force:package:version",
        "create:report:package:force:version",
        "create:report:package:version:force",
        "force:create:report:version:package",
        "create:force:report:version:package",
        "create:report:force:version:package",
        "create:report:version:force:package",
        "create:report:version:package:force",
        "force:package:version:report:create",
        "package:force:version:report:create",
        "package:version:force:report:create",
        "package:version:report:force:create",
        "package:version:report:create:force",
        "force:version:package:report:create",
        "version:force:package:report:create",
        "version:package:force:report:create",
        "version:package:report:force:create",
        "version:package:report:create:force",
        "force:version:report:package:create",
        "version:force:report:package:create",
        "version:report:force:package:create",
        "version:report:package:force:create",
        "version:report:package:create:force",
        "force:version:report:create:package",
        "version:force:report:create:package",
        "version:report:force:create:package",
        "version:report:create:force:package",
        "version:report:create:package:force",
        "force:package:report:version:create",
        "package:force:report:version:create",
        "package:report:force:version:create",
        "package:report:version:force:create",
        "package:report:version:create:force",
        "force:report:package:version:create",
        "report:force:package:version:create",
        "report:package:force:version:create",
        "report:package:version:force:create",
        "report:package:version:create:force",
        "force:report:version:package:create",
        "report:force:version:package:create",
        "report:version:force:package:create",
        "report:version:package:force:create",
        "report:version:package:create:force",
        "force:report:version:create:package",
        "report:force:version:create:package",
        "report:version:force:create:package",
        "report:version:create:force:package",
        "report:version:create:package:force",
        "force:package:report:create:version",
        "package:force:report:create:version",
        "package:report:force:create:version",
        "package:report:create:force:version",
        "package:report:create:version:force",
        "force:report:package:create:version",
        "report:force:package:create:version",
        "report:package:force:create:version",
        "report:package:create:force:version",
        "report:package:create:version:force",
        "force:report:create:package:version",
        "report:force:create:package:version",
        "report:create:force:package:version",
        "report:create:package:force:version",
        "report:create:package:version:force",
        "force:report:create:version:package",
        "report:force:create:version:package",
        "report:create:force:version:package",
        "report:create:version:force:package",
        "report:create:version:package:force"
      ],
      "permutations": [
        "package:version:create:report",
        "version:package:create:report",
        "version:create:package:report",
        "version:create:report:package",
        "package:create:version:report",
        "create:package:version:report",
        "create:version:package:report",
        "create:version:report:package",
        "package:create:report:version",
        "create:package:report:version",
        "create:report:package:version",
        "create:report:version:package",
        "package:version:report:create",
        "version:package:report:create",
        "version:report:package:create",
        "version:report:create:package",
        "package:report:version:create",
        "report:package:version:create",
        "report:version:package:create",
        "report:version:create:package",
        "package:report:create:version",
        "report:package:create:version",
        "report:create:package:version",
        "report:create:version:package"
      ]
    }
  },
  "version": "2.12.3"
}