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