Power Platform VS Code Extension

Public preview of the Power Platform Extension to VS Code was launched recently. In this blog will see some basic commands like

  1. Creating an authentication profile
  2. To see list of solutions
  3. Export Solution
  4. Import Solution

Lets get started

Install the extension from Visual studio Code

Once install type pac you will see the list of command

Create Authentication Profile

Sign in from the sign in popup window

To get Information about the organization use Command : pac org who it will display information

about the current Dataverse organizations.

To get the list of all the solution of your current environment

Command: pac solution list

Export a solution

Command : pac solution export –path c:\Users\sanke\DebugVsRelease.zip –name DebugVsRelease –async –managed false –targetversion 1.0.0.03 –include general

Import Solution

Command : pac solution import –path c:\Users\sanke\DebugVsRelease.zip –async –publish-changes –activate-plugins

Thank you for reading 🙂 . I am still exploring all the options will try to write more on it.