Skip to content

Commit b969aaa

Browse files
authored
Merge pull request MicrosoftDocs#4602 from MicrosoftDocs/kkanakas-patch-1
Update powerapps-cli.md
2 parents e62be39 + a192bc9 commit b969aaa

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 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).
39-
31+
1. You can also install the [Power Platform Extension for Visual Studio Code](https://aka.ms/ppcvscode) which also installs the Power Apps CLI.
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
```
4537
46-
> [!NOTE]
38+
39+
> [!IMPORTANT]
4740
> Currently, Power Apps CLI is supported only on Windows 10.
41+
> Power Platform Extension for Visual Studio Code is in public preview and works on both Windows 10 and macOS.
4842
4943
## Common commands
5044

0 commit comments

Comments
 (0)