salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
18 lines (17 loc) • 586 B
TypeScript
import { FlagsConfig } from '@salesforce/command';
import { ToolbeltCommand } from '../../../../../ToolbeltCommand';
export declare class Package1VersionCreateGetCommand extends ToolbeltCommand {
static readonly theDescription: any;
static readonly longDescription: any;
static readonly help: any;
static readonly requiresProject = false;
static readonly requiresUsername = true;
static readonly flagsConfig: FlagsConfig;
/**
* context hook
*
* @param context - the cli context
* @returns {Promise}
*/
run(): Promise<unknown>;
}