UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

11 lines (10 loc) 380 B
import { SfCommand } from '@salesforce/sf-plugins-core'; import { AnyJson } from '@salesforce/ts-types'; export declare class Deploy extends SfCommand<any> { static readonly description: string; static readonly examples: string[]; static readonly requiresProject = true; static readonly flags: any; protected xorFlags: string[]; run(): Promise<AnyJson>; }