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 website webfile get #6273

Open
appieschot opened this issue Aug 26, 2024 · 1 comment · May be fixed by #6424
Open

New command: m365 pp website webfile get #6273

appieschot opened this issue Aug 26, 2024 · 1 comment · May be fixed by #6424
Assignees
Labels

Comments

@appieschot
Copy link
Member

appieschot commented Aug 26, 2024

Usage

m365 pp website webfile get

Description

Gets information about the specified web file

Options

Option Description
-i, --id <id> The id of the web file to retrieve details for.
--websiteId [websiteId] ID of the Power Pages website. Specify either websiteId or webName but not both.
--websiteName [websiteName] The unique name (not the display name) of the Power Pages website. Specify either websiteId or webName but not both.
-e, --environmentName <environmentName> The name of the environment where the Power Pages website is located.
--asAdmin Run the command as admin and retrieve the web file for environments without explicitly assigned permissions.

Examples

Retrieve web file for the site Contoso

m365 pp website webfile get --id 2ca3eaa5-140f-4175-8261-3272edf9f339 --websiteName Contoso --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"

Default properties

No response

Additional Info

https://learn.microsoft.com/en-us/power-apps/developer/data-platform/reference/entities/mspp_webfile

@appieschot appieschot added the needs peer review Needs second pair of eyes to review the spec or PR label Aug 26, 2024
@Jwaegebaert Jwaegebaert added help wanted new feature and removed needs peer review Needs second pair of eyes to review the spec or PR labels Aug 29, 2024
@Adam-it Adam-it added the hacktoberfest Issue perfect for hacktoberfest label Sep 24, 2024
@ktskumar
Copy link
Contributor

ktskumar commented Oct 8, 2024

May I work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants