Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: m365 pp pipeline stage get #6361

Open
appieschot opened this issue Sep 18, 2024 · 0 comments
Open

New command: m365 pp pipeline stage get #6361

appieschot opened this issue Sep 18, 2024 · 0 comments
Labels
needs peer review Needs second pair of eyes to review the spec or PR new feature

Comments

@appieschot
Copy link
Member

Usage

m365 pp pipeline stage get

Description

Gets information about the specified Power Platform pipeline stage

Options

Option Description
-i, --id<id> The id of the stage to retrieve.
--pipelineId <pipelineId> The id of the pipeline to retrieve the stage from.
-e, --environmentName <environmentName> The name of the environment where the pipelines are located.
--asAdmin Run the command as admin and retrieve Power Pages websites for environments you do not have explicitly assigned permissions to.

Examples

List given stages for the pipeline in the given Power Platform environment.

m365 pp pipeline stage get --id d87a7535-dd31-4437-bfe1-95340acd55c5 --pipelineId d87a7535-dd31-4437-bfe1-95340acd55c5 --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 

List give tstage for the pipeline in the given Power Platform environment as admin.

m365 pp pipeline stage get --id d87a7535-dd31-4437-bfe1-95340acd55c5 --pipelineId d87a7535-dd31-4437-bfe1-95340acd55c5 --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin

Default properties

N/a

Additional Info

https://learn.microsoft.com/en-us/power-platform/developer/pipelines/table-reference#deploymentstage-deployment-stage

@appieschot appieschot added new feature needs peer review Needs second pair of eyes to review the spec or PR labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs peer review Needs second pair of eyes to review the spec or PR new feature
Projects
None yet
Development

No branches or pull requests

1 participant