Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(Preview) Discover and install Dynamics 365 application packages into environments.
Commands
| Command | Description |
|---|---|
| pac app-management get-application-package-install-status | (Preview) Gets install progress for an operation by its operation ID. |
| pac app-management get-environment-application-package | (Preview) Lists available app packages for a target environment with OData filtering. |
| pac app-management get-tenant-application-package | (Preview) Get the list of available application packages for a tenant. |
| pac app-management install-application-package | (Preview) Installs an app package by unique name into a target environment. |
pac app-management get-application-package-install-status
(Preview) Gets install progress for an operation by its operation ID.
Required Parameters for app-management get-application-package-install-status
--operation-id
Operation ID.
Optional Parameters for app-management get-application-package-install-status
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
pac app-management get-environment-application-package
(Preview) Lists available app packages for a target environment with OData filtering.
Optional Parameters for app-management get-environment-application-package
--app-install-state
Application package install state.
Use one of these values:
AllInstalledNotInstalled
--columns
Comma-separated list of response properties to include in table output. Use --json for the complete response.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
--lcid
Application package supported language ID.
pac app-management get-tenant-application-package
(Preview) Get the list of available application packages for a tenant.
Optional Parameters for app-management get-tenant-application-package
--columns
Comma-separated list of response properties to include in table output. Use --json for the complete response.
pac app-management install-application-package
(Preview) Installs an app package by unique name into a target environment.
Required Parameters for app-management install-application-package
--unique-name
Package unique name.
Optional Parameters for app-management install-application-package
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
--payload-value
Payload value to use when installing the application package.
See also
Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview