vlocode-project - v2.4.3
    Preparing search index...

    Interface DatapackConnectionOptions

    Options that describe how to connect to Salesforce and where to write log entries for the standalone deploy and compare entry points.

    interface DatapackConnectionOptions {
        jsforceConnection?: Connection;
        logger?: LogWriter;
        sfdxUser?: string;
    }
    Index

    Properties

    jsforceConnection?: Connection

    Optional JSForce connection to the org to which to deploy the specified datapacks

    logger?: LogWriter

    Optional logger to which the deployment process writes log entries; if not is specified no messages will be logged.

    sfdxUser?: string

    An SFDX username or alias used for connecting to Salesforce