az pipelines list --help
Jump to navigation
Jump to search
az pipelines list --help This command is from the following extension: azure-devops Command az pipelines list : List pipelines. Arguments --detect : Automatically detect organization. Allowed values: false, true. --folder-path : If specified, filters to definitions under this folder. --name : Limit results to pipelines with this name or starting with this name. Examples: "FabCI" or "Fab*". --org --organization : Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/. --project -p : Name or ID of the project. You can configure the default project using az devops configure -d project=NAME_OR_ID. Required if not configured as default or picked up via git config. --query-order : Order of the results. Allowed values: ModifiedAsc, ModifiedDesc, NameAsc, NameDesc, None. --repository : Limit results to pipelines associated with this repository. --repository-type : Limit results to pipelines associated with this repository type. It is mandatory to pass 'repository' argument along with this argument. Allowed values: bitbucket, git, github, githubenterprise, svn, tfsgit, tfsversioncontrol. --top : Maximum number of pipelines to list. Global Arguments --debug : Increase logging verbosity to show all debug logs. --help -h : Show this help message and exit. --only-show-errors : Only show errors, suppressing warnings. --output -o : Output format. Allowed values: json, jsonc, none, table, tsv, yaml, yamlc. Default: json. --query : JMESPath query string. See http://jmespath.org/ for more information and examples. --query-examples [Experimental] : Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words. This parameter is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus --subscription : Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`. --verbose : Increase logging verbosity. Use --debug for full debug logs. To search AI knowledge base for examples, use: az find "az pipelines list"
See also[edit]
Advertising: