UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

15 lines (14 loc) 660 B
import SfpCommand from '../../../SfpCommand'; export default class Publish extends SfpCommand { static description: string; protected static requiresDevhubUsername: boolean; protected static requiresProject: boolean; static examples: string[]; static flags: { targetdevhubusername: import("@oclif/core/lib/interfaces").OptionFlag<any, import("@oclif/core/lib/interfaces/parser").CustomOptions>; loglevel: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>; }; execute(): Promise<void>; private getMetricsForEachPool; private validateEnvVars; }