UNPKG

salesforce-alm

Version:

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

11 lines (10 loc) 411 B
import { FlagsConfig, SfdxCommand } from '@salesforce/command'; export declare class OrgStatusCommand extends SfdxCommand { static readonly longDescription: string; static readonly help: string; static readonly description: string; static readonly requiresProject = false; static readonly requiresUsername = true; static readonly flagsConfig: FlagsConfig; run(): Promise<unknown>; }