|
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. |
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 |
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/cli-microsoft365/user-guide/installing-cli/) to install the CLI for Microsoft 365 on your machine |
21 | 21 |
|
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. |
23 | 23 |
|
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. |
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: |
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) |
48 | 48 |
|
49 | 49 | ## See also
|
50 | 50 |
|
|
0 commit comments