UNPKG

@salesforce/plugin-release-management

Version:
10 lines (9 loc) 317 B
import { FlagsConfig, SfdxCommand } from '@salesforce/command'; export default class build extends SfdxCommand { static readonly description: string; static readonly examples: string[]; static readonly flagsConfig: FlagsConfig; run(): Promise<void>; private exec; private maybeSetGitConfig; }