1.3.3 • Published 1 year ago

@powerbi-cli/powerbi-cli v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

Build status

Branchstatus
DevelopBuild and test
LiveBuild and test

Power BI CLI

Home of the Power BI CLI, a multiplatform CLI (command line interface) for interacting with the Power BI REST APIs written in NodeJS.

Prerequisits

  • NodeJS > v10.12.0, LTS release advised: download.

Installing

Open a cmd/bash/powershell prompt and type to install the powerbi-cli:

npm i -g @powerbi-cli/powerbi-cli

To install a preview version use the following command:

npm i -g @powerbi-cli/powerbi-cli@preview

Usage

To use the powerbi-cli type

pbicli [command] [options]

To login to the Power BI REST API use:

pbicli login

For all available commands and options:

pbicli --help

For more information see documentation

Power BI Rest API coverage

Last update: August 16, 2022

PBICLI CommandCoverage report
adminlink
applink
capacitylink
dashboardlink
dataflowlink
datasetlink
featurelink
gatewaylink
importlink
pipelinelink
profile-
push-
reportlink
scorecardlink
template-
workspace (group)link
userlink

Contributing

There are many ways in which you can participate in the project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to ContributeUnder development.