UNPKG

@salesforce/plugin-release-management

Version:
13 lines (12 loc) 458 B
import { FlagsConfig, SfdxCommand } from '@salesforce/command'; /** * The functionality of this command is taken entirely from https://github.com/salesforcecli/sfdx-cli/blob/v7.109.0/scripts/clean-for-tarballs */ export default class Verify extends SfdxCommand { static readonly description: string; static readonly examples: string[]; static readonly flagsConfig: FlagsConfig; run(): Promise<void>; private find; private remove; }