pnp / vscode-viva

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.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
37 stars 16 forks source link

💡 [Feature]: extend CLI command logs with full name and options passed #283

Open Adam-it opened 1 month ago

Adam-it commented 1 month ago

🎯 Aim of the feature

Currently the logs for CLI commands are quite short image

we are missing the m365 before every command and we do not print out the passed options that were used to run this command. This does not help as the actually idea behind this functionality was to provide guidance for developers what are the CLI commands that may use as equivalent to the SPFx Toolkit feature if they would rather use a terminal instead.

We should fix it up. In order to do that we should recheck the tryExecuteCommand method in https://github.com/pnp/vscode-viva/blob/main/src/services/CliCommandExecuter.ts

image

We should add:

Adam-it commented 1 week ago

lets keep this on hold until this issue is resolved #295