cli-microsoft365 icon indicating copy to clipboard operation
cli-microsoft365 copied to clipboard

New command: m365 pp website webfile get

Open appieschot opened this issue 1 year ago • 1 comments

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 avatar Aug 26 '24 08:08 appieschot

May I work on this

ktskumar avatar Oct 08 '24 05:10 ktskumar