powerbi-cli
powerbi-cli copied to clipboard
Unable to create deployment pipeline using pbicli
Versions:
- pbicli version: 1.3.3
- nodejs version: v18.16.1
- os name/version: ubuntu
Describe the bug unable to create pipeline or list pipeline
➜ Hawkeye-AEMP-Dataout-API git:(EKSMigration) ✗ pbicli pipeline create --pipeline "test-pipeline-from-cli" --debug --verbose
Creates a new Power BI pipeline with name test-pipeline-from-cli
Check if stored token is not expired
Execute REST [POST] call to https://api.powerbi.com/v1.0/myorg/pipelines
Bad Request
➜ Hawkeye-AEMP-Dataout-API git:(EKSMigration) ✗ pbicli pipeline create list --debug --verbose
error: missing option '--pipeline'
➜ Hawkeye-AEMP-Dataout-API git:(EKSMigration) ✗ pbicli pipeline list --debug --verbose
Retrieves Power BI pipelines
Check if stored token is not expired
Execute REST [GET] call to https://api.powerbi.com/v1.0/myorg/pipelines/
[]
➜ Hawkeye-AEMP-Dataout-API git:(EKSMigration) ✗
To Reproduce Steps to reproduce the behavior:
pbicli pipeline list pbicli pipeline create name
Expected behavior list pipeline create pipelines Screenshots If applicable, add screenshots to help explain your problem.