@flxbl-io/sfp
Version:
sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model
10 lines (9 loc) • 455 B
TypeScript
import { SFDXCommand } from '@flxbl-io/sfdx-process-wrapper/lib/SFDXCommand';
import { Logger, LoggerLevel } from '@flxbl-io/sfp-logger';
export default class VlocityRefreshBase extends SFDXCommand {
private packageDirectory;
constructor(project_directory: string, target_org: string, packageDirectory: string, logger: Logger, logLevel: LoggerLevel);
getSFDXCommand(): string;
getCommandName(): string;
getGeneratedParams(): string;
}