UNPKG

eas-cli

Version:
17 lines (16 loc) 504 B
import EasCommand from '../../commandUtils/EasCommand'; export default class UpdateView extends EasCommand { static description: string; static args: { name: string; required: boolean; description: string; }[]; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; static contextDefinition: { loggedIn: import("../../commandUtils/context/LoggedInContextField").default; }; runAsync(): Promise<void>; }