Skip to main content

spo sitescript set

Updates existing site script

Usage

m365 spo sitescript set [options]

Options

-i, --id <id>

Site script ID

-t, --title [title]

Site script title

-d, --description [description]

Site script description

-v, --version [version]

Site script version

-c, --content [content]

JSON string containing the site script

-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 doesn't refer to an existing site script, you will get a File not found error.

Examples

Update title of the existing site script with ID 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a

m365 spo sitescript set --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --title "Contoso"

More information