💡 [Feature]: Add copy/move app actions #373
Labels
👨💻 CLI for Microsoft 365
Requires to first extend CLI for Microsoft 365
⭐ enhancement
New feature or request
🤚 on hold
I need to wait for something else
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:
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
In order to be able to do that we need to add the
file copy
andfile move
command to the cjs version of CLI we maintain for this extension📷 Images (if possible) with expected result
current state of actions for each app in the app catalog list
🤔 Additional remarks or comments
we should also update the readme with docs/guidance about the additional feature and the extension walkthrough as well
parent issue: #324
The text was updated successfully, but these errors were encountered: