Search Results for

    Show / Hide Table of Contents

    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

    Global Parameters

    pbicli pipeline create

    Creates a Power BI pipeline

    pbicli pipeline create [--pipeline] [-p]
    

    Parameters

    • --pipeline -p <name>
      Name of the Power BI pipeline

    Global Parameters

    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

    Global Parameters

    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}

    Global Parameters

    pbicli pipeline list

    List Power BI pipelines

    pbicli pipeline list
    

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    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)

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    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

    Global Parameters

    Feedback

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX