vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface SfdxProjectConfig


    SFDX project configuration interface.

    interface SfdxProjectConfig {
        name?: string;
        namespace?: string;
        packageDirectories?: { default?: boolean; path: string }[];
        sfdcLoginUrl?: string;
        sourceApiVersion?: string;
        sourceBehaviorOptions?: string[];
    }
    Index

    Properties

    name?: string
    namespace?: string
    packageDirectories?: { default?: boolean; path: string }[]
    sfdcLoginUrl?: string
    sourceApiVersion?: string
    sourceBehaviorOptions?: string[]