20 lines
738 B
Markdown
20 lines
738 B
Markdown
# What is Microsoft Power Platform CLI?
|
|
Microsoft PowerPlatform CLI is a simple, single-stop, developer command-line interface (CLI)
|
|
for developing customizations and extensions for Microsoft PowerPlatform.
|
|
|
|
Learn more [here](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction).
|
|
|
|
# Install
|
|
|
|
Easiest way to install is to use the dotnet tool install command.
|
|
|
|
```
|
|
dotnet tool install --global Microsoft.PowerApps.CLI.Tool
|
|
```
|
|
|
|
More ways to install can be found [here](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction#install-microsoft-power-platform-cli).
|
|
|
|
# Reference
|
|
|
|
[Microsoft Power Platform CLI reference](https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/)
|