Branch | status |
---|---|
Develop | |
Live |
Home of the Power BI CLI, a multiplatform CLI (command line interface) for interacting with the Power BI REST APIs written in NodeJS.
- NodeJS > v10.12.0, LTS release advised: download.
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
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
Last update: August 16, 2022
PBICLI Command | Coverage report |
---|---|
admin | link |
app | link |
capacity | link |
dashboard | link |
dataflow | link |
dataset | link |
feature | link |
gateway | link |
import | link |
pipeline | link |
profile | - |
push | - |
report | link |
scorecard | link |
template | - |
workspace (group) | link |
user | link |
There are many ways in which you can participate in the project, for example:
- Ask questions and share ideas via the discussions section
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review the documentation and make pull requests for anything from typos to new content
If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute[Under development].