search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Az Pipelines Commands

17 az-pipelines entries

Limited to 100 results

Back to all tools
az-pipelines

Az Pipelines Command: Create Azure Pipeline Yaml

az pipelines create --org <organization_url> -p <project_name> --name <pipeline_name> --description <description> --repository <repository_name> --branch <branch_name>
az-pipelines

Az Pipelines Command: Create Pipeline

az pipelines create --org <organization_url> -p <project_name> --name <pipeline_name> --description <description> --repository <repository_name> --branch <branch_name>
az-pipelines

Az Pipelines Command: Create Pipeline Yaml

az pipelines create --org <organization_url> -p <project_name> --name <pipeline_name> --description <description> --repository <repository_name> --branch <branch_name>
az-pipelines

Az Pipelines Command: Delete Azure Pipeline By Id

az pipelines delete --org <organization_url> -p <project_name> --id <pipeline_id>
az-pipelines

Az Pipelines Command: Delete Pipeline

az pipelines delete --org <organization_url> -p <project_name> --id <pipeline_id>
az-pipelines

Az Pipelines Command: Enqueue Azure Pipeline Run

az pipelines run --org <organization_url> -p <project_name> --name <pipeline_name>
az-pipelines

Az Pipelines Command: Get Azure Pipeline Details

az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name>
az-pipelines

Az Pipelines Command: List Agent Pool

az pipelines agent list --org <organization_url> --pool-id <agent_pool>
az-pipelines

Az Pipelines Command: List Agents

az pipelines agent list --org <organization_url> --pool-id <agent_pool>
az-pipelines

Az Pipelines Command: List Agents In Pool

az pipelines agent list --org <organization_url> --pool-id <agent_pool>
az-pipelines

Az Pipelines Command: List Azure Pipelines

az pipelines list --org <organization_url> -p <project_name>
az-pipelines

Az Pipelines Command: List Pipelines

az pipelines list --org <organization_url> -p <project_name>
az-pipelines

Az Pipelines Command: Run Pipeline

az pipelines run --org <organization_url> -p <project_name> --name <pipeline_name>
az-pipelines

Az Pipelines Command: Show Pipeline

az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name>
az-pipelines

Az Pipelines Command: Show Pipeline Details

az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name>
az-pipelines

Az Pipelines Command: Update Azure Pipeline

az pipelines update --org <organization_url> -p <project_name> --name <pipeline_name> --new-name <pipeline_new_name> --new-folder-path <user1/production_pipelines>
az-pipelines

Az Pipelines Command: Update Pipeline

az pipelines update --org <organization_url> -p <project_name> --name <pipeline_name> --new-name <pipeline_new_name> --new-folder-path <user1/production_pipelines>