PackageVersionOptions: {
    connection: Connection;
    idOrAlias: string;
    project: SfProject;
}

Type declaration

  • connection: Connection
  • idOrAlias: string

    Can be one of:

    1. SubscriberPackageVersionId (04t)
    2. PackageVersionId (05i)
    3. Alias for a 04t or 05i, defined in sfdx-project.json
  • project: SfProject