UNPKG

balena-cli

Version:

The official balena Command Line Interface

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