UNPKG

balena-cli

Version:

The official balena Command Line Interface

14 lines (13 loc) 414 B
import { Command } from '@oclif/core'; export default class FleetListCmd extends Command { static aliases: string[]; static deprecateAliases: boolean; static description: string; static examples: string[]; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; static authenticated: boolean; static primary: boolean; run(): Promise<void>; }