UNPKG

balena-cli

Version:

The official balena Command Line Interface

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