UNPKG

balena-cli

Version:

The official balena Command Line Interface

4 lines (3 loc) 198 B
import type { AppOptions } from './preparser'; export declare const setupSentry: () => Promise<void>; export declare function run(cliArgs: string[] | undefined, options: AppOptions): Promise<void>;