💡 [Feature]: Allow to install/uninstall an app on a specified site collection using a action in the app catalog app list view #350
Labels
⭐ enhancement
New feature or request
💪 good first issue
Good for newcomers
👨💻work in progress
I am working on it
Milestone
🎯 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 two new actions which under the hood will use CLI for Microsoft 365 commands:
siteUrl
which is needed so that we will know to which site we should install the selected appsiteUrl
which is needed so that we will know to from which site we should uninstall the selected app. We should also prompt for confirmation with a yes/no- notify if the user is sure to uninstall the app.Tips how to go about it, which should be done similar like already available actions
vscode-viva/src/constants/Commands.ts
Lines 56 to 62 in 5919011
vscode-viva/src/panels/CommandPanel.ts
Lines 210 to 216 in 5919011
vscode-viva/src/services/actions/CliActions.ts
Lines 54 to 56 in 5919011
vscode-viva/src/services/actions/CliActions.ts
Line 182 in 5919011
📷 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
The text was updated successfully, but these errors were encountered: