UNPKG

balena-cli

Version:

The official balena Command Line Interface

10 lines (9 loc) 296 B
import { Command } from '@oclif/core'; export default class FleetListCmd extends Command { static enableJsonFlag: boolean; static description: string; static examples: string[]; static authenticated: boolean; static primary: boolean; run(): Promise<string | undefined>; }