UNPKG

qforce

Version:

Commands to help with salesforce development.

13 lines (12 loc) 326 B
import { Command } from '@oclif/command'; export default class DevUpdate extends Command { static description: string; static aliases: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; static args: { name: string; }[]; run(): Promise<void>; }