|
1 | 1 | ---
|
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. |
| 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 | 4 | ms.date: 09/02/2020
|
5 | 5 | localization_priority: Priority
|
6 | 6 | ---
|
7 | 7 |
|
8 |
| -# SharePoint site design: Office 365 CLI commands |
| 8 | +# SharePoint site design: CLI for Microsoft 365 commands |
9 | 9 |
|
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. |
11 | 11 |
|
12 | 12 | [!INCLUDE [pnp-o365cli](../../includes/snippets/open-source/pnp-o365cli.md)]
|
13 | 13 |
|
14 | 14 | ## Getting started
|
15 | 15 |
|
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: |
17 | 17 |
|
18 | 18 | 1. Download and install [NodeJS LTS version](https://nodejs.org/en/)
|
19 | 19 |
|
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/office365-cli/user-guide/installing-cli/) to install the CLI for Microsoft 365 on your machine |
21 | 21 |
|
22 | 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.
|
23 | 23 |
|
24 | 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.
|
25 | 25 |
|
26 | 26 | ## Site design commands
|
27 | 27 |
|
28 |
| -The following commands are available for managing site designs and site scripts from the Office 365 CLI: |
| 28 | +The following commands are available for managing site designs and site scripts from the CLI for Microsoft 365: |
29 | 29 |
|
30 | 30 | - [sitedesign add](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-add)
|
31 | 31 | - [sitedesign apply](https://pnp.github.io/cli-microsoft365/cmd/spo/sitedesign/sitedesign-apply)
|
|
0 commit comments