UNPKG

balena-cli

Version:

The official balena Command Line Interface

5 lines (4 loc) 131 B
export declare function login({ host, port }: { host?: string | undefined; port?: number | undefined; }): Promise<string>;