- 
                Notifications
    You must be signed in to change notification settings 
- Fork 367
Open
Description
Currently, we have a bunch of commands that do a nice job of managing SPFx solutions in SharePoint Online. However, I've noticed that we are missing a way to set the description of the custom actions in SharePoint Online.
The idea is to add a new option:
| Option | Description | 
|---|---|
| --description [description] | Description for the SPFx app. | 
We can add this option to the commands below:
-  spo applicationcustomizer add
-  spo applicationcustomizer set
-  spo commandset add
-  spo commandset set
Implementation
We can keep the existing API requests and just add an extra property called Description to the body.
waldekmastykarz