pbicli pipeline
Commands
pbicli pipeline assign | Assigns the workspace to the specified deployment pipeline stage |
pbicli pipeline create | Creates a Power BI pipeline |
pbicli pipeline delete | Delete a Power BI pipeline |
pbicli pipeline deploy | Start a deploy from a specific stage in a Power BI pipeline |
pbicli pipeline list | List Power BI pipelines |
pbicli pipeline operation list | List the operations of a Power BI pipeline |
pbicli pipeline operation show | Show a specific operation of a Power BI pipeline |
pbicli pipeline show | Get the details of a Power BI pipeline |
pbicli pipeline stage artifact | List the artifacts of a Power BI pipeline stage |
pbicli pipeline stage list | List the stages of a Power BI pipeline |
pbicli pipeline unassign | Unassigns the workspace to the specified deployment pipeline stage |
pbicli pipeline user delete | Revoke access of a user or service pricipal |
pbicli pipeline user list | List user and service pricipal with access |
pbicli pipeline user update | Update access of a user or service pricipal |
pbicli pipeline assign
Assigns the workspace to the specified deployment pipeline stage
pbicli pipeline assign [--pipeline] [-p]
[--stage]
[--workspace] [-w]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--stage <number>
The deployment pipeline stage order. Development (0), Test (1), Production (2)--workspace -w <name>
Name of the Power BI workspace
pbicli pipeline create
Creates a Power BI pipeline
pbicli pipeline create [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name of the Power BI pipeline
pbicli pipeline delete
Delete a Power BI pipeline
pbicli pipeline delete [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline
pbicli pipeline deploy
Start a deploy from a specific stage in a Power BI pipeline
pbicli pipeline deploy [--pipeline] [-p]
[--partial]
[--options]
[--options-file]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--partial
--options <data>
String with the deploy options in JSON format. Use @{file} to load from a file--options-file <file>
File with the deploy options in JSON format. Deprecated: use --options @{file}
pbicli pipeline list
List Power BI pipelines
pbicli pipeline list
pbicli pipeline operation list
List the operations of a Power BI pipeline
pbicli pipeline operation list [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline
pbicli pipeline operation show
Show a specific operation of a Power BI pipeline
pbicli pipeline operation show [--pipeline] [-p]
[--operation]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--operation <operationId>
ID of the Power BI pipeline operation
pbicli pipeline show
Get the details of a Power BI pipeline
pbicli pipeline show [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline
pbicli pipeline stage artifact
List the artifacts of a Power BI pipeline stage
pbicli pipeline stage artifact [--pipeline] [-p]
[--stage] [-s]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--stage -s <number>
Number of the Power BI pipeline stage
pbicli pipeline stage list
List the stages of a Power BI pipeline
pbicli pipeline stage list [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline
pbicli pipeline unassign
Unassigns the workspace to the specified deployment pipeline stage
pbicli pipeline unassign [--pipeline] [-p]
[--stage]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--stage <number>
The deployment pipeline stage order. Development (0), Test (1), Production (2)
pbicli pipeline user delete
Revoke access of a user or service pricipal
pbicli pipeline user delete [--pipeline] [-p]
[--identifier]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--identifier <identifier>
Identifier of the user or principal
pbicli pipeline user list
List user and service pricipal with access
pbicli pipeline user list [--pipeline] [-p]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline
pbicli pipeline user update
Update access of a user or service pricipal
pbicli pipeline user update [--pipeline] [-p]
[--identifier]
[--access-right]
[--principal-type]
Parameters
--pipeline -p <name>
Name or ID of the Power BI pipeline--identifier <identifier>
Identifier of the user or principal--access-right <right>
Access right. Allowed values: Admin--principal-type <type>
Type of pricipal. Allowed values: App, User, Group, None