pac pipeline

Work with Pipelines

Pipelines in Power Platform aim to democratize application lifecycle management (ALM) for Power Platform and Dynamics 365 customers by bringing ALM automation and continuous integration and continuous delivery (CI/CD) capabilities into the service in a manner that's more approachable for all makers, admins, and developers.

Example of the deployment Pipelines feature

Pipelines significantly reduce the effort and domain knowledge previously required to realize the ROI from adopting healthy, automated ALM processes within your team or organization.

  • Admins easily configure automated deployment pipelines in minutes rather than days or weeks.
  • Makers have an intuitive user experience for easily deploying their solutions.

Learn more about pipelines in Power Platform

Commands

Command Description
pac pipeline deploy Start pipeline deployment.
pac pipeline list List Pipelines

pac pipeline deploy

Start pipeline deployment.

Use pac pipeline deploy to deploy/start an existing pipeline in the Power Platform environment you are connected to, or use --environment / -env to select an environment in the same tenant.

Required Parameters for pipeline deploy

--currentVersion -cv

Current solution version

--newVersion -nv

New solution version

--solutionName -sn

Solution Name

--stageId -sid

Deployment Stage ID

Optional Parameters for pipeline deploy

--environment -env

Deployment Environment

--wait -w

Wait until the deployment finishes.

This parameter requires no value. It's a switch.

pac pipeline list

List Pipelines.

Use pac pipeline list to list existing pipelines in the Power Platform environment you are connected to, or use --environment / -env to select an environment in the same tenant.

Optional Parameters for pipeline list

--environment -env

Deployment Environment

--pipeline -p

Pipeline name or ID for which show list of details such as deployment stages

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview