FromManifestOptions: {
    destructivePost?: string;
    destructivePre?: string;
    forceAddWildcards?: boolean;
    manifestPath: string;
    resolveSourcePaths?: string[];
} & OptionalTreeRegistryOptions

Type declaration

  • OptionaldestructivePost?: string

    path to a destructiveChangesPost.xml file in XML format

  • OptionaldestructivePre?: string

    path to a destructiveChangesPre.xml file in XML format

  • OptionalforceAddWildcards?: boolean

    By default, wildcard members encountered in the manifest are added to the set e.g. { fullName: '*', type: 'ApexClass' }. If resolveSourcePaths is set, wildcard components are not added to the final set, but are used in the filter when resolving source-backed components to match all components with the wildcard type.

    Use this flag to always add wildcard components to the set, regardless of the other conditions.

  • manifestPath: string

    Path to the manifest file in XML format

  • OptionalresolveSourcePaths?: string[]

    Paths to resolve source-backed components. The manifest file is used to indicate which components to include.