Skip to content

Add new description option to spo SPFx commands #6706

@milanholemans

Description

@milanholemans

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions