pac paportal

Commands for working with PowerApps portal website

Commands

Command Description
pac paportal download Download portal website content from the current Dataverse Organization
pac paportal list List all portal websites from the current Dataverse Organization
pac paportal upload Upload portal website content to current Dataverse Organization

pac paportal download

Download portal website content from the current Dataverse Organization

Example

pac paportal download --path "C:\portals" --webSiteId f88b70cc-580b-4f1a-87c3-41debefeb902

Required Parameters

--path -p

Path where the website content will be downloaded

--webSiteId -id

Portal website id to download

Optional Parameters

--excludeEntities -xe

Comma separated list of entity logical names to exclude downloading

--includeEntities -ie

Download only the entities specified for this argument in comma separated entity logical name

--overwrite -o

Portal website content to overwrite

This parameter requires no value. It is a switch.

pac paportal list

List all portal websites from the current Dataverse Organization

pac paportal upload

Upload portal website content to current Dataverse Organization

Example

pac paportal upload --path "C:\portals\starter-portal"

Required Parameters

--path -p

Path from where the website content will be uploaded

Optional Parameters

--deploymentProfile -dp

Deployment profile name to be used. Defaults to 'default'

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview