UNPKG

@flxbl-io/sfp

Version:

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

14 lines (13 loc) 672 B
import SfpCommand from '../../SfpCommand'; export default class Query extends SfpCommand { static description: string; static examples: string[]; static enableJsonFlag: boolean; protected static requiresUsername: boolean; protected static requiresDevhubUsername: boolean; static flags: { loglevel: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>; targetusername: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>; }; execute(): Promise<import("../../core/org/SFPOrg").InstalledArtifact[]>; }