powerbi-cli
Version:
Power BI command line interface for managing Power BI Embedded workspace collections
10 lines (9 loc) • 403 B
TypeScript
import * as msrest from 'ms-rest';
export declare class Cli {
static print(message: string, ...args: any[]): void;
static success(message: string, ...args: any[]): void;
static warn(message: string, ...args: any[]): void;
static error(error: Error | msrest.ServiceError): void;
static error(message: string, ...args: any[]): void;
private static write(message, args, options);
}