export interface IDeploymentConfig { deploymentDescriptor: string; workDir: string; sourceDir: string; zebraHome?: string; modules?: string; run: boolean; debug: boolean; bail: boolean; update: boolean; apiTrace: boolean; repository?: string; authTicket?: string; groups?: string[]; }