Skip to content

spo sitedesign get

Gets information about the specified site design

Usage

m365 spo sitedesign get [options]

Options

-i, --id [id]
Site design ID. Specify either id or title but not both.
--title [title]
Site design title. Specify either id or title but not both.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Remarks

If the specified id or title doesn't refer to an existing site design, you will get a File not found error.

Examples

Get information about the site design with ID 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a

m365 spo sitedesign get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a

Get information about the site design with title Contoso Site Design

m365 spo sitedesign get --title "Contoso Site Design"

More information