UNPKG

balena-cli

Version:

The official balena Command Line Interface

8 lines (7 loc) 214 B
import { Command } from '@oclif/core'; export default class WhoamiCmd extends Command { static description: string; static examples: string[]; static authenticated: boolean; run(): Promise<void>; }