|
1 | 1 | ---
|
2 | 2 | title: Application Lifecycle Management (ALM) APIs
|
3 | 3 | description: ALM APIs provide simple APIs to manage deployment of your SharePoint Framework solutions and add-ins across your tenant.
|
4 |
| -ms.date: 09/07/2020 |
| 4 | +ms.date: 06/07/2022 |
5 | 5 | ms.prod: sharepoint
|
6 | 6 | ms.assetid: fdf7ecb2-8851-425b-b058-3285fba77b68
|
7 | 7 | ms.localizationpriority: high
|
@@ -141,7 +141,7 @@ var result = appManager.Add(filePath);
|
141 | 141 | Add-PnPApp -Path ./sharepoint-solution-package.sppkg
|
142 | 142 | ```
|
143 | 143 |
|
144 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/add-pnpapp) for complete details and examples on this cmdlet. |
| 144 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Add-PnPApp.html) for complete details and examples on this cmdlet. |
145 | 145 |
|
146 | 146 | # [CLI for Microsoft 365](#tab/o365cli)
|
147 | 147 |
|
@@ -200,7 +200,7 @@ appManager.Deploy('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
200 | 200 | Publish-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
201 | 201 | ```
|
202 | 202 |
|
203 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Publish-PnPApp) for complete details and examples on this cmdlet. |
| 203 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Publish-PnPApp.html) for complete details and examples on this cmdlet. |
204 | 204 |
|
205 | 205 | # [CLI for Microsoft 365](#tab/o365cli)
|
206 | 206 |
|
@@ -248,7 +248,7 @@ appManager.Retract('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
248 | 248 | Unpublish-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
249 | 249 | ```
|
250 | 250 |
|
251 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Unpublish-PnPApp) for complete details and examples on this cmdlet. |
| 251 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Unpublish-PnPApp.html) for complete details and examples on this cmdlet. |
252 | 252 |
|
253 | 253 | # [CLI for Microsoft 365](#tab/o365cli)
|
254 | 254 |
|
@@ -284,7 +284,7 @@ appManager.Remove('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
284 | 284 | Remove-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
285 | 285 | ```
|
286 | 286 |
|
287 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Remove-PnPApp) for complete details and examples on this cmdlet. |
| 287 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Remove-PnPApp.html) for complete details and examples on this cmdlet. |
288 | 288 |
|
289 | 289 | # [CLI for Microsoft 365](#tab/o365cli)
|
290 | 290 |
|
@@ -367,7 +367,7 @@ var allAppPackages = appManager.GetAvailable();
|
367 | 367 | Get-PnPApp
|
368 | 368 | ```
|
369 | 369 |
|
370 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Get-PnPApp) for complete details and examples on this cmdlet. |
| 370 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Get-PnPApp.html) for complete details and examples on this cmdlet. |
371 | 371 |
|
372 | 372 | # [CLI for Microsoft 365](#tab/o365cli)
|
373 | 373 |
|
@@ -474,7 +474,7 @@ appManager.Install('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
474 | 474 | Install-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
475 | 475 | ```
|
476 | 476 |
|
477 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Install-PnPApp) for complete details and examples on this cmdlet. |
| 477 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Install-PnPApp.html) for complete details and examples on this cmdlet. |
478 | 478 |
|
479 | 479 | # [CLI for Microsoft 365](#tab/o365cli)
|
480 | 480 |
|
@@ -522,7 +522,7 @@ if (appPackage.CanUpgrade) {
|
522 | 522 | Update-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
523 | 523 | ```
|
524 | 524 |
|
525 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/update-pnpapp) for complete details and examples on this cmdlet. |
| 525 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Update-PnPApp.html) for complete details and examples on this cmdlet. |
526 | 526 |
|
527 | 527 | # [CLI for Microsoft 365](#tab/o365cli)
|
528 | 528 |
|
@@ -569,7 +569,7 @@ appManager.Uninstall('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
569 | 569 | Uninstall-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
570 | 570 | ```
|
571 | 571 |
|
572 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Uninstall-PnPApp) for complete details and examples on this cmdlet. |
| 572 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Uninstall-PnPApp.html) for complete details and examples on this cmdlet. |
573 | 573 |
|
574 | 574 | # [CLI for Microsoft 365](#tab/o365cli)
|
575 | 575 |
|
@@ -613,7 +613,7 @@ appManager.SyncToTeams('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
|
613 | 613 | Sync-PnPAppToTeams -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
|
614 | 614 | ```
|
615 | 615 |
|
616 |
| -> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/sync-pnpapptoteams) for complete details and examples on this cmdlet. |
| 616 | +> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Sync-PnPAppToTeams.html) for complete details and examples on this cmdlet. |
617 | 617 |
|
618 | 618 | # [CLI for Microsoft 365](#tab/o365cli)
|
619 | 619 |
|
|
0 commit comments