UNPKG

balena-cli

Version:

The official balena Command Line Interface

12 lines (11 loc) 371 B
import { Command } from '@oclif/core'; export default class ReleaseListCmd extends Command { static enableJsonFlag: boolean; static description: string; static examples: string[]; static args: { fleet: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>; }; static authenticated: boolean; run(): Promise<void>; }