Commands to install AppSource applications into your environment.
Parameters
Parameter Name
Description
Example
list
Lists all the Dataverse applications available to install from AppSource.
environment-id: List the applications for a specific environment. If not specified, will list applications available for the tenant.
output: Location of the JSON file to be created with the list of applications from AppSource. This is useful if multiple applications need to be installed.
pac application list --output c:\home\applicationslist.json
install
Installs the application or applications to the given environment.
environment-id: Target environment where the application will be installed.
application-name: Unique name of the application to be installed.
application-list: Location of the JSON file with the list of applications to be installed. The application-name and application-list parameters shouldn't be used together.