UNPKG

balena-cli

Version:

The official balena Command Line Interface

15 lines (14 loc) 551 B
import { Command } from '@oclif/core'; export default class DeviceListCmd extends Command { static aliases: string[]; static deprecateAliases: boolean; static description: string; static examples: string[]; static flags: { fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>; json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; static primary: boolean; static authenticated: boolean; run(): Promise<void>; }