
az-pipelines
List of commands for az-pipelines:
-
az-pipelines:tldr:08fd7 az-pipelines: Get the details of a specific pipeline.$ az pipelines show --org ${organization_url} --project ${project_name} --name ${pipeline_name}try on your machineexplain this command
-
az-pipelines:tldr:1b2aa az-pipelines: Enqueue a specific pipeline to run.$ az pipelines run --org ${organization_url} --project ${project_name} --name ${pipeline_name}try on your machineexplain this command
-
az-pipelines:tldr:29f90 az-pipelines: Get a list of agents in a pool.$ az pipelines agent list --org ${organization_url} --pool-id ${agent_pool}try on your machineexplain this command
-
az-pipelines:tldr:3b62f az-pipelines: Update a specific pipeline.$ az pipelines update --org ${organization_url} --project ${project_name} --name ${pipeline_name} --new-name ${pipeline_new_name} --new-folder-path ${user1-production_pipelines}try on your machineexplain this command
-
az-pipelines:tldr:5520f az-pipelines: Create a new Azure Pipeline (YAML based).$ az pipelines create --org ${organization_url} --project ${project_name} --name ${pipeline_name} --description ${description} --repository ${repository_name} --branch ${branch_name}try on your machineexplain this command
-
az-pipelines:tldr:8136f az-pipelines: Delete a specific pipeline.$ az pipelines delete --org ${organization_url} --project ${project_name} --id ${pipeline_id}try on your machineexplain this command
-
az-pipelines:tldr:a4f6d az-pipelines: List pipelines.$ az pipelines list --org ${organization_url} --project ${project_name}try on your machineexplain this command