With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
Currently we have a few actions available for each app in the app catalog list.
The idea/aim is to add a new action which under the hood will use CLI for Microsoft 365 command:
Upgrade - this will upgrade an app from the specified app catalog in the site. Under the hood it should use m365 spo app upgrade. When clicking on this action we should add prompt for siteUrl which is needed so that we will know to which site we should upgrade the selected app
Tips how to go about it, which should be done similar like already available actions
🎯 Aim of the feature
Currently we have a few actions available for each app in the app catalog list. The idea/aim is to add a new action which under the hood will use CLI for Microsoft 365 command:
siteUrl
which is needed so that we will know to which site we should upgrade the selected appTips how to go about it, which should be done similar like already available actions
📷 Images (if possible) with expected result
current state of actions for each app in the app catalog list
🤔 Additional remarks or comments
parent issue #324