diff --git a/classes/package1_package1Version.Package1Version.html b/classes/package1_package1Version.Package1Version.html index 4b32e7ce2..c9cd57df6 100644 --- a/classes/package1_package1Version.Package1Version.html +++ b/classes/package1_package1Version.Package1Version.html @@ -5,19 +5,19 @@
Create a new 1GP package vesion in the org:
const myPkg = await Package1Version.create(connection, options, pollingOptions);
More implementation examples are in the plugin here: https://github.com/salesforcecli/plugin-packaging/tree/main/src/commands/force/package1/
-Queries the org for the package version with the given ID
-Static
createWill create a PackageUploadRequest object based on the options provided, will poll for completion if pollingOptions are provided
-Static
getReturns the status of a PackageUploadRequest
+Queries the org for the package version with the given ID
+Static
createWill create a PackageUploadRequest object based on the options provided, will poll for completion if pollingOptions are provided
+Static
getReturns the status of a PackageUploadRequest
Connection to the target org
0HD Id of the PackageUploadRequest
-Static
listLists package versions available in the org. If package ID is supplied, only list versions of that package, +
Static
listLists package versions available in the org. If package ID is supplied, only list versions of that package,
otherwise, list all package versions, up to 10,000. If more records are needed use the SF_ORG_MAX_QUERY_LIMIT
env var.
Connection to the org
Optional
id: stringArray of package version results
-
Package1Version Constructor - Class to be used with 1st generation package versions
-