UNPKG

@flxbl-io/sfp

Version:

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

6 lines (5 loc) 260 B
import { Connection } from '@salesforce/core'; import { Logger } from '@flxbl-io/sfp-logger'; export default class AssignPermissionSets { static applyPermsets(permsets: string[], conn: Connection, sourceDirectory: string, logger: Logger): Promise<void>; }