Skip to content

Commit 4474439

Browse files
Merge pull request SharePoint#8977 from a1mery/update-cli-command
Correct cli cmdlet
2 parents 3599fc4 + cc28a2e commit 4474439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/site-collection-app-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use the site collection app catalog
33
description: Using site collection app catalogs, SharePoint tenant administrators can decentralize the management and scope the deployment of SharePoint add-ins and SharePoint Framework solutions to specific sites.
4-
ms.date: 06/09/2022
4+
ms.date: 05/19/2023
55
ms.assetid: fdf7ecb1-9951-475b-b058-3285fba77b68
66
ms.localizationpriority: high
77
---
@@ -87,7 +87,7 @@ Add-PnPSiteCollectionAppCatalog -site https://contoso.sharepoint.com/sites/marke
8787
Alternatively, use the `spo site appcatalog add` command if you are using the CLI for Microsoft 365:
8888

8989
```console
90-
m365 spo site appcatalog add --url https://contoso.sharepoint.com/sites/marketing
90+
m365 spo site appcatalog add --siteUrl https://contoso.sharepoint.com/sites/marketing
9191
```
9292

9393
After executing this script, the **Apps for SharePoint** library will be added to your site collection where you will be able to deploy SharePoint add-ins and SharePoint Framework solutions.

0 commit comments

Comments
 (0)