@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
11 lines (10 loc) • 401 B
TypeScript
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;
}