diff --git a/command-snapshot.json b/command-snapshot.json index ac1766be..1ece6260 100644 --- a/command-snapshot.json +++ b/command-snapshot.json @@ -1,1254 +1,629 @@ [ - { - "alias": [ - "force:package1:version:create" - ], - "command": "package1:version:create", - "flagAliases": [ - "apiversion", - "installationkey", - "managedrelease", - "packageid", - "postinstallurl", - "releasenotesurl", - "targetusername", - "u" - ], - "flagChars": [ - "d", - "i", - "k", - "m", - "n", - "o", - "p", - "r", - "v", - "w" - ], - "flags": [ - "api-version", - "description", - "flags-dir", - "installation-key", - "json", - "loglevel", - "managed-released", - "name", - "package-id", - "post-install-url", - "release-notes-url", - "target-org", - "version", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package1:version:create:get" - ], - "command": "package1:version:create:get", - "flagAliases": [ - "apiversion", - "requestid", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "request-id", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package1:version:display" - ], - "command": "package1:version:display", - "flagAliases": [ - "apiversion", - "packageversionid", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package-version-id", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package1:version:list" - ], - "command": "package1:version:list", - "flagAliases": [ - "apiversion", - "packageid", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package-id", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:authorize:list", - "flagAliases": ["apiversion", "targetusername", "u"], - "flagChars": ["o", "p"], - "flags": ["api-version", "flags-dir", "json", "loglevel", "package", "target-org"], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:create", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "d", - "n", - "v" - ], - "flags": [ - "api-version", - "description", - "flags-dir", - "json", - "loglevel", - "name", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:delete", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "b", - "n", - "v" - ], - "flags": [ - "api-version", - "bundle", - "flags-dir", - "json", - "loglevel", - "no-prompt", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:install", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "b", - "d", - "o", - "w" - ], - "flags": [ - "api-version", - "bundle", - "dev-hub-org", - "flags-dir", - "json", - "loglevel", - "target-org", - "verbose", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:install:report", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package-install-request-id", - "target-org", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:installed:list", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:list", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:uninstall", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "b", - "o", - "w" - ], - "flags": [ - "api-version", - "bundle", - "flags-dir", - "json", - "loglevel", - "target-org", - "verbose", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:version:create", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "b", - "d", - "n", - "p", - "v", - "w" - ], - "flags": [ - "api-version", - "bundle", - "definition-file", - "description", - "flags-dir", - "json", - "loglevel", - "target-dev-hub", - "verbose", - "version-number", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:version:create:list", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "c", - "s", - "v" - ], - "flags": [ - "api-version", - "created-last-days", - "flags-dir", - "json", - "loglevel", - "status", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:version:create:report", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "i", - "v" - ], - "flags": [ - "api-version", - "bundle-version-create-request-id", - "flags-dir", - "json", - "loglevel", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:version:list", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:bundle:version:report", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "b", - "v" - ], - "flags": [ - "api-version", - "bundle-version", - "flags-dir", - "json", - "loglevel", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:convert" - ], - "command": "package:convert", - "flagAliases": [ - "apiversion", - "buildinstance", - "definitionfile", - "installationkey", - "installationkeybypass", - "patchversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "a", - "c", - "f", - "k", - "m", - "p", - "s", - "v", - "w", - "x" - ], - "flags": [ - "api-version", - "build-instance", - "code-coverage", - "definition-file", - "flags-dir", - "installation-key", - "installation-key-bypass", - "json", - "loglevel", - "package", - "patch-version", - "seed-metadata", - "target-dev-hub", - "verbose", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:create" - ], - "command": "package:create", - "flagAliases": [ - "apiversion", - "errornotificationusername", - "nonamespace", - "orgdependent", - "packagetype", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "d", - "e", - "n", - "o", - "r", - "t", - "v" - ], - "flags": [ - "api-version", - "description", - "error-notification-username", - "flags-dir", - "json", - "loglevel", - "name", - "no-namespace", - "org-dependent", - "package-type", - "path", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:delete" - ], - "command": "package:delete", - "flagAliases": [ - "apiversion", - "noprompt", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "n", - "p", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "no-prompt", - "package", - "target-dev-hub", - "undelete" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:install" - ], - "command": "package:install", - "flagAliases": [ - "apexcompile", - "apiversion", - "installationkey", - "noprompt", - "publishwait", - "securitytype", - "targetusername", - "u", - "upgradetype" - ], - "flagChars": [ - "a", - "b", - "k", - "l", - "o", - "p", - "r", - "s", - "t", - "w" - ], - "flags": [ - "apex-compile", - "api-version", - "flags-dir", - "installation-key", - "json", - "loglevel", - "no-prompt", - "package", - "publish-wait", - "security-type", - "skip-handlers", - "target-org", - "upgrade-type", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:install:report" - ], - "command": "package:install:report", - "flagAliases": [ - "apiversion", - "requestid", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "request-id", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:installed:list" - ], - "command": "package:installed:list", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:list" - ], - "command": "package:list", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:push-upgrade:abort", - "flagAliases": [], - "flagChars": [ - "i", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "push-request-id", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:push-upgrade:list" - ], - "command": "package:push-upgrade:list", - "flagAliases": [ - "apiversion", - "scheduledlastdays", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "l", - "p", - "s", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "package", - "scheduled-last-days", - "show-push-migrations-only", - "status", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:push-upgrade:report" - ], - "command": "package:push-upgrade:report", - "flagAliases": [ - "apiversion", - "pushrequestid", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "i", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "push-request-id", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:push-upgrade:schedule", - "flagAliases": [ - "apiversion" - ], - "flagChars": [ - "f", - "l", - "p", - "t", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "migrate-to-2gp", - "org-file", - "org-list", - "package", - "start-time", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:trust:link:request", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-org", - "verified-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:trust:link:status", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:trust:link:unlink", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:uninstall" - ], - "command": "package:uninstall", - "flagAliases": [ - "apiversion", - "targetusername", - "u" - ], - "flagChars": [ - "o", - "p", - "w" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package", - "target-org", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:uninstall:report" - ], - "command": "package:uninstall:report", - "flagAliases": [ - "apiversion", - "requestid", - "targetusername", - "u" - ], - "flagChars": [ - "i", - "o" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "request-id", - "target-org" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:update" - ], - "command": "package:update", - "flagAliases": [ - "apiversion", - "errornotificationusername", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "d", - "n", - "o", - "p", - "r", - "v" - ], - "flags": [ - "api-version", - "description", - "enable-app-analytics", - "error-notification-username", - "flags-dir", - "json", - "loglevel", - "name", - "package", - "recommended-version-id", - "skip-ancestor-check", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:create" - ], - "command": "package:version:create", - "flagAliases": [ - "apiversion", - "buildinstance", - "codecoverage", - "definitionfile", - "installationkey", - "installationkeybypass", - "postinstallscript", - "postinstallurl", - "releasenotesurl", - "skipancestorcheck", - "skipvalidation", - "target-hub-org", - "targetdevhubusername", - "uninstallscript", - "validateschema", - "versiondescription", - "versionname", - "versionnumber" - ], - "flagChars": [ - "a", - "b", - "c", - "d", - "e", - "f", - "j", - "k", - "n", - "p", - "r", - "s", - "t", - "v", - "w", - "x" - ], - "flags": [ - "api-version", - "async-validation", - "branch", - "build-instance", - "code-coverage", - "definition-file", - "flags-dir", - "generate-pkg-zip", - "installation-key", - "installation-key-bypass", - "json", - "language", - "loglevel", - "package", - "path", - "post-install-script", - "post-install-url", - "preserve", - "releasenotes-url", - "skip-ancestor-check", - "skip-validation", - "tag", - "target-dev-hub", - "uninstall-script", - "validate-schema", - "verbose", - "version-description", - "version-name", - "version-number", - "wait" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:create:list" - ], - "command": "package:version:create:list", - "flagAliases": [ - "apiversion", - "createdlastdays", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "c", - "s", - "v" - ], - "flags": [ - "api-version", - "created-last-days", - "flags-dir", - "json", - "loglevel", - "show-conversions-only", - "status", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:create:report" - ], - "command": "package:version:create:report", - "flagAliases": [ - "apiversion", - "packagecreaterequestid", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "i", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package-create-request-id", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:delete" - ], - "command": "package:version:delete", - "flagAliases": [ - "apiversion", - "noprompt", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "n", - "p", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "no-prompt", - "package", - "target-dev-hub", - "undelete" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:displayancestry" - ], - "command": "package:version:displayancestry", - "flagAliases": [ - "apiversion", - "dotcode", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "p", - "v" - ], - "flags": [ - "api-version", - "dot-code", - "flags-dir", - "json", - "loglevel", - "package", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:version:displaydependencies", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "k", - "p", - "v" - ], - "flags": [ - "api-version", - "edge-direction", - "flags-dir", - "installation-key", - "json", - "loglevel", - "package", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:list" - ], - "command": "package:version:list", - "flagAliases": [ - "apiversion", - "createdlastdays", - "modifiedlastdays", - "orderby", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "b", - "c", - "m", - "o", - "p", - "r", - "v" - ], - "flags": [ - "api-version", - "branch", - "concise", - "created-last-days", - "flags-dir", - "json", - "loglevel", - "modified-last-days", - "order-by", - "packages", - "released", - "show-conversions-only", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:promote" - ], - "command": "package:version:promote", - "flagAliases": [ - "apiversion", - "noprompt", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "n", - "p", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "no-prompt", - "package", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:report" - ], - "command": "package:version:report", - "flagAliases": [ - "apiversion", - "target-hub-org", - "targetdevhubusername" - ], - "flagChars": [ - "p", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "package", - "target-dev-hub", - "verbose" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [], - "command": "package:version:retrieve", - "flagAliases": [ - "apiversion", - "targetdevhubusername" - ], - "flagChars": [ - "d", - "p", - "v" - ], - "flags": [ - "api-version", - "flags-dir", - "json", - "loglevel", - "output-dir", - "package", - "target-dev-hub" - ], - "plugin": "@salesforce/plugin-packaging" - }, - { - "alias": [ - "force:package:version:update" - ], - "command": "package:version:update", - "flagAliases": [ - "apiversion", - "installationkey", - "target-hub-org", - "targetdevhubusername", - "versiondescription", - "versionname" - ], - "flagChars": [ - "a", - "b", - "e", - "k", - "p", - "t", - "v" - ], - "flags": [ - "api-version", - "branch", - "flags-dir", - "installation-key", - "json", - "loglevel", - "package", - "tag", - "target-dev-hub", - "version-description", - "version-name" - ], - "plugin": "@salesforce/plugin-packaging" - } + { + "alias": ["force:package1:version:create"], + "command": "package1:version:create", + "flagAliases": [ + "apiversion", + "installationkey", + "managedrelease", + "packageid", + "postinstallurl", + "releasenotesurl", + "targetusername", + "u" + ], + "flagChars": ["d", "i", "k", "m", "n", "o", "p", "r", "v", "w"], + "flags": [ + "api-version", + "description", + "flags-dir", + "installation-key", + "json", + "loglevel", + "managed-released", + "name", + "package-id", + "post-install-url", + "release-notes-url", + "target-org", + "version", + "wait" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package1:version:create:get"], + "command": "package1:version:create:get", + "flagAliases": ["apiversion", "requestid", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "request-id", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package1:version:display"], + "command": "package1:version:display", + "flagAliases": ["apiversion", "packageversionid", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-version-id", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package1:version:list"], + "command": "package1:version:list", + "flagAliases": ["apiversion", "packageid", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-id", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:authorize:list", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o", "p"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:create", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["d", "n", "v"], + "flags": ["api-version", "description", "flags-dir", "json", "loglevel", "name", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:delete", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["b", "n", "v"], + "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "no-prompt", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:install", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["b", "d", "o", "w"], + "flags": ["api-version", "bundle", "dev-hub-org", "flags-dir", "json", "loglevel", "target-org", "verbose", "wait"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:install:report", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:installed:list", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:list", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:uninstall", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["b", "o", "w"], + "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "target-org", "verbose", "wait"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:version:create", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["b", "d", "n", "p", "v", "w"], + "flags": [ + "api-version", + "bundle", + "definition-file", + "description", + "flags-dir", + "json", + "loglevel", + "target-dev-hub", + "verbose", + "version-number", + "wait" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:version:create:list", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["c", "s", "v"], + "flags": [ + "api-version", + "created-last-days", + "flags-dir", + "json", + "loglevel", + "status", + "target-dev-hub", + "verbose" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:version:create:report", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["i", "v"], + "flags": ["api-version", "bundle-version-create-request-id", "flags-dir", "json", "loglevel", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:version:list", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:bundle:version:report", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["b", "v"], + "flags": ["api-version", "bundle-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:convert"], + "command": "package:convert", + "flagAliases": [ + "apiversion", + "buildinstance", + "definitionfile", + "installationkey", + "installationkeybypass", + "patchversion", + "target-hub-org", + "targetdevhubusername" + ], + "flagChars": ["a", "c", "f", "k", "m", "p", "s", "v", "w", "x"], + "flags": [ + "api-version", + "build-instance", + "code-coverage", + "definition-file", + "flags-dir", + "installation-key", + "installation-key-bypass", + "json", + "loglevel", + "package", + "patch-version", + "seed-metadata", + "target-dev-hub", + "verbose", + "wait" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:create"], + "command": "package:create", + "flagAliases": [ + "apiversion", + "errornotificationusername", + "nonamespace", + "orgdependent", + "packagetype", + "target-hub-org", + "targetdevhubusername" + ], + "flagChars": ["d", "e", "n", "o", "r", "t", "v"], + "flags": [ + "api-version", + "description", + "error-notification-username", + "flags-dir", + "json", + "loglevel", + "name", + "no-namespace", + "org-dependent", + "package-type", + "path", + "target-dev-hub" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:delete"], + "command": "package:delete", + "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], + "flagChars": ["n", "p", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "package", "target-dev-hub", "undelete"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:install"], + "command": "package:install", + "flagAliases": [ + "apexcompile", + "apiversion", + "installationkey", + "noprompt", + "publishwait", + "securitytype", + "targetusername", + "u", + "upgradetype" + ], + "flagChars": ["a", "b", "k", "l", "o", "p", "r", "s", "t", "w"], + "flags": [ + "apex-compile", + "api-version", + "flags-dir", + "installation-key", + "json", + "loglevel", + "no-prompt", + "package", + "publish-wait", + "security-type", + "skip-handlers", + "target-org", + "upgrade-type", + "wait" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:install:report"], + "command": "package:install:report", + "flagAliases": ["apiversion", "requestid", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "request-id", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:installed:list"], + "command": "package:installed:list", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:list"], + "command": "package:list", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:push-upgrade:abort", + "flagAliases": [], + "flagChars": ["i", "v"], + "flags": ["api-version", "flags-dir", "json", "push-request-id", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:push-upgrade:list"], + "command": "package:push-upgrade:list", + "flagAliases": ["apiversion", "scheduledlastdays", "target-hub-org", "targetdevhubusername"], + "flagChars": ["l", "p", "s", "v"], + "flags": [ + "api-version", + "flags-dir", + "json", + "package", + "scheduled-last-days", + "show-push-migrations-only", + "status", + "target-dev-hub" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:push-upgrade:report"], + "command": "package:push-upgrade:report", + "flagAliases": ["apiversion", "pushrequestid", "target-hub-org", "targetdevhubusername"], + "flagChars": ["i", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "push-request-id", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:push-upgrade:schedule", + "flagAliases": ["apiversion"], + "flagChars": ["f", "l", "p", "t", "v"], + "flags": [ + "api-version", + "flags-dir", + "json", + "migrate-to-2gp", + "org-file", + "org-list", + "package", + "start-time", + "target-dev-hub" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:trust:link:list", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o", "s"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "status", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:trust:link:request", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org", "verified-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:trust:link:status", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:trust:link:unlink", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:uninstall"], + "command": "package:uninstall", + "flagAliases": ["apiversion", "targetusername", "u"], + "flagChars": ["o", "p", "w"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package", "target-org", "wait"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:uninstall:report"], + "command": "package:uninstall:report", + "flagAliases": ["apiversion", "requestid", "targetusername", "u"], + "flagChars": ["i", "o"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "request-id", "target-org"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:update"], + "command": "package:update", + "flagAliases": ["apiversion", "errornotificationusername", "target-hub-org", "targetdevhubusername"], + "flagChars": ["d", "n", "o", "p", "r", "v"], + "flags": [ + "api-version", + "description", + "enable-app-analytics", + "error-notification-username", + "flags-dir", + "json", + "loglevel", + "name", + "package", + "recommended-version-id", + "skip-ancestor-check", + "target-dev-hub" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:create"], + "command": "package:version:create", + "flagAliases": [ + "apiversion", + "buildinstance", + "codecoverage", + "definitionfile", + "installationkey", + "installationkeybypass", + "postinstallscript", + "postinstallurl", + "releasenotesurl", + "skipancestorcheck", + "skipvalidation", + "target-hub-org", + "targetdevhubusername", + "uninstallscript", + "validateschema", + "versiondescription", + "versionname", + "versionnumber" + ], + "flagChars": ["a", "b", "c", "d", "e", "f", "j", "k", "n", "p", "r", "s", "t", "v", "w", "x"], + "flags": [ + "api-version", + "async-validation", + "branch", + "build-instance", + "code-coverage", + "definition-file", + "flags-dir", + "generate-pkg-zip", + "installation-key", + "installation-key-bypass", + "json", + "language", + "loglevel", + "package", + "path", + "post-install-script", + "post-install-url", + "preserve", + "releasenotes-url", + "skip-ancestor-check", + "skip-validation", + "tag", + "target-dev-hub", + "uninstall-script", + "validate-schema", + "verbose", + "version-description", + "version-name", + "version-number", + "wait" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:create:list"], + "command": "package:version:create:list", + "flagAliases": ["apiversion", "createdlastdays", "target-hub-org", "targetdevhubusername"], + "flagChars": ["c", "s", "v"], + "flags": [ + "api-version", + "created-last-days", + "flags-dir", + "json", + "loglevel", + "show-conversions-only", + "status", + "target-dev-hub", + "verbose" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:create:report"], + "command": "package:version:create:report", + "flagAliases": ["apiversion", "packagecreaterequestid", "target-hub-org", "targetdevhubusername"], + "flagChars": ["i", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-create-request-id", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:delete"], + "command": "package:version:delete", + "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], + "flagChars": ["n", "p", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "package", "target-dev-hub", "undelete"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:displayancestry"], + "command": "package:version:displayancestry", + "flagAliases": ["apiversion", "dotcode", "target-hub-org", "targetdevhubusername"], + "flagChars": ["p", "v"], + "flags": ["api-version", "dot-code", "flags-dir", "json", "loglevel", "package", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:version:displaydependencies", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["k", "p", "v"], + "flags": [ + "api-version", + "edge-direction", + "flags-dir", + "installation-key", + "json", + "loglevel", + "package", + "target-dev-hub", + "verbose" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:list"], + "command": "package:version:list", + "flagAliases": [ + "apiversion", + "createdlastdays", + "modifiedlastdays", + "orderby", + "target-hub-org", + "targetdevhubusername" + ], + "flagChars": ["b", "c", "m", "o", "p", "r", "v"], + "flags": [ + "api-version", + "branch", + "concise", + "created-last-days", + "flags-dir", + "json", + "loglevel", + "modified-last-days", + "order-by", + "packages", + "released", + "show-conversions-only", + "target-dev-hub", + "verbose" + ], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:promote"], + "command": "package:version:promote", + "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], + "flagChars": ["n", "p", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "package", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:report"], + "command": "package:version:report", + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], + "flagChars": ["p", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "package", "target-dev-hub", "verbose"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": [], + "command": "package:version:retrieve", + "flagAliases": ["apiversion", "targetdevhubusername"], + "flagChars": ["d", "p", "v"], + "flags": ["api-version", "flags-dir", "json", "loglevel", "output-dir", "package", "target-dev-hub"], + "plugin": "@salesforce/plugin-packaging" + }, + { + "alias": ["force:package:version:update"], + "command": "package:version:update", + "flagAliases": [ + "apiversion", + "installationkey", + "target-hub-org", + "targetdevhubusername", + "versiondescription", + "versionname" + ], + "flagChars": ["a", "b", "e", "k", "p", "t", "v"], + "flags": [ + "api-version", + "branch", + "flags-dir", + "installation-key", + "json", + "loglevel", + "package", + "tag", + "target-dev-hub", + "version-description", + "version-name" + ], + "plugin": "@salesforce/plugin-packaging" + } ] diff --git a/messages/package_trust_link_list.md b/messages/package_trust_link_list.md new file mode 100644 index 00000000..2d0c5d6d --- /dev/null +++ b/messages/package_trust_link_list.md @@ -0,0 +1,33 @@ +# summary + +List Public Secure (VerifiedDev) trust link requests for this verified org. + +# description + +Run this command against a verified packaging org (PBO). It lists inbound trust requests from authoring orgs (1GP namespace orgs or 2GP Dev Hubs). + +Results include the request ID, requesting user, authoring org ID, status, and request date. Use --status to filter. Status "approved" maps to an Accepted trust. + +Authoring org name and that org's packages are not returned by the Tooling API for this entity; use the request ID with approve, deny, or revoke. + +# examples + +- List all inbound Public Secure trust link requests in the target verified org: + + <%= config.bin %> <%= command.id %> --target-org pbo@example.com + +- List only pending requests: + + <%= config.bin %> <%= command.id %> --target-org pbo@example.com --status pending + +- List accepted (approved) links as JSON: + + <%= config.bin %> <%= command.id %> --target-org pbo@example.com --status approved --json + +# flags.status.summary + +Filter results by request status: pending, approved, declined, or revoked. + +# flags.status.description + +"approved" selects Accepted records. Failed requests are included only when this flag is omitted. diff --git a/package.json b/package.json index 8fb85939..64d2826d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/core": "^4", "@salesforce/core": "^9.1.0", "@salesforce/kit": "^4.0.0", - "@salesforce/packaging": "5.0.9-spi.1", + "@salesforce/packaging": "5.0.9-spi.3", "@salesforce/sf-plugins-core": "^13.0.0", "@salesforce/ts-types": "^3.0.1", "chalk": "^5.6.2" diff --git a/schemas/package-trust-link-list.json b/schemas/package-trust-link-list.json new file mode 100644 index 00000000..28aa7122 --- /dev/null +++ b/schemas/package-trust-link-list.json @@ -0,0 +1,57 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$ref": "#/definitions/PackageTrustLinkListCommandResult", + "definitions": { + "PackageTrustLinkListCommandResult": { + "type": "array", + "items": { + "$ref": "#/definitions/PackageTrustLinkRecord" + } + }, + "PackageTrustLinkRecord": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "AuthoringOrg": { + "type": "string" + }, + "VerifiedOrg": { + "type": "string" + }, + "Status": { + "$ref": "#/definitions/PackageTrustLinkStatus" + }, + "RequestedBy": { + "type": ["string", "null"] + }, + "CreatedDate": { + "type": "string" + }, + "EstablishedDate": { + "type": ["string", "null"] + }, + "RevokedDate": { + "type": ["string", "null"] + } + }, + "required": [ + "Id", + "AuthoringOrg", + "VerifiedOrg", + "Status", + "RequestedBy", + "CreatedDate", + "EstablishedDate", + "RevokedDate" + ], + "additionalProperties": false + }, + "PackageTrustLinkStatus": { + "type": "string", + "enum": ["Pending", "Accepted", "Declined", "Revoked", "Failed"], + "description": "Tooling API values for PkgVrfyAuthOrgTrustRela.Status" + } + } +} diff --git a/src/commands/package/trust/link/list.ts b/src/commands/package/trust/link/list.ts new file mode 100644 index 00000000..1b85537c --- /dev/null +++ b/src/commands/package/trust/link/list.ts @@ -0,0 +1,76 @@ +/* + * Copyright 2026, Salesforce, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + Flags, + loglevel, + orgApiVersionFlagWithDeprecations, + requiredOrgFlagWithDeprecations, + SfCommand, +} from '@salesforce/sf-plugins-core'; +import { Messages } from '@salesforce/core/messages'; +import { PackageTrustLink, PackageTrustLinkListStatusFilter, PackageTrustLinkRecord } from '@salesforce/packaging'; + +Messages.importMessagesDirectoryFromMetaUrl(import.meta.url); +const messages = Messages.loadMessages('@salesforce/plugin-packaging', 'package_trust_link_list'); + +const STATUS_OPTIONS: PackageTrustLinkListStatusFilter[] = ['pending', 'approved', 'declined', 'revoked']; + +export type PackageTrustLinkListCommandResult = PackageTrustLinkRecord[]; + +export class PackageTrustLinkListCommand extends SfCommand { + public static readonly hidden = true; + public static state = 'beta'; + public static readonly summary = messages.getMessage('summary'); + public static readonly description = messages.getMessage('description'); + public static readonly examples = messages.getMessages('examples'); + public static readonly flags = { + loglevel, + 'target-org': requiredOrgFlagWithDeprecations, + 'api-version': orgApiVersionFlagWithDeprecations, + status: Flags.custom({ + options: STATUS_OPTIONS, + })({ + char: 's', + summary: messages.getMessage('flags.status.summary'), + description: messages.getMessage('flags.status.description'), + }), + }; + + public async run(): Promise { + const { flags } = await this.parse(PackageTrustLinkListCommand); + const connection = flags['target-org'].getConnection(flags['api-version']); + const results = await PackageTrustLink.list(connection, flags.status); + + if (results.length === 0) { + this.warn('No results found'); + } else { + this.table({ + data: results.map((r) => ({ + Id: r.Id, + 'Requested By': r.RequestedBy ?? '', + 'Authoring Org': r.AuthoringOrg, + Status: r.Status, + 'Request Date': r.CreatedDate, + })), + title: `Trust Link Requests [${results.length}]`, + overflow: 'wrap', + }); + } + + return results; + } +} diff --git a/test/commands/package/packageTrustLinkList.test.ts b/test/commands/package/packageTrustLinkList.test.ts new file mode 100644 index 00000000..708b0b02 --- /dev/null +++ b/test/commands/package/packageTrustLinkList.test.ts @@ -0,0 +1,82 @@ +/* + * Copyright 2026, Salesforce, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import { Config } from '@oclif/core'; +import { TestContext, MockTestOrgData } from '@salesforce/core/testSetup'; +import * as sinon from 'sinon'; +import { expect } from 'chai'; +import { stubSfCommandUx } from '@salesforce/sf-plugins-core'; +import { PackageTrustLink, PackageTrustLinkRecord } from '@salesforce/packaging'; +import { PackageTrustLinkListCommand } from '../../../src/commands/package/trust/link/list.js'; + +const trustLinkListSuccess: PackageTrustLinkRecord[] = [ + { + Id: '2vt000000000001AAA', + AuthoringOrg: '00D000000000002', + VerifiedOrg: '00D000000000001', + Status: 'Pending', + RequestedBy: 'Ada Lovelace', + CreatedDate: '2026-08-24T00:00:00.000Z', + EstablishedDate: null, + RevokedDate: null, + }, +]; + +describe('package:trust:link:list - tests', () => { + const $$ = new TestContext(); + const testOrg = new MockTestOrgData(); + let sfCommandStubs: ReturnType; + let listStub: sinon.SinonStub; + const config = new Config({ root: import.meta.url }); + + beforeEach(async () => { + await $$.stubAuths(testOrg); + await config.load(); + sfCommandStubs = stubSfCommandUx($$.SANDBOX); + listStub = $$.SANDBOX.stub(PackageTrustLink, 'list').resolves(trustLinkListSuccess); + }); + + afterEach(() => { + $$.restore(); + }); + + it('lists inbound Public Secure trust link requests', async () => { + const cmd = new PackageTrustLinkListCommand(['-o', testOrg.username, '--api-version', '68.0'], config); + const result = await cmd.run(); + + expect(result).to.deep.equal(trustLinkListSuccess); + expect(listStub.calledOnce).to.equal(true); + expect(listStub.firstCall.args[1]).to.equal(undefined); + expect(sfCommandStubs.table.called).to.equal(true); + }); + + it('passes the status filter to PackageTrustLink.list', async () => { + const cmd = new PackageTrustLinkListCommand( + ['-o', testOrg.username, '--api-version', '68.0', '--status', 'pending'], + config + ); + await cmd.run(); + expect(listStub.calledOnce).to.equal(true); + expect(listStub.firstCall.args[1]).to.equal('pending'); + }); + + it('warns when there are no results', async () => { + listStub.resolves([]); + const cmd = new PackageTrustLinkListCommand(['-o', testOrg.username, '--api-version', '68.0'], config); + const result = await cmd.run(); + expect(result).to.deep.equal([]); + expect(sfCommandStubs.warn.called).to.equal(true); + }); +}); diff --git a/yarn.lock b/yarn.lock index 9cb43bc1..df738aaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1368,10 +1368,10 @@ dependencies: "@salesforce/ts-types" "^3.0.0" -"@salesforce/packaging@5.0.9-spi.1": - version "5.0.9-spi.1" - resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-5.0.9-spi.1.tgz#b83c71fee46716e3440380ba1aaf2b0e4cab4198" - integrity sha512-SBuo7tC9MHrHOn58+FKRUnKj632/dnLiZgrMZevYLDzpnf+3Ofm1n3+6/05l1lGxcis97mzXcz672zlMBwoLnA== +"@salesforce/packaging@5.0.9-spi.3": + version "5.0.9-spi.3" + resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-5.0.9-spi.3.tgz#1bb93927b9466a181d81d6c859faa748bc6871ea" + integrity sha512-gREgMZTb5vcvp2ygIDXCCvNlxUQSHhMWdGcSsALH2V7DLVrn9rWxOSLIXp3YEROe/42fe2q2aZ6OVaAxccwKVQ== dependencies: "@jsforce/jsforce-node" "^3.10.19" "@salesforce/core" "^9.0.0"