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
az-pipelines Operations
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 Operations
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 Operations
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 Operations
Az Pipelines Command: Delete Azure Pipeline By Id
az pipelines delete --org <organization_url> -p <project_name> --id <pipeline_id> az-pipelines Operations
Az Pipelines Command: Delete Pipeline
az pipelines delete --org <organization_url> -p <project_name> --id <pipeline_id> az-pipelines Operations
Az Pipelines Command: Enqueue Azure Pipeline Run
az pipelines run --org <organization_url> -p <project_name> --name <pipeline_name> az-pipelines HTTP
Az Pipelines Command: Get Azure Pipeline Details
az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name> az-pipelines Operations
Az Pipelines Command: List Agent Pool
az pipelines agent list --org <organization_url> --pool-id <agent_pool> az-pipelines Operations
Az Pipelines Command: List Agents
az pipelines agent list --org <organization_url> --pool-id <agent_pool> az-pipelines Operations
Az Pipelines Command: List Agents In Pool
az pipelines agent list --org <organization_url> --pool-id <agent_pool> az-pipelines Operations
Az Pipelines Command: List Azure Pipelines
az pipelines list --org <organization_url> -p <project_name> az-pipelines Operations
Az Pipelines Command: List Pipelines
az pipelines list --org <organization_url> -p <project_name> az-pipelines Operations
Az Pipelines Command: Run Pipeline
az pipelines run --org <organization_url> -p <project_name> --name <pipeline_name> az-pipelines Operations
Az Pipelines Command: Show Pipeline
az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name> az-pipelines Operations
Az Pipelines Command: Show Pipeline Details
az pipelines show --org <organization_url> -p <project_name> --name <pipeline_name> az-pipelines Operations
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 Operations
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>