Skip to content

Commit ceaec0b

Browse files
Merge pull request SharePoint#6224 from SmitaNachan/patch-2
Updated links to cli-microsoft365
2 parents 3213567 + cf7886a commit ceaec0b

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

docs/declarative-customization/site-design-o365cli.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
---
2-
title: SharePoint site design - Office 365 CLI commands
3-
description: Use the Office 365 CLI to create, retrieve, and remove site designs and site scripts.
4-
ms.date: 06/05/2020
2+
title: SharePoint site design - CLI for Microsoft 365 commands
3+
description: Use the CLI for Microsoft 365 to create, retrieve, and remove site designs and site scripts.
4+
ms.date: 09/02/2020
55
localization_priority: Priority
66
---
77

8-
# SharePoint site design: Office 365 CLI commands
8+
# SharePoint site design: CLI for Microsoft 365 commands
99

10-
Use the Office 365 CLI to create, retrieve, update, and remove site designs and site scripts to new and existing modern site collections from any platform.
10+
Use the CLI for Microsoft 365 to create, retrieve, update, and remove site designs and site scripts to new and existing modern site collections from any platform.
1111

1212
[!INCLUDE [pnp-o365cli](../../includes/snippets/open-source/pnp-o365cli.md)]
1313

1414
## Getting started
1515

16-
To run the Office 365 CLI commands, you'll need to do the following:
16+
To run the CLI for Microsoft 365 commands, you'll need to do the following:
1717

1818
1. Download and install [NodeJS LTS version](https://nodejs.org/en/)
1919

20-
2. Follow the instructions at [Installing the CLI](https://pnp.github.io/office365-cli/user-guide/installing-cli/) to install the Office 365 CLI on your machine
20+
2. Follow the instructions at [Installing the CLI](https://pnp.github.io/cli-microsoft365/user-guide/installing-cli/) to install the CLI for Microsoft 365 on your machine
2121

22-
3. Follow the instructions at [Logging in to Office 365](https://pnp.github.io/office365-cli/user-guide/connecting-office-365/) to connect to your SharePoint tenant.
22+
3. Follow the instructions at [Logging in to Office 365](https://pnp.github.io/cli-microsoft365/user-guide/connecting-office-365/) to connect to your SharePoint tenant.
2323

24-
To verify your setup and connection, try using the [sitedesign list](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-list) command to read the current list of site designs. If the cmdlet runs and returns with no errors, you're ready to proceed.
24+
To verify your setup and connection, try using the [sitedesign list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-list) command to read the current list of site designs. If the cmdlet runs and returns with no errors, you're ready to proceed.
2525

2626
## Site design commands
2727

28-
The following commands are available for managing site designs and site scripts from the Office 365 CLI:
29-
30-
- [sitedesign add](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-add)
31-
- [sitedesign apply](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-apply)
32-
- [sitedesign get](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-get)
33-
- [sitedesign list](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-list)
34-
- [sitedesign remove](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-remove)
35-
- [sitedesign set](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-set)
36-
- [sitedesign rights grant](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-rights-grant)
37-
- [sitedesign rights list](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-rights-list)
38-
- [sitedesign rights revoke](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-rights-revoke)
39-
- [sitedesign run list](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-run-list)
40-
- [sitedesign run status get](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-run-status-get)
41-
- [sitedesign task get](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-task-get)
42-
- [sitedesign task list](https://pnp.github.io/office365-cli/cmd/spo/sitedesign/sitedesign-task-list)
43-
- [sitescript add](https://pnp.github.io/office365-cli/cmd/spo/sitescript/sitescript-add)
44-
- [sitescript get](https://pnp.github.io/office365-cli/cmd/spo/sitescript/sitescript-get)
45-
- [sitescript list](https://pnp.github.io/office365-cli/cmd/spo/sitescript/sitescript-list)
46-
- [sitescript remove](https://pnp.github.io/office365-cli/cmd/spo/sitescript/sitescript-remove)
47-
- [sitescript set](https://pnp.github.io/office365-cli/cmd/spo/sitescript/sitescript-set)
28+
The following commands are available for managing site designs and site scripts from the CLI for Microsoft 365:
29+
30+
- [sitedesign add](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-add)
31+
- [sitedesign apply](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-apply)
32+
- [sitedesign get](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-get)
33+
- [sitedesign list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-list)
34+
- [sitedesign remove](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-remove)
35+
- [sitedesign set](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-set)
36+
- [sitedesign rights grant](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-rights-grant)
37+
- [sitedesign rights list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-rights-list)
38+
- [sitedesign rights revoke](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-rights-revoke)
39+
- [sitedesign run list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-run-list)
40+
- [sitedesign run status get](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-run-status-get)
41+
- [sitedesign task get](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-task-get)
42+
- [sitedesign task list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-task-list)
43+
- [sitescript add](https://pnp.github.io/cli-microsoft365/cmd/spo/sitescript/sitescript-add)
44+
- [sitescript get](https://pnp.github.io/cli-microsoft365/cmd/spo/sitescript/sitescript-get)
45+
- [sitescript list](https://pnp.github.io/cli-microsoft365/cmd/spo/sitescript/sitescript-list)
46+
- [sitescript remove](https://pnp.github.io/cli-microsoft365/cmd/spo/sitescript/sitescript-remove)
47+
- [sitescript set](https://pnp.github.io/cli-microsoft365/cmd/spo/sitescript/sitescript-set)
4848

4949
## See also
5050

0 commit comments

Comments
 (0)