pac application

Commands for listing and installing available Dataverse applications from AppSource

Commands

Command Description
pac application install Installs Dataverse application to given environment
pac application list List available Dataverse applications from AppSource

pac application install

Installs Dataverse application to given environment

Example

pac application install --environment-id 9755b2cd-ce02-4e82-9d3f-9e61384c5382 --application-list c:\home\applicationslist.json

Required Parameters

--environment-id -id

Target environment application will be installed to

Optional Parameters

--application-list -al

Location of the JSON file with list of the Dataverse applications from AppSource to be installed

--application-name -an

Unique name of the application that will be installed to target environment

pac application list

List available Dataverse applications from AppSource

Example

pac application list --output c:\home\applicationslist.json

Optional Parameters

--environment-id -id

List available Dataverse applications for given environment; if not specified, list all applications in the tenant (default: list for all environments)

--output -o

Location of the JSON file to be created with list of the Dataverse applications from AppSource

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview