UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

13 lines (12 loc) 520 B
import { FlagsConfig } from '@salesforce/command'; import { ToolbeltCommand } from '../../../../../ToolbeltCommand'; export declare class PackageVersionCreateListCommand extends ToolbeltCommand { static readonly theDescription: any; static readonly longDescription: any; static readonly help: any; static readonly requiresProject = false; static readonly orgType: string; static readonly requiresDevhubUsername = true; static readonly flagsConfig: FlagsConfig; run(): Promise<unknown>; }