external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Publishes/Deploys/Trusts an available app in the app catalog
Publish-PnPApp -Identity <AppMetadataPipeBind>
[-SkipFeatureDeployment [<SwitchParameter>]]
[-Connection <SPOnlineConnection>]
PS:> Publish-PnPApp
This will deploy/trust an app into the app catalog. Notice that the app needs to be available in the app catalog
Specifies the Id of the app
Type: AppMetadataPipeBind
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: True
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False