UNPKG

sfdx-git-delta

Version:

Generate the sfdx content in source format and destructive change from two git commits

15 lines (14 loc) 370 B
export type Config = { to: string; from: string; output: string; source: string; ignore?: string | undefined; ignoreDestructive?: string | undefined; apiVersion?: number | undefined; repo: string; ignoreWhitespace: boolean; generateDelta: boolean; include?: string | undefined; includeDestructive?: string | undefined; };