Constructors

Methods

  • Create a new package bundle.

    Parameters

    • connection: Connection<Schema>

      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<Schema>
    • 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<Schema>

    Returns Promise<Bundle[]>