Skip to content

Commit 9ef45ba

Browse files
author
Kartik Kanakasabesan
authored
Update powerapps-cli.md
1 parent afce5f6 commit 9ef45ba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

powerapps-docs/developer/data-platform/powerapps-cli.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,18 @@ Microsoft Power Apps CLI is a simple, single-stop developer command-line interfa
2727

2828
To get Power Apps CLI, do the following:
2929

30-
1. Install [Npm](https://www.npmjs.com/get-npm) (comes with Node.js) or [Node.js](https://nodejs.org/en/) (comes with npm). We recommend LTS (Long Term Support) version 10.15.3 or higher.
31-
32-
1. Install [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/dotnet-framework/net462).
33-
34-
1. If you don’t already have Visual Studio 2017 or later, follow one of these options:
35-
- Option 1: Install [Visual Studio 2017](/visualstudio/install/install-visual-studio?view=vs-2017) or later.
36-
- Option 2: Install [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/current) and then install [Visual Studio Code](https://code.visualstudio.com/Download).
37-
3830
1. Install [Power Apps CLI](https://aka.ms/PowerAppsCLI).
3931

4032
1. To take advantage of all the latest capabilities, update the Power Apps CLI tooling to the latest version using this command:
4133

4234
```CLI
4335
pac install latest
4436
```
37+
or you can install the [Power Platform Extension for VSCode](https://aka.ms/ppcvscode)
4538
4639
> [!NOTE]
4740
> Currently, Power Apps CLI is supported only on Windows 10.
41+
> Power Platform Extension for VSCode is in Public Preview and runs on both Windows 10 and macOS
4842
4943
## Common commands
5044

0 commit comments

Comments
 (0)