-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
Usage
m365 pp pipeline list
Description
List all pipelines in the specified Power Platform environment.
Options
Option | Description |
---|---|
-e, --environmentName <environmentName> |
The name of the environment where the pipelines are located. |
--asAdmin |
Run the command as admin and retrieve Power Pages pipelines for environments where you do not have explicitly assigned permissions. |
Examples
List all pipeline models in the given Power Platform environment.
m365 pp pipeline list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
List pipeline models in the given environment as admin.
m365 pp pipeline list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
Default properties
- Name
- DeploymentPipelineId
- Owner
- statuscode
Additional Info
You can have a look at the logic behind: https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/pipeline and/or https://learn.microsoft.com/en-us/power-platform/developer/pipelines/table-reference
Jwaegebaert