UNPKG

eas-cli

Version:
15 lines (14 loc) 634 B
import EasCommand from '../../commandUtils/EasCommand'; export default class EnvironmentSecretDelete extends EasCommand { static description: string; static hidden: boolean; static flags: { 'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; id: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>; }; static contextDefinition: { loggedIn: import("../../commandUtils/context/LoggedInContextField").default; projectId: import("../../commandUtils/context/ProjectIdContextField").ProjectIdContextField; }; runAsync(): Promise<void>; }