💾 Archived View for freeshell.de › tldr › az-pipelines.gmi captured on 2024-05-10 at 11:40:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage Azure Pipelines resources.
Part of `azure-cli`.
az pipelines create --org {organization_url} --project {project_name} --name {pipeline_name} --description {description} --repository {repository_name} --branch {branch_name}
az pipelines delete --org {organization_url} --project {project_name} --id {pipeline_id}
az pipelines list --org {organization_url} --project {project_name}
az pipelines run --org {organization_url} --project {project_name} --name {pipeline_name}
az pipelines show --org {organization_url} --project {project_name} --name {pipeline_name}
az pipelines update --org {organization_url} --project {project_name} --name {pipeline_name} --new-name {pipeline_new_name} --new-folder-path {user1/production_pipelines}
az pipelines agent list --org {organization_url} --pool-id {agent_pool}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).