salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
12 lines (11 loc) • 470 B
TypeScript
import { FlagsConfig } from '@salesforce/command';
import { ToolbeltCommand } from '../../../../ToolbeltCommand';
export declare class Package1VersionCreateCommand extends ToolbeltCommand {
static readonly theDescription: any;
static readonly longDescription: any;
static readonly help: any;
static readonly requiresUsername = true;
static readonly requiresProject = true;
static readonly flagsConfig: FlagsConfig;
run(): Promise<unknown>;
}