@salesforce/source-deploy-retrieve
    Preparing search index...

    Type Alias FromSourceOptions

    FromSourceOptions: {
        fsDeletePaths?: string[];
        fsPaths: string[];
        include?: ComponentSet;
    } & OptionalTreeRegistryOptions

    Type Declaration

    • OptionalfsDeletePaths?: string[]

      File paths or directory paths of deleted components, i.e., destructive changes.

    • fsPaths: string[]

      File paths or directory paths to resolve components against

    • Optionalinclude?: ComponentSet

      Only resolve components contained in the given set