Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.26 KB

Publish-PnPApp.md

File metadata and controls

68 lines (49 loc) · 1.26 KB
external help file applicable schema
SharePoint Online
2.0.0

Publish-PnPApp

SYNOPSIS

Publishes/Deploys/Trusts an available app in the app catalog

SYNTAX

Publish-PnPApp -Identity <AppMetadataPipeBind>
               [-SkipFeatureDeployment [<SwitchParameter>]]
               [-Connection <SPOnlineConnection>]

EXAMPLES

------------------EXAMPLE 1------------------

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

PARAMETERS

-Identity

Specifies the Id of the app

Type: AppMetadataPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-SkipFeatureDeployment

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Connection

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

RELATED LINKS

SharePoint Developer Patterns and Practices