Search Results for

    Show / Hide Table of Contents

    pbicli configure

    Commands

    pbicli configure list List all applicable defaults
    pbicli configure set Set the defaults arguments

    pbicli configure list

    List all applicable defaults

    pbicli configure list
    

    Global Parameters

    pbicli configure set

    Set the defaults arguments

    pbicli configure set [--defaults] [-d]
    

    Parameters

    • --defaults -d <default...>
      Space-separated 'name=value' pairs for common argument defaults

    Global Parameters

    Examples

    Set the default for the --workspace parameter

    • Bash
    • PowerShell
    pbicli configure set --defaults workspace=Demos
    
    pbicli configure set --defaults workspace=Demos
    

    After setting a default, the parameter can be omitted in the next command, like to get all the reports of the 'Demos' workspace:

    • Bash
    • PowerShell
    pblicli report list
    
    pblicli report list
    

    Feedback

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