@salesforce/packaging
    Preparing search index...
    Index
    • Create a new package bundle.

      Parameters

      • connection: Connection

        instance of Connection

      • project: SfProject

        instance of SfProject

      • options: BundleCreateOptions

        options for creating a bundle - see BundleCreateOptions

      Returns Promise<{ Id: string }>

      PackageBundle

    • Parameters

      • connection: Connection
      • project: SfProject
      • idOrAlias: string

      Returns Promise<SaveResult>

    • Returns all the package bundles that are available in the org, up to 10,000. If more records are needed use the SF_ORG_MAX_QUERY_LIMIT env var.

      Parameters

      • connection: Connection

      Returns Promise<Bundle[]>