UNPKG

@salesforce/plugin-release-management

Version:
11 lines (10 loc) 401 B
import { FlagsConfig, SfdxCommand } from '@salesforce/command'; import { CLI } from '../../../types'; export declare type Results = Record<string, Record<CLI, boolean>>; export default class Test extends SfdxCommand { static readonly description: string; static readonly examples: string[]; static readonly flagsConfig: FlagsConfig; run(): Promise<void>; private makeWorkingDir; }