Usage
spo applicationcustomizer list [options]
Description
Get a list of application customizers that are added to a site.
Options
| Option |
Description |
-u, --webUrl <webUrl> |
The url of the site. |
-s, --scope [scope] |
Scope of the application customizers. Allowed values: Site, Web, All. Defaults to All. |
Examples
Retrieves a list of application customizers.
m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/sites/sales
Additional Info
While developing we want to reuse the getCustomActions function of the spo util class.
We can use the shared code to only query customactions with a location value of ClientSideExtension.ApplicationCustomizer.
Usage
spo applicationcustomizer list [options]
Description
Get a list of application customizers that are added to a site.
Options
-u, --webUrl <webUrl>-s, --scope [scope]Site,Web,All. Defaults toAll.Examples
Retrieves a list of application customizers.
Additional Info
While developing we want to reuse the
getCustomActionsfunction of the spo util class.We can use the shared code to only query customactions with a location value of
ClientSideExtension.ApplicationCustomizer.