UNPKG

balena-cli

Version:

The official balena Command Line Interface

10 lines (9 loc) 292 B
import { Command } from '@oclif/core'; export default class OrganizationListCmd extends Command { static aliases: string[]; static deprecateAliases: boolean; static description: string; static examples: string[]; static authenticated: boolean; run(): Promise<void>; }