Open appieschot opened 2 months ago
m365 pp pipeline get
Gets information about the specified Power Platform pipeline
-i, --id<id>
-e, --environmentName <environmentName>
--asAdmin
Retrieves a pipeline by ID the given Power Platform environment.
m365 pp pipeline get --id d87a7535-dd31-4437-bfe1-95340acd55c5 --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
Retrieves a pipeline by ID the given Power Platform environment as admin.
m365 pp pipeline get --id d87a7535-dd31-4437-bfe1-95340acd55c5 --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
N/a
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
if we would be able to specify the exact API endpoint which should be used then we could add this as 'good first issue' other than that lets open it up 👍 awesome work 👏
Usage
m365 pp pipeline get
Description
Gets information about the specified Power Platform pipeline
Options
-i, --id<id>
-e, --environmentName <environmentName>
--asAdmin
Examples
Retrieves a pipeline by ID the given Power Platform environment.
Retrieves a pipeline by ID the given Power Platform environment as admin.
Default properties
N/a
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