Skip to content

buildProjectService

buildProjectService(project): Promise<SfdxProjectService>

Defined in: simply-package-core/src/sfdxProjectService.ts:38

Load an SFDX project’s sfdx-project.json and build an SfdxProjectService over it.

SfProject

The SFDX project to load.

Promise<SfdxProjectService>

A service for reading/writing the project’s package dependencies.