UNPKG

@salesforce/acu-pack

Version:
14 lines (13 loc) 496 B
import { flags } from '@salesforce/command'; import { CommandBase } from '../../../../lib/command-base'; export default class Execute extends CommandBase { static defaultJobStatusWaitMax: number; static description: string; static examples: string[]; protected static flagsConfig: { wait: flags.Discriminated<flags.Number>; }; protected static requiresUsername: boolean; protected static requiresProject: boolean; protected runInternal(): Promise<void>; }