UNPKG

@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) 406 B
import { SFDXCommand } from '@flxbl-io/sfdx-process-wrapper/lib/SFDXCommand'; import { Logger, LoggerLevel } from '@flxbl-io/sfp-logger'; export default class VlocityPackUpdateSettings extends SFDXCommand { constructor(project_directory: string, target_org: string, logger: Logger, logLevel: LoggerLevel); getSFDXCommand(): string; getCommandName(): string; getGeneratedParams(): string; }